Fix shop softdeletion
This commit is contained in:
parent
9306fe279e
commit
26c886fb0b
1 changed files with 3 additions and 3 deletions
|
@ -234,8 +234,8 @@
|
||||||
"deletion": {
|
"deletion": {
|
||||||
"softDeletionTags": {
|
"softDeletionTags": {
|
||||||
"and": [
|
"and": [
|
||||||
"amenity=",
|
"shop=",
|
||||||
"disused:amenity:={amenity}"
|
"disused:shop:={shop}"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extraDeleteReasons": [
|
"extraDeleteReasons": [
|
||||||
|
|
Loading…
Reference in a new issue