Skip to content

Commit

Permalink
Bus Guideways
Browse files Browse the repository at this point in the history
Make them visible from z11, but not have them dominate the map.
Involves a colour change the also affects other zoom levels.
See gravitystorm#2965 .
  • Loading branch information
SomeoneElseOSM authored and sommerluk committed Dec 28, 2017
1 parent 72f74af commit 65aa5fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ Layer:
WHERE highway = 'bus_guideway'
) AS guideways
properties:
minzoom: 13
minzoom: 11
- id: aeroways
geometry: linestring
<<: *extents
Expand Down
7 changes: 6 additions & 1 deletion roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2579,9 +2579,14 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
}

#guideways {
[zoom >= 11][zoom < 13] {
line-width: 0.6;
line-color: #6699ff;
[zoom >= 12] { line-width: 1; }
}
[zoom >= 13] {
line-width: 3;
line-color: #6666ff;
line-color: #6699ff;
line-join: round;
b/line-width: 1;
b/line-color: white;
Expand Down

0 comments on commit 65aa5fc

Please sign in to comment.