From c60e89b30de1d9ac007633461c2031702df261bd Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 12 Apr 2025 18:58:11 +0300 Subject: [PATCH 1/1] Add national bike route map key for CyclOSM --- config/key.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/key.yml b/config/key.yml index dc5403e50..931facbc4 100644 --- a/config/key.yml +++ b/config/key.yml @@ -116,6 +116,16 @@ cyclosm: - { min_zoom: 16, name: international_bike_route, width: 50, height: 7, fill: "#ff00ff", opacity: 0.25 } - { min_zoom: 17, name: international_bike_route, width: 50, height: 10, fill: "#ff00ff", opacity: 0.25 } - { min_zoom: 18, name: international_bike_route, width: 50, height: 14, fill: "#ff00ff", opacity: 0.25 } + - { min_zoom: 5, name: national_bike_route, width: 50, height: 1, fill: "#aa00ff", opacity: 0.75 } + - { min_zoom: 8, name: national_bike_route, width: 50, height: 1, fill: "#aa00ff", opacity: 0.6 } + - { min_zoom: 9, name: national_bike_route, width: 50, height: 2, fill: "#aa00ff", opacity: 0.6 } + - { min_zoom: 11, name: national_bike_route, width: 50, height: 3, fill: "#aa00ff", opacity: 0.25 } + - { min_zoom: 12, name: national_bike_route, width: 50, height: 4, fill: "#aa00ff", opacity: 0.25 } + - { min_zoom: 14, name: national_bike_route, width: 50, height: 5, fill: "#aa00ff", opacity: 0.25 } + - { min_zoom: 15, name: national_bike_route, width: 50, height: 6, fill: "#aa00ff", opacity: 0.25 } + - { min_zoom: 16, name: national_bike_route, width: 50, height: 7, fill: "#aa00ff", opacity: 0.25 } + - { min_zoom: 17, name: national_bike_route, width: 50, height: 10, fill: "#aa00ff", opacity: 0.25 } + - { min_zoom: 18, name: national_bike_route, width: 50, height: 14, fill: "#aa00ff", opacity: 0.25 } cyclemap: - { min_zoom: 5, name: motorway, width: 50, height: 2, fill: "#9a9ab1" } - { min_zoom: 9, name: motorway, width: 50, height: 3, fill: "#9a9ab1" } -- 2.39.5