Theme: Exclude 'malls' from 'shops' layer

This commit is contained in:
Pieter Vander Vennet 2023-05-14 23:03:54 +02:00
parent a50ce65793
commit 201f5446f8

View file

@ -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"
] ]
} }