Use access=yes instead of access=public for toilets

(closes #2576)
This commit is contained in:
Bryan Housel
2016-02-16 23:49:53 -05:00
parent 6b2a69282e
commit d45613bef5
2 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@
"type": "combo",
"label": "Access",
"options": [
"public",
"yes",
"permissive",
"private",
"customers"

View File

@@ -2,5 +2,5 @@
"key": "access",
"type": "combo",
"label": "Access",
"options": ["public", "permissive", "private", "customers"]
}
"options": ["yes", "permissive", "private", "customers"]
}