Skip to content

Commit

Permalink
Ferry routes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed Nov 15, 2012
1 parent 1db8b4c commit 981ac37
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions ferry-routes.mss
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
/*
<Style name="ferry-routes">
<Rule>
&maxscale_zoom7;
&minscale_zoom10;
<LineSymbolizer stroke="#66f" stroke-width="0.4" stroke-dasharray="4,4"/>
</Rule>
<Rule>
&maxscale_zoom11;
<LineSymbolizer stroke="#66f" stroke-width="0.8" stroke-dasharray="6,6"/>
</Rule>
</Style>
*/
#ferry-routes {
[zoom >= 7] {
line-color: #66f;
line-width: 0.4;
line-dasharray: 4,4;
[zoom >= 11] {
line-width: 0.8;
line-dasharray: 6,6;
}
}
}

0 comments on commit 981ac37

Please sign in to comment.