From 7408237aaae9ecbeda6e18e40ea5c3e4b981e9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ko=C4=87?= Date: Sun, 21 Oct 2018 06:57:06 +0200 Subject: [PATCH] Making societal amenities look like residential on medium zoom --- landcover.mss | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/landcover.mss b/landcover.mss index 3d4c36456b..5d47c968ed 100644 --- a/landcover.mss +++ b/landcover.mss @@ -567,17 +567,21 @@ [feature = 'amenity_social_facility'], [feature = 'amenity_arts_centre'] { [zoom >= 10] { - polygon-fill: @residential; - [zoom >= 12] { - polygon-fill: @societal_amenities; - [zoom >= 13] { - line-width: 0.3; - line-color: darken(@societal_amenities, 35%); - } - } + polygon-fill: @built-up-lowzoom; [way_pixels >= 4] { polygon-gamma: 0.75; } [way_pixels >= 64] { polygon-gamma: 0.3; } } + [zoom >= 11] { + polygon-fill: @built-up-z11; + } + [zoom >= 12] { + polygon-fill: @built-up-z12; + } + [zoom >= 13] { + polygon-fill: @societal_amenities; + line-width: 0.3; + line-color: darken(@societal_amenities, 35%); + } } [feature = 'amenity_fire_station'][zoom >= 8][way_pixels > 900],