Skip to content

Commit

Permalink
Merge branch 'roadsv3.0' into roadsv4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsmelissen committed Sep 20, 2013
2 parents 35e7cb0 + 6bdf373 commit 63243e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1091,12 +1091,14 @@
b/line-color: @track-fill;
b/line-cap: round;
b/line-join: round;
b/line-dasharray: 3,4;
[zoom >= 13][zoom < 14] {
line-width: 2.5;
b/line-width: 1.2;
b/line-dasharray: 3,4;
}
[zoom >= 14] {
line-width: 3;
b/line-width: 1.5;
[tracktype = 'grade1'] {
line-width: 3.5;
b/line-width: 2;
Expand Down

0 comments on commit 63243e7

Please sign in to comment.