From a87456abb88b7752be0a921a0707d07aa69c1000 Mon Sep 17 00:00:00 2001 From: Benoit Costamagna Date: Fri, 19 Jan 2018 10:23:01 +0100 Subject: [PATCH] Making the guideway a bit easier on the eye by reusing the cycleway's blue color and shrinking the dashes --- css/30_highways.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/css/30_highways.css b/css/30_highways.css index 148e7fd36..82851892c 100644 --- a/css/30_highways.css +++ b/css/30_highways.css @@ -223,11 +223,17 @@ path.stroke.tag-highway-bus_guideway, path.stroke.tag-bus_guideway { stroke:#fff; stroke-linecap: butt; - stroke-dasharray: 12, 16; + stroke-dasharray: 8, 8; + stroke-width: 1; +} + +.low-zoom path.stroke.tag-highway-bus_guideway, +.low-zoom path.stroke.tag-bus_guideway { + stroke-dasharray: 4, 4; } path.casing.tag-highway-bus_guideway, path.casing.tag-bus_guideway { - stroke:#66a3ff; + stroke:#58a9ed; } .preset-icon .icon.highway-unclassified { @@ -319,7 +325,6 @@ path.stroke.tag-highway-corridor, path.stroke.tag-highway-pedestrian, path.stroke.tag-highway-steps, path.stroke.tag-path, -path.stroke.tag-highway-bus_guideway, path.stroke.tag-footway, path.stroke.tag-cycleway, path.stroke.tag-bridleway,