Making the guideway a bit easier on the eye by reusing the cycleway's blue color and shrinking the dashes

This commit is contained in:
Benoit Costamagna
2018-01-19 10:23:01 +01:00
parent 189204f506
commit a87456abb8
+8 -3
View File
@@ -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,