replace toilets tagRendering

This commit is contained in:
Osmwithspace 2025-02-20 10:18:05 +01:00
parent a720145840
commit 3d3dab3e06

View file

@ -188,35 +188,7 @@
}, },
"id": "capacity_persons" "id": "capacity_persons"
}, },
{ "caravansites.caravansites-toilets",
"question": {
"en": "Are toilets available?"
},
"mappings": [
{
"if": {
"and": [
"toilets=yes"
]
},
"then": {
"en": "Toilets are available."
}
},
{
"if": {
"and": [
"toilets=no"
]
},
"then": {
"en": "There are no toilets."
}
}
],
"icon": "🚽",
"id": "toilets"
},
"questions", "questions",
"mastodon" "mastodon"
], ],