Merge master

This commit is contained in:
Pieter Vander Vennet 2024-09-30 01:22:44 +02:00
commit adaedcba25
27 changed files with 674 additions and 433 deletions

View file

@ -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?"