From 981ac37fe40767670700b7097116756b5aea86f9 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 15 Nov 2012 18:33:20 +0000 Subject: [PATCH] Ferry routes. --- ferry-routes.mss | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/ferry-routes.mss b/ferry-routes.mss index 3b7da45578..57145df1c3 100644 --- a/ferry-routes.mss +++ b/ferry-routes.mss @@ -1,14 +1,11 @@ -/* - - -*/ \ No newline at end of file +#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; + } + } +}