Skip to content

Commit

Permalink
Use access=yes instead of access=public for toilets
Browse files Browse the repository at this point in the history
(closes #2576)
  • Loading branch information
bhousel committed Feb 17, 2016
1 parent 6b2a692 commit d45613b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/presets/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"type": "combo",
"label": "Access",
"options": [
"public",
"yes",
"permissive",
"private",
"customers"
Expand Down
4 changes: 2 additions & 2 deletions data/presets/fields/access_toilets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"key": "access",
"type": "combo",
"label": "Access",
"options": ["public", "permissive", "private", "customers"]
}
"options": ["yes", "permissive", "private", "customers"]
}

0 comments on commit d45613b

Please sign in to comment.