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:
authori.tomko <igor.n.tomko@gmail.com>2017-03-13 16:55:23 +0300
committerSergey Yershov <syershov@maps.me>2017-03-15 11:28:10 +0300
commitdfe6ff57a0930560fc419880fbc7269b06ccfd48 (patch)
tree2a5ea5cc2b6984079865eecc4ec3a1e12fd90607 /data/styles
parent86986738f655917d740c20900812ce604511bb6a (diff)
Fix mapstyle bug MAPSME-1197
Change z-index monuments & memorials
Diffstat (limited to 'data/styles')
-rwxr-xr-xdata/styles/clear/include/Icons.mapcss8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/styles/clear/include/Icons.mapcss b/data/styles/clear/include/Icons.mapcss
index bae236b9dc..bd54f1e61a 100755
--- a/data/styles/clear/include/Icons.mapcss
+++ b/data/styles/clear/include/Icons.mapcss
@@ -299,10 +299,6 @@ area[building=train_station],
node[railway=subway_entrance],
node[railway=tram_stop],
area[railway=tram_stop],
-node[historic=monument],
-area[historic=monument],
-node[historic=memorial],
-area[historic=memorial]
{z-index: 2800;}
node[tourism=motel],
@@ -346,6 +342,10 @@ area[tourism=attraction]
{z-index: 2842;}
node[tourism=gallery]
{z-index: 2844;}
+node[historic=monument],
+area[historic=monument],
+node[historic=memorial],
+area[historic=memorial]
node[tourism=museum],
area[tourism=museum],
{z-index: 2846;}