mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 13:53:52 +01:00
drop "Portable Toilets" preset
* rename generic amenity=toilets preset to "Toilets" (was: "Restroom"), as restroom is typically only used for indoor toilets, but the tag can also be used for outdoor ones * rename field for "toilets" tag to "Restroom" (for the opposite reason as above) * move alias "Water Closet" to "Flush Toilets" preset fixes #1148
This commit is contained in:
parent
7d6e73e742
commit
8d78a7c6e7
4 changed files with 20 additions and 35 deletions
|
|
@ -1,5 +1,16 @@
|
|||
{
|
||||
"key": "toilets",
|
||||
"type": "check",
|
||||
"label": "Toilets"
|
||||
"label": "Restroom",
|
||||
"terms": [
|
||||
"bathroom",
|
||||
"latrine",
|
||||
"lavatory",
|
||||
"outhouse",
|
||||
"privy",
|
||||
"toilet",
|
||||
"water closet",
|
||||
"W.C.",
|
||||
"WC"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue