forked from MapComplete/MapComplete
Add delete option for restaurants and cafés
This commit is contained in:
parent
320570422a
commit
64605b3255
1 changed files with 8 additions and 0 deletions
|
@ -812,6 +812,14 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deletion": {
|
"deletion": {
|
||||||
|
"nonDeleteMappings": [
|
||||||
|
{
|
||||||
|
"if": "amenity=cafe",
|
||||||
|
"then": {
|
||||||
|
"en": "This is actually a pub"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"softDeletionTags": {
|
"softDeletionTags": {
|
||||||
"and": [
|
"and": [
|
||||||
"amenity=",
|
"amenity=",
|
||||||
|
|
Loading…
Reference in a new issue