Skip to content

Commit

Permalink
Revert accidental change in dasharray of steps
Browse files Browse the repository at this point in the history
This solves gravitystorm#760.
  • Loading branch information
matthijsmelissen committed Aug 4, 2014
1 parent 5b411de commit a8e8668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@
.roads-fill { background/line-opacity: 0.4; }
}
line/line-color: @steps-fill;
line/line-dasharray: 1,3;
line/line-dasharray: 2,1;
[zoom >= 15] { line/line-width: @steps-width-z15; }
line/line-width: @steps-width-z13;
[zoom >= 15] { line/line-width: @steps-width-z15; }
Expand Down

0 comments on commit a8e8668

Please sign in to comment.