Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2017-06-09 14:18:19 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-06-22 12:42:42 +0300
commitea9d48bf40ccd67fae9b85076e140354d7aecd23 (patch)
tree5ec54ccefdc7cc4ba66f1a824ae0a36df3a56567 /data/styles
parentf92b4046f920aa28a59582a0250190b7426aec3e (diff)
[style] Do not draw tunnel waterways on vehicle style
Diffstat (limited to 'data/styles')
-rw-r--r--data/styles/vehicle/include/Basemap.mapcss10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/styles/vehicle/include/Basemap.mapcss b/data/styles/vehicle/include/Basemap.mapcss
index 07268b5407..9e8d4edf49 100644
--- a/data/styles/vehicle/include/Basemap.mapcss
+++ b/data/styles/vehicle/include/Basemap.mapcss
@@ -358,11 +358,6 @@ area|z11-[natural=wetland],
/* 6.2 Line water(river,canal etc.) */
-/* Do not draw tunnel waterways */
-
-line[waterway][tunnel]
-{width: 0;}
-
line|z10[waterway=river],
line|z10[waterway=riverbank],
{width: 1;}
@@ -411,6 +406,11 @@ line|z17-[waterway=ditch],
line|z17-[waterway=drain],
{width: 1.8;opacity: 1;color: @river;dashes: 0.9,0.9;}
+/* Do not draw tunnel waterways */
+
+line[waterway][tunnel]
+{width: 0;}
+
/* 7.LANDUSE */
area|z10-[aeroway=airport][aerodrome=international],