Skip to content

Commit

Permalink
Remove old guideways layer from MSS
Browse files Browse the repository at this point in the history
  • Loading branch information
dch0ph committed Feb 10, 2025
1 parent c4998e2 commit 1f021c6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions style/roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -3592,26 +3592,6 @@ 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: #6699ff;
line-join: round;
b/line-width: 1;
b/line-color: white;
b/line-dasharray: 8,12;
b/line-join: round;
}
[zoom >= 14] {
b/line-dasharray: 0,11,8,1;
}
}

#aeroways {
[aeroway = 'runway'] {
[zoom >= 11] {
Expand Down

0 comments on commit 1f021c6

Please sign in to comment.