From 3575ea5703b22bc26605f7556333a8bc2b279d65 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Tue, 19 Dec 2023 18:07:20 +0300 Subject: [PATCH] Update cyclemap map key landcover colors --- config/key.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/key.yml b/config/key.yml index 236576333..877f853ef 100644 --- a/config/key.yml +++ b/config/key.yml @@ -105,9 +105,9 @@ cyclemap: - { min_zoom: 13, name: footway, image: footway.svg } - { min_zoom: 7, name: rail, image: rail.png } - { min_zoom: 14, name: rail, image: rail14.png } - - { min_zoom: 9, name: forest, width: 26, height: 10, fill: "#cde1c4" } - - { min_zoom: 10, name: common, width: 26, height: 10, fill: "#bcdd92" } - - { min_zoom: 7, name: lake, width: 26, height: 10, fill: "#b5d0d0" } + - { min_zoom: 9, name: forest, width: 26, height: 10, fill: "#b3d6a4" } + - { min_zoom: 10, name: common, width: 26, height: 10, fill: "#c0de9c" } + - { min_zoom: 1, name: lake, width: 26, height: 10, fill: "#addeff" } - { min_zoom: 14, name: bicycle_shop, image: bicycle_shop.png } - { min_zoom: 14, name: bicycle_parking, image: bicycle_parking.png } - { min_zoom: 16, name: toilets, image: toilets.png } -- 2.39.5