forked from MapComplete/MapComplete
Theme: Exclude 'malls' from 'shops' layer
This commit is contained in:
parent
a50ce65793
commit
201f5446f8
1 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@
|
||||||
"source": {
|
"source": {
|
||||||
"osmTags": {
|
"osmTags": {
|
||||||
"and": [
|
"and": [
|
||||||
"shop~*"
|
"shop~*",
|
||||||
|
"shop!=mall"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -412,4 +413,4 @@
|
||||||
"accepts_cards",
|
"accepts_cards",
|
||||||
"has_organic"
|
"has_organic"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue