id-tagging-schema/data/fields/toilets.json
Martin Raifer 8d78a7c6e7
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
2025-02-26 16:38:02 +01:00

16 lines
260 B
JSON

{
"key": "toilets",
"type": "check",
"label": "Restroom",
"terms": [
"bathroom",
"latrine",
"lavatory",
"outhouse",
"privy",
"toilet",
"water closet",
"W.C.",
"WC"
]
}