From 0998cdc284fc32b75bff245b7795fbafe5072819 Mon Sep 17 00:00:00 2001 From: imagico Date: Sat, 18 Feb 2017 13:51:52 +0100 Subject: [PATCH] better outline color for societal amenities, adding outline for stadium --- landcover.mss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/landcover.mss b/landcover.mss index 0d11dcf827..db0b06a105 100644 --- a/landcover.mss +++ b/landcover.mss @@ -474,7 +474,7 @@ polygon-fill: @societal_amenities; [zoom >= 13] { line-width: 0.3; - line-color: brown; + line-color: darken(@societal_amenities, 35%); } } [way_pixels >= 4] { polygon-gamma: 0.75; } @@ -534,6 +534,10 @@ polygon-fill: @stadium; [way_pixels >= 4] { polygon-gamma: 0.75; } [way_pixels >= 64] { polygon-gamma: 0.3; } + [zoom >= 13] { + line-width: 0.3; + line-color: darken(@stadium, 35%); + } } }