openstreetmap-carto/ferry-routes.mss
2012-11-15 18:33:20 +00:00

11 lines
181 B
Text

#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;
}
}
}