From d9de7bf96b7cac9bcc1dea3ea2090f2af23f6314 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Wed, 27 Apr 2022 01:06:12 +0300 Subject: [PATCH] Issue #129: add style for landuse=village_green. --- map_machine/scheme/default.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index 13a7f36..d7edb6d 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -83,6 +83,7 @@ colors: track_color: "#A88A64" trunk_color: "#97612b" tree_color: "#98AC64" + village_green_color: "#DDEEBB" wall_bottom_1_color: "#AAAAAA" wall_bottom_2_color: "#C3C3C3" wall_color: "#E8E8E8" @@ -2409,6 +2410,10 @@ ways: style: fill: parking_color priority: 21.0 + - tags: {landuse: village_green} + style: + fill: village_green_color + priority: 20.0 - tags: {landuse: grass} style: fill: grass_color