Skip to content

Commit

Permalink
Fixup railway line widths
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed May 8, 2024
1 parent 992a6fc commit 7d86ded
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style/roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2549,7 +2549,7 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
dark/line-width: 3;
light/line-width: 1;
}
[zoom >= 15] {
[zoom >= 15][preserved != 'yes'] {
light/line-dasharray: 0,8,8,1;
}
[zoom >= 18] {
Expand All @@ -2568,7 +2568,9 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
}
}
[preserved = 'yes'] {
dark/line-width: 3;
dark/line-color: #999999;
light/line-width: 1;
light/line-color: white;
light/line-dasharray: 0,1,8,1;
}
Expand Down

0 comments on commit 7d86ded

Please sign in to comment.