From 4ae1b88f37e535ddd7078f96bbe0f4c6160e7305 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 8 Dec 2021 15:16:17 +0000 Subject: [PATCH] style golf courses like grass --- base.mss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.mss b/base.mss index ca279d0..c81fdf9 100644 --- a/base.mss +++ b/base.mss @@ -25,7 +25,6 @@ [type='college'] { polygon-fill: @school; } [type='commercial'] { polygon-fill: @industrial; } [type='common'] { polygon-fill: @park; } - [type='golf_course'] { polygon-fill: @park; } [type='hospital'] { polygon-fill: @hospital; } [type='industrial'] { polygon-fill: @industrial; } [type='landfill'] { @@ -50,6 +49,7 @@ } } + [type='golf_course'], [type='pitch'], [type='stadium'], [type='cemetery'], -- 2.39.2