[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:
Viktor Govako 2021-11-03 19:08:22 +01:00 committed by Alexander Borsuk
parent 3057960d3a
commit fb030c3052

View file

@ -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],