forked from organicmaps/organicmaps
[styles] Manually set base priority for [amenity] and [man_made] to avoid building captions overlap over icons.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
3057960d3a
commit
fb030c3052
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,15 @@
|
|||
|
||||
/* 1. Z-INDEX OF ICONS */
|
||||
|
||||
/* Default priority for all POIs to avoid building captions overlap.
|
||||
Should be greater than [building] priority.
|
||||
*/
|
||||
node[amenity],
|
||||
area[amenity],
|
||||
node[man_made],
|
||||
area[man_made],
|
||||
{z-index: 1000;}
|
||||
|
||||
node|z17-[leisure],
|
||||
node|z16[amenity=parking],
|
||||
area|z16[amenity=parking],
|
||||
|
|
Loading…
Add table
Reference in a new issue