diff --git a/assets/layers/shops/shops.json b/assets/layers/shops/shops.json index e6253ad26d..6fb292a4a9 100644 --- a/assets/layers/shops/shops.json +++ b/assets/layers/shops/shops.json @@ -16,7 +16,8 @@ "source": { "osmTags": { "and": [ - "shop~*" + "shop~*", + "shop!=mall" ] } }, @@ -412,4 +413,4 @@ "accepts_cards", "has_organic" ] -} \ No newline at end of file +}