From: Anton Khorev Date: Sat, 12 Apr 2025 16:07:56 +0000 (+0300) Subject: Add regional bike route map key for CyclOSM X-Git-Tag: live~49^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/a98b39445276e996b0a7b6db513caf80d2c23039?ds=sidebyside;hp=--cc Add regional bike route map key for CyclOSM --- a98b39445276e996b0a7b6db513caf80d2c23039 diff --git a/config/key.yml b/config/key.yml index 931facbc4..ea97830ab 100644 --- a/config/key.yml +++ b/config/key.yml @@ -126,6 +126,15 @@ cyclosm: - { 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 } + - { min_zoom: 8, name: regional_bike_route, width: 50, height: 1, fill: "#5500ff", opacity: 0.6 } + - { min_zoom: 9, name: regional_bike_route, width: 50, height: 2, fill: "#5500ff", opacity: 0.6 } + - { min_zoom: 11, name: regional_bike_route, width: 50, height: 3, fill: "#5500ff", opacity: 0.25 } + - { min_zoom: 12, name: regional_bike_route, width: 50, height: 4, fill: "#5500ff", opacity: 0.25 } + - { min_zoom: 14, name: regional_bike_route, width: 50, height: 5, fill: "#5500ff", opacity: 0.25 } + - { min_zoom: 15, name: regional_bike_route, width: 50, height: 6, fill: "#5500ff", opacity: 0.25 } + - { min_zoom: 16, name: regional_bike_route, width: 50, height: 7, fill: "#5500ff", opacity: 0.25 } + - { min_zoom: 17, name: regional_bike_route, width: 50, height: 10, fill: "#5500ff", opacity: 0.25 } + - { min_zoom: 18, name: regional_bike_route, width: 50, height: 14, fill: "#5500ff", 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" }