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:
Martin Raifer 2024-03-13 16:37:55 +01:00
parent 7d6e73e742
commit 8d78a7c6e7
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
4 changed files with 20 additions and 35 deletions

View file

@ -1,5 +1,16 @@
{
"key": "toilets",
"type": "check",
"label": "Toilets"
"label": "Restroom",
"terms": [
"bathroom",
"latrine",
"lavatory",
"outhouse",
"privy",
"toilet",
"water closet",
"W.C.",
"WC"
]
}