diff --git a/project.mml b/project.mml index b18e39b7c..6e1651500 100644 --- a/project.mml +++ b/project.mml @@ -109,7 +109,7 @@ Layer: 'brownfield', 'landfill', 'salt_pond', 'construction', 'plant_nursery', 'religious', 'flowerbed') THEN landuse END)) AS landuse, ('shop_' || (CASE WHEN shop IN ('mall') AND (tags->'location' NOT IN ('underground') OR (tags->'location') IS NULL) THEN shop END)) AS shop, ('leisure_' || (CASE WHEN leisure IN ('swimming_pool', 'playground', 'park', 'garden', - 'golf_course', 'miniature_golf', 'sports_centre', 'stadium', 'pitch', 'ice_rink', + 'golf_course', 'miniature_golf', 'sports_centre', 'stadium', 'pitch', 'bleachers', 'ice_rink', 'track', 'dog_park', 'fitness_station', 'water_park') THEN leisure END)) AS leisure, ('man_made_' || (CASE WHEN man_made IN ('works', 'wastewater_plant', 'water_works') THEN man_made END)) AS man_made, ('natural_' || (CASE WHEN "natural" IN ('beach', 'shoal', 'heath', 'grassland', 'wood', 'sand', 'scree', 'shingle', 'bare_rock', 'scrub') THEN "natural" END)) AS "natural", @@ -1598,7 +1598,7 @@ Layer: 'shop' || CASE WHEN shop IN ('yes', 'no', 'vacant', 'closed', 'disused', 'empty') OR shop IS NULL THEN NULL ELSE '' END, 'leisure_' || CASE WHEN leisure IN ('amusement_arcade', 'beach_resort', 'bird_hide', 'bowling_alley', 'dog_park', 'firepit', 'fishing', 'fitness_centre', 'fitness_station', 'garden', 'golf_course', 'ice_rink', 'marina', 'miniature_golf', - 'outdoor_seating', 'park', 'picnic_table', 'pitch', 'playground', + 'outdoor_seating', 'park', 'picnic_table', 'pitch', 'bleachers', 'playground', 'sauna', 'slipway', 'sports_centre', 'stadium', 'swimming_area', 'swimming_pool', 'track', 'water_park') THEN leisure END, 'power_' || CASE WHEN power IN ('plant', 'generator', 'substation') THEN power END, 'man_made_' || CASE WHEN (man_made IN ('chimney', 'communications_tower', 'crane', 'lighthouse', 'mast', 'obelisk', 'silo', 'storage_tank', diff --git a/style/landcover.mss b/style/landcover.mss index 46dc79bdd..09a3169fe 100644 --- a/style/landcover.mss +++ b/style/landcover.mss @@ -721,6 +721,15 @@ [way_pixels >= 4] { polygon-gamma: 0.75; } [way_pixels >= 64] { polygon-gamma: 0.3; } } + + [feature = 'leisure_bleachers'][zoom >= 10] { + polygon-fill: @pedestrian-fill; + [zoom >= 15] { + line-width: 0.5; + line-opacity: 0.25; + line-color: @pedestrian-casing; + } + } } }