From b3f1d80cce7702ceae19a239fee4c10b2ecc34bb Mon Sep 17 00:00:00 2001 From: jeisenbe Date: Sat, 24 Aug 2019 16:32:22 +0900 Subject: [PATCH] Create @hedge color variable based on @forest color --- landcover.mss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/landcover.mss b/landcover.mss index 99b899c2f0..0ec62f1e8f 100644 --- a/landcover.mss +++ b/landcover.mss @@ -7,6 +7,7 @@ @park: #c8facc; // Lch(94,30,145) @allotments: #c9e1bf; // Lch(87,20,135) @orchard: #aedfa3; // also vineyard, plant_nursery +@hedge: @forest; // Lch(80,30,135) // --- "Base" landuses --- @@ -846,7 +847,7 @@ } [feature = 'barrier_hedge'][zoom >= 16] { line-width: 1.5; - line-color: @forest; + line-color: @hedge; [zoom >= 17] { line-width: 2; }