Themes(drinking water): fix #2184

This commit is contained in:
Pieter Vander Vennet 2024-09-29 00:26:07 +02:00
parent df9c44aaed
commit 308d2ba4c6

View file

@ -160,9 +160,13 @@
},
"mappings": [
{
"if": "operational_status=",
"if": {
"and": [
"operational_status=",
"disused:amenity="
]
},
"addExtraTags": [
"disused:amenity=",
"amenity=drinking_water"
],
"then": {
@ -204,6 +208,15 @@
"ca": "Aquesta font d'aigua potable està tancada",
"cs": "Tato pitná voda je uzavřena"
}
},
{
"if": "disused:amenity=drinking_water",
"addExtraTags": [
"amenity="
],
"then": {
"en": "This drinking water is permanently closed"
}
}
],
"id": "Still in use?"