Themes(drinking water): fix #2184
This commit is contained in:
parent
df9c44aaed
commit
308d2ba4c6
1 changed files with 15 additions and 2 deletions
|
@ -160,9 +160,13 @@
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "operational_status=",
|
"if": {
|
||||||
|
"and": [
|
||||||
|
"operational_status=",
|
||||||
|
"disused:amenity="
|
||||||
|
]
|
||||||
|
},
|
||||||
"addExtraTags": [
|
"addExtraTags": [
|
||||||
"disused:amenity=",
|
|
||||||
"amenity=drinking_water"
|
"amenity=drinking_water"
|
||||||
],
|
],
|
||||||
"then": {
|
"then": {
|
||||||
|
@ -204,6 +208,15 @@
|
||||||
"ca": "Aquesta font d'aigua potable està tancada",
|
"ca": "Aquesta font d'aigua potable està tancada",
|
||||||
"cs": "Tato pitná voda je uzavřena"
|
"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?"
|
"id": "Still in use?"
|
||||||
|
|
Loading…
Reference in a new issue