aboutsummaryrefslogtreecommitdiff
path: root/ferry-routes.mss
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2014-04-17 14:15:25 +0100
committerChristopher Baines <mail@cbaines.net>2014-04-17 14:15:25 +0100
commite5acdb08d6a5d251ada74374a0bbfdda115b4c20 (patch)
tree41565aea6bad5d40516f6c291dda952dfaadc805 /ferry-routes.mss
downloadopenstreetmap-carto-e5acdb08d6a5d251ada74374a0bbfdda115b4c20.tar
openstreetmap-carto-e5acdb08d6a5d251ada74374a0bbfdda115b4c20.tar.gz
Imported Upstream version 2.13.0upstream/2.13.0upstream
Diffstat (limited to 'ferry-routes.mss')
-rw-r--r--ferry-routes.mss11
1 files changed, 11 insertions, 0 deletions
diff --git a/ferry-routes.mss b/ferry-routes.mss
new file mode 100644
index 0000000..57145df
--- /dev/null
+++ b/ferry-routes.mss
@@ -0,0 +1,11 @@
+#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;
+ }
+ }
+}