forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
adaedcba25
27 changed files with 674 additions and 433 deletions
|
@ -177,9 +177,13 @@
|
|||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "operational_status=",
|
||||
"if": {
|
||||
"and": [
|
||||
"operational_status=",
|
||||
"disused:amenity="
|
||||
]
|
||||
},
|
||||
"addExtraTags": [
|
||||
"disused:amenity=",
|
||||
"amenity=drinking_water"
|
||||
],
|
||||
"then": {
|
||||
|
@ -221,6 +225,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?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue