mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-01 07:13:53 +01:00
* 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
16 lines
260 B
JSON
16 lines
260 B
JSON
{
|
|
"key": "toilets",
|
|
"type": "check",
|
|
"label": "Restroom",
|
|
"terms": [
|
|
"bathroom",
|
|
"latrine",
|
|
"lavatory",
|
|
"outhouse",
|
|
"privy",
|
|
"toilet",
|
|
"water closet",
|
|
"W.C.",
|
|
"WC"
|
|
]
|
|
}
|