Skip to content

Commit

Permalink
improve rendering for edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed May 8, 2024
1 parent 0b723b2 commit 992a6fc
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions style/roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2627,9 +2627,12 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
dashes/line-join: round;

[preserved = 'yes'] {
line/line-width: 3;
line/line-color: #999999;
dashes/line-width: 1;
dashes/line-color: white;
dashes/line-dasharray: 0,1,8,1;
dashes/line-join: round;
}
}
}
Expand Down Expand Up @@ -2716,9 +2719,9 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
line/line-join: round;

[preserved = 'yes'] {
background/line-color: #999999;
line/line-color: white;
line/line-dasharray: 0,1,8,1;
line/line-color: #999999;
background/line-color: white;
background/line-dasharray: 0,1,8,1;
}
}
}
Expand All @@ -2745,14 +2748,6 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
line-width: 2;
line-dasharray: 2,4;
line-join: round;
[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;
light/line-join: round;
}
}
}

Expand Down

0 comments on commit 992a6fc

Please sign in to comment.