From 2c44a1135b253b33e1782c169a2d46980b38620c Mon Sep 17 00:00:00 2001 From: e <68205167+BubbaJuice@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:22:15 -0700 Subject: [PATCH 1/2] Removing shop=jewellery --- project.mml | 10 +++++----- style/amenity-points.mss | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/project.mml b/project.mml index b18e39b7c..6ac62433f 100644 --- a/project.mml +++ b/project.mml @@ -1681,11 +1681,11 @@ Layer: tags->'memorial' as memorial, tags->'artwork_type' as artwork_type, tags->'vending' as vending, - CASE WHEN shop IN ('supermarket', 'bag', 'bakery', 'beauty', 'bed', 'bookmaker', 'books', 'butcher', 'carpet', 'clothes', 'computer', - 'confectionery', 'fashion', 'convenience', 'department_store', 'doityourself', 'hardware', 'fabric', 'fishmonger', 'florist', - 'garden_centre', 'hairdresser', 'hifi', 'car', 'car_repair', 'bicycle', 'mall', 'pet', - 'photo', 'photo_studio', 'photography', 'seafood', 'shoes', 'alcohol', 'gift', 'furniture', 'kiosk', - 'mobile_phone', 'motorcycle', 'musical_instrument', 'newsagent', 'optician', 'jewelry', 'jewellery', + CASE WHEN shop IN ('supermarket', 'bag', 'bakery', 'beauty', 'bed', 'bookmaker', 'books', 'butcher', 'carpet', 'clothes', + 'computer', 'confectionery', 'fashion', 'convenience', 'department_store', 'doityourself', 'hardware', + 'fabric', 'fishmonger', 'florist', 'garden_centre', 'hairdresser', 'hifi', 'car', 'car_repair', 'bicycle', + 'mall', 'pet', 'photo', 'photo_studio', 'photography', 'seafood', 'shoes', 'alcohol', 'gift', 'furniture', + 'kiosk', 'mobile_phone', 'motorcycle', 'musical_instrument', 'newsagent', 'optician', 'jewelry', 'electronics', 'chemist', 'toys', 'travel_agency', 'car_parts', 'greengrocer', 'farm', 'stationery', 'laundry', 'dry_cleaning', 'beverages', 'perfumery', 'cosmetics', 'variety_store', 'wine', 'outdoor', 'copyshop', 'sports', 'deli', 'tobacco', 'art', 'tea', 'coffee', 'tyres', 'pastry', 'chocolate', diff --git a/style/amenity-points.mss b/style/amenity-points.mss index 5b224d6ea..d8db77283 100644 --- a/style/amenity-points.mss +++ b/style/amenity-points.mss @@ -1138,8 +1138,7 @@ } } - [shop = 'jewelry'], - [shop = 'jewellery'] { + [shop = 'jewelry'] { [zoom >= 18] { marker-file: url('symbols/shop/jewelry.svg'); } From 369c81a16efc5c1e134aa44eaf668321cce4293c Mon Sep 17 00:00:00 2001 From: e <68205167+BubbaJuice@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:44:29 -0700 Subject: [PATCH 2/2] Revert reformatting of lines --- project.mml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project.mml b/project.mml index 6ac62433f..fe1348816 100644 --- a/project.mml +++ b/project.mml @@ -1681,11 +1681,11 @@ Layer: tags->'memorial' as memorial, tags->'artwork_type' as artwork_type, tags->'vending' as vending, - CASE WHEN shop IN ('supermarket', 'bag', 'bakery', 'beauty', 'bed', 'bookmaker', 'books', 'butcher', 'carpet', 'clothes', - 'computer', 'confectionery', 'fashion', 'convenience', 'department_store', 'doityourself', 'hardware', - 'fabric', 'fishmonger', 'florist', 'garden_centre', 'hairdresser', 'hifi', 'car', 'car_repair', 'bicycle', - 'mall', 'pet', 'photo', 'photo_studio', 'photography', 'seafood', 'shoes', 'alcohol', 'gift', 'furniture', - 'kiosk', 'mobile_phone', 'motorcycle', 'musical_instrument', 'newsagent', 'optician', 'jewelry', + CASE WHEN shop IN ('supermarket', 'bag', 'bakery', 'beauty', 'bed', 'bookmaker', 'books', 'butcher', 'carpet', 'clothes', 'computer', + 'confectionery', 'fashion', 'convenience', 'department_store', 'doityourself', 'hardware', 'fabric', 'fishmonger', 'florist', + 'garden_centre', 'hairdresser', 'hifi', 'car', 'car_repair', 'bicycle', 'mall', 'pet', + 'photo', 'photo_studio', 'photography', 'seafood', 'shoes', 'alcohol', 'gift', 'furniture', 'kiosk', + 'mobile_phone', 'motorcycle', 'musical_instrument', 'newsagent', 'optician', 'jewelry', 'electronics', 'chemist', 'toys', 'travel_agency', 'car_parts', 'greengrocer', 'farm', 'stationery', 'laundry', 'dry_cleaning', 'beverages', 'perfumery', 'cosmetics', 'variety_store', 'wine', 'outdoor', 'copyshop', 'sports', 'deli', 'tobacco', 'art', 'tea', 'coffee', 'tyres', 'pastry', 'chocolate',