forked from organicmaps/organicmaps
[styles] Bigger shop=* icons priority.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
62ee98808d
commit
7c1ca933f3
1 changed files with 5 additions and 2 deletions
|
@ -114,8 +114,6 @@ node[vending=parking_tickets],
|
|||
area[vending=parking_tickets]
|
||||
{z-index: 2200;}
|
||||
|
||||
node[shop],
|
||||
area[shop],
|
||||
node[amenity=veterinary],
|
||||
area[amenity=veterinary],
|
||||
node[leisure=playground],
|
||||
|
@ -159,6 +157,11 @@ node[amenity=toilets],
|
|||
area[amenity=toilets]
|
||||
{z-index: 2400;}
|
||||
|
||||
/* Bigger than amenities above */
|
||||
node[shop],
|
||||
area[shop],
|
||||
{z-index: 2410;}
|
||||
|
||||
/* Bigger than leisure=playground, sports_centre, pitch */
|
||||
node[sport],
|
||||
area[sport],
|
||||
|
|
Loading…
Add table
Reference in a new issue