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-07-11 19:44:50 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-07-27 14:25:57 +0300
commit92a8906f30a03de6edd69a573c8cba82c5b2433b (patch)
tree0b7ac656d322e9c89fdddc6f3b621544f44292ae
parentf455656963614aea519e845c8740fdbf4adba28f (diff)
[styles] Restore piers
-rwxr-xr-xdata/styles/clear/include/Basemap.mapcss11
1 files changed, 2 insertions, 9 deletions
diff --git a/data/styles/clear/include/Basemap.mapcss b/data/styles/clear/include/Basemap.mapcss
index 580c543f10..05b379e755 100755
--- a/data/styles/clear/include/Basemap.mapcss
+++ b/data/styles/clear/include/Basemap.mapcss
@@ -567,22 +567,15 @@ area|z15-[amenity=parking]
/* 8.BUILDINGS */
-area|z12-[man_made=pier],
-area|z12-[man_made=breakwater],
-line|z14-[man_made=pier],
-line|z14-[man_made=breakwater],
-line|z14-[man_made=cutline]
-{fill-position: background; fill-opacity: 1;}
-
/* 8.1 Pier */
area|z12-[man_made=pier],
area|z12-[man_made=breakwater],
- {fill-color: @background;casing-color: @background;}
+{fill-position: background; fill-opacity: 1; fill-color: @background;casing-color: @background;}
line|z14-[man_made=pier],
line|z14-[man_made=breakwater],
line|z14-[man_made=cutline]
-{casing-width: 2;casing-color: @background;fill-color: @background;}
+{width: 2;color: @background;opacity: 1;}
/* 8.2 Building */