forked from organicmaps/organicmaps
[styles] Lower hospital fill priority
Fixes #2162 Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
0b2b090090
commit
90e7e23569
2 changed files with 8 additions and 4 deletions
|
@ -426,12 +426,10 @@ node[historic=castle],
|
|||
area[historic=castle]
|
||||
{z-index: 2890;}
|
||||
|
||||
node[amenity=hospital],
|
||||
node[building=hospital],
|
||||
area[building=hospital],
|
||||
node[building=university],
|
||||
area[building=university],
|
||||
area[amenity=hospital],
|
||||
node[amenity=pharmacy],
|
||||
area[amenity=pharmacy]
|
||||
{z-index: 2900;}
|
||||
|
@ -1514,6 +1512,10 @@ area|z18-[shop=massage]
|
|||
|
||||
/* 5.1 Hospital */
|
||||
|
||||
area|z15-[amenity=hospital],
|
||||
node|z15-[amenity=hospital],
|
||||
{-x-me-text-priority:16000;}
|
||||
|
||||
area|z14[amenity=hospital]
|
||||
{icon-image: hospital-s.svg;icon-min-distance: 8;}
|
||||
node|z15[amenity=hospital]
|
||||
|
|
|
@ -129,10 +129,8 @@ node[historic=castle],
|
|||
area[historic=castle]
|
||||
{z-index: 2890;}
|
||||
|
||||
node[amenity=hospital],
|
||||
node[building=hospital],
|
||||
area[building=hospital],
|
||||
area[amenity=hospital],
|
||||
node[building=university],
|
||||
area[building=university],
|
||||
{z-index: 2900;}
|
||||
|
@ -681,6 +679,10 @@ area|z17-[amenity=post_office],
|
|||
|
||||
/* 5.1 Hospital */
|
||||
|
||||
area|z15-[amenity=hospital],
|
||||
node|z15-[amenity=hospital],
|
||||
{-x-me-text-priority:16000;}
|
||||
|
||||
node|z15[amenity=hospital],
|
||||
node|z15[building=hospital],
|
||||
area|z15[building=hospital]
|
||||
|
|
Loading…
Add table
Reference in a new issue