forked from organicmaps/organicmaps
[styles] Fix historic-memorial-plaque/stolperstain/cross visibility and priority
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
c4b613ddf0
commit
3f944b85dc
2 changed files with 4 additions and 15 deletions
|
@ -391,13 +391,6 @@ node[tourism=artwork],
|
|||
area[tourism=artwork],
|
||||
{z-index: 2800;}
|
||||
|
||||
/* Decrease _plaque_ priority from defaults */
|
||||
node[historic=memorial][memorial=plaque],
|
||||
area[historic=memorial][memorial=plaque],
|
||||
node[historic=memorial][memorial=stolperstein],
|
||||
area[historic=memorial][memorial=stolperstein],
|
||||
{z-index: 2760;}
|
||||
|
||||
/* OSM Hotel */
|
||||
|
||||
node[tourism=apartment],
|
||||
|
@ -457,10 +450,6 @@ node[leisure=stadium],
|
|||
area[leisure=stadium]
|
||||
{z-index: 2878;}
|
||||
node[tourism=viewpoint]
|
||||
node|z18-[historic=memorial][memorial=plaque],
|
||||
area|z18-[historic=memorial][memorial=plaque],
|
||||
node|z19-[historic=memorial][memorial=stolperstein],
|
||||
area|z19-[historic=memorial][memorial=stolperstein],
|
||||
{z-index: 2880;}
|
||||
node[tourism=zoo],
|
||||
area[tourism=zoo]
|
||||
|
@ -1041,14 +1030,14 @@ node|z16-[historic=battlefield],
|
|||
area|z16-[historic=battlefield],
|
||||
{icon-image: monument-m.svg;icon-min-distance: 12;}
|
||||
|
||||
/* Zero previous params to redefine below */
|
||||
/* Do not display following features on lower zoom levels */
|
||||
node|z15-17[historic=memorial][memorial=plaque],
|
||||
area|z15-17[historic=memorial][memorial=plaque],
|
||||
node|z15-18[historic=memorial][memorial=stolperstein],
|
||||
area|z15-18[historic=memorial][memorial=stolperstein],
|
||||
node|z15-16[historic=memorial][memorial=cross],
|
||||
area|z15-16[historic=memorial][memorial=cross],
|
||||
{icon-image: zero-icon.svg;text: none;}
|
||||
{icon-image: ; text: none;}
|
||||
|
||||
node|z18-[historic=memorial][memorial=plaque],
|
||||
area|z18-[historic=memorial][memorial=plaque],
|
||||
|
|
|
@ -439,14 +439,14 @@ node|z16-[historic=battlefield],
|
|||
area|z16-[historic=battlefield],
|
||||
{icon-image: monument-m.svg;icon-min-distance: 12;}
|
||||
|
||||
/* Zero previous params to redefine below */
|
||||
/* Do not display following features on lower zoom levels */
|
||||
node|z15-[historic=memorial][memorial=plaque],
|
||||
area|z15-[historic=memorial][memorial=plaque],
|
||||
node|z15-[historic=memorial][memorial=stolperstein],
|
||||
area|z15-[historic=memorial][memorial=stolperstein],
|
||||
node|z15-16[historic=memorial][memorial=cross],
|
||||
area|z15-16[historic=memorial][memorial=cross],
|
||||
{icon-image: zero-icon.svg; text: none;}
|
||||
{icon-image: ; text: none;}
|
||||
|
||||
node|z17-[historic=memorial][memorial=cross],
|
||||
area|z17-[historic=memorial][memorial=cross],
|
||||
|
|
Loading…
Add table
Reference in a new issue