From 13e8f145464b4894bbbfd2873889d384a1d3b29f Mon Sep 17 00:00:00 2001 From: Justin Gruca Date: Mon, 12 Oct 2020 22:34:13 -0500 Subject: [PATCH] Switch to @leisure for golf course background color --- style/landcover.mss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style/landcover.mss b/style/landcover.mss index f06116bdb5..0efe78ced8 100644 --- a/style/landcover.mss +++ b/style/landcover.mss @@ -276,7 +276,9 @@ [feature = 'leisure_golf_course'][zoom >= 10], [feature = 'leisure_miniature_golf'][zoom >= 15] { - polygon-fill: @campsite; + polygon-fill: @leisure; + line-color: darken(@leisure, 60%); + line-width: 0.3; [way_pixels >= 4] { polygon-gamma: 0.75; } [way_pixels >= 64] { polygon-gamma: 0.3; } }