Skip to content

Commit

Permalink
Move the cyclepath construction rule, otherwise the widths become too…
Browse files Browse the repository at this point in the history
… great from default rules. Refs #23.
  • Loading branch information
gravitystorm committed Feb 3, 2013
1 parent bcfe667 commit db1be12
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions other.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1242,18 +1242,6 @@
b/line-width: 0;
}
}
[construction = 'cycleway'] {
[zoom < 14] {
line-width: 0;
b/line-width: 0;
}
line-color: white;
line-width: 3;
line-opacity: 0.4;
b/line-width: 1.2;
b/line-color: #69f;
b/line-dasharray: 2,6;
}
b/line-width: 2;
b/line-dasharray: 4,2;
b/line-color: white;
Expand All @@ -1267,6 +1255,18 @@
b/line-width: 7;
b/line-dasharray: 8,6;
}
[construction = 'cycleway'] {
[zoom < 14] {
line-width: 0;
b/line-width: 0;
}
line-color: white;
line-width: 3;
line-opacity: 0.4;
b/line-width: 1.2;
b/line-color: #69f;
b/line-dasharray: 2,6;
}
}
}

Expand Down

0 comments on commit db1be12

Please sign in to comment.