Add soft-delete options for drinking water to retag as fountain or water-tap
This commit is contained in:
parent
aaed4171b0
commit
4fe7233071
1 changed files with 19 additions and 1 deletions
|
@ -173,7 +173,25 @@
|
||||||
"amenity="
|
"amenity="
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"neededChangesets": 1
|
"neededChangesets": 1,
|
||||||
|
"nonDeleteMappings": [
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"and": ["drinking_water=no","amenity=fountain"]
|
||||||
|
},
|
||||||
|
"then": {
|
||||||
|
"en": "This is a decorative fountain of which the water is not drinkable by humans"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"and": ["drinking_water=no","amenity=","man_made=water_tap"]
|
||||||
|
},
|
||||||
|
"then": {
|
||||||
|
"en": "This is a water tap or water pump with non-drinkable water.<div class='subtle'>Examples are water taps to tap water for nearby plants</div>"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"allowMove": {
|
"allowMove": {
|
||||||
"enableRelocation": false,
|
"enableRelocation": false,
|
||||||
|
|
Loading…
Reference in a new issue