From 8366edb3ab7413e068add5f4045f071d910e41a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ko=C4=87?= Date: Sat, 23 Dec 2017 11:34:01 +0100 Subject: [PATCH] Yellow background for amenity=arts_centre --- landcover.mss | 3 ++- project.mml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/landcover.mss b/landcover.mss index 13de9e4e57..110016aa60 100644 --- a/landcover.mss +++ b/landcover.mss @@ -522,7 +522,8 @@ [feature = 'amenity_school'], [feature = 'amenity_kindergarten'], [feature = 'amenity_community_centre'], - [feature = 'amenity_social_facility'] { + [feature = 'amenity_social_facility'], + [feature = 'amenity_arts_centre'] { [zoom >= 10] { polygon-fill: @residential; [zoom >= 12] { diff --git a/project.mml b/project.mml index b8c32175d5..0824f30aac 100644 --- a/project.mml +++ b/project.mml @@ -119,7 +119,7 @@ Layer: ('aeroway_' || (CASE WHEN aeroway IN ('apron', 'aerodrome') THEN aeroway ELSE NULL END)) AS aeroway, ('amenity_' || (CASE WHEN amenity IN ('parking', 'bicycle_parking', 'motorcycle_parking', 'university', 'college', 'school', 'hospital', 'kindergarten', 'grave_yard', 'prison', 'place_of_worship', 'clinic', 'ferry_terminal', - 'marketplace', 'community_centre', 'social_facility') + 'marketplace', 'community_centre', 'social_facility', 'arts_centre') THEN amenity ELSE NULL END)) AS amenity, ('landuse_' || (CASE WHEN landuse IN ('quarry', 'vineyard', 'orchard', 'cemetery', 'residential', 'garages', 'meadow', 'grass', 'allotments', 'forest', 'farmyard', 'farmland', 'greenhouse_horticulture', @@ -143,7 +143,8 @@ Layer: OR leisure IS NOT NULL OR aeroway IN ('apron', 'aerodrome') OR amenity IN ('parking', 'bicycle_parking', 'motorcycle_parking', 'university', 'college', 'school', 'hospital', 'kindergarten', - 'grave_yard', 'place_of_worship', 'prison', 'clinic', 'ferry_terminal', 'marketplace', 'community_centre', 'social_facility') + 'grave_yard', 'place_of_worship', 'prison', 'clinic', 'ferry_terminal', 'marketplace', 'community_centre', 'social_facility', + 'arts_centre') OR man_made IN ('works') OR military IN ('danger_area') OR "natural" IN ('beach', 'shoal', 'heath', 'mud', 'marsh', 'wetland', 'grassland', 'wood', 'sand', 'scree', 'shingle', 'bare_rock', 'scrub')