Skip to content

Commit

Permalink
Merge pull request gravitystorm#2104 from math1985/bridge-track-noaccess
Browse files Browse the repository at this point in the history
Fix bug that prevents correct rendering of inaccessible tracks on bridges
  • Loading branch information
matkoniecz committed Apr 29, 2016
2 parents 3c52063 + ae09655 commit 806dc1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,8 @@
}
}
[zoom >= 15] {
line-color: @bridge-casing;
line-join: round;
line-width: @track-width-z15 + 2 * (@paths-background-width + @paths-bridge-casing-width);
[tracktype = 'grade1'] {
line-width: @track-grade1-width-z15 + 2 * (@paths-background-width + @paths-bridge-casing-width);
Expand Down Expand Up @@ -958,6 +960,8 @@
}
}
[zoom >= 15] {
line-color: @track-casing;
line-join: round;
line-width: @track-width-z15 + 2 * @paths-background-width;
[tracktype = 'grade1'] {
line-width: @track-grade1-width-z15 + 2 * @paths-background-width;
Expand Down

0 comments on commit 806dc1d

Please sign in to comment.