mirror of
https://github.com/gravitystorm/openstreetmap-carto.git
synced 2025-09-24 18:03:01 +02:00
11 lines
181 B
Text
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;
|
|
}
|
|
}
|
|
}
|