forked from organicmaps/organicmaps
[styles] Fix golf_course and playground area priorities
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
aedc172b36
commit
92222b5df8
3 changed files with 5 additions and 9 deletions
|
@ -74,7 +74,6 @@ area[leisure=garden]
|
|||
area[leisure=pitch],
|
||||
area[leisure=stadium],
|
||||
area[leisure=track][area?],
|
||||
area[leisure=playground],
|
||||
area[sport=multi],
|
||||
area[sport=soccer],
|
||||
{z-index: 41;}
|
||||
|
@ -120,13 +119,13 @@ area[railway=platform]
|
|||
|
||||
area[landuse=grass],
|
||||
area[natural=grassland],
|
||||
area[leisure=golf_course],
|
||||
area[natural=heath]
|
||||
{z-index: 46;}
|
||||
|
||||
area[natural=scrub]
|
||||
{z-index: 47;}
|
||||
|
||||
area[leisure=golf_course],
|
||||
line[waterway=river],
|
||||
line[waterway=riverbank],
|
||||
line[waterway=stream],
|
||||
|
|
|
@ -29,11 +29,6 @@
|
|||
|
||||
/* 1. Z-INDEX OF ICONS */
|
||||
|
||||
node|z17-[leisure=golf_course],
|
||||
area|z17-[leisure=golf_course]
|
||||
{z-index: 50;}
|
||||
/* нельзя другой z-index, иначе пропадают все объекты на поле */
|
||||
|
||||
node[amenity=fountain],
|
||||
area[amenity=fountain]
|
||||
{z-index: 2000;}
|
||||
|
@ -107,6 +102,7 @@ area[shop],
|
|||
node[amenity=veterinary],
|
||||
area[amenity=veterinary],
|
||||
node[leisure=playground],
|
||||
area[leisure=playground],
|
||||
node[historic=ruins],
|
||||
area[historic=ruins],
|
||||
node[tourism=caravan_site],
|
||||
|
@ -1725,7 +1721,8 @@ node|z17-[leisure=fitness_centre]
|
|||
{icon-image: gym-m.svg;-x-me-text-priority: 15500;icon-min-distance: 10;}
|
||||
node|z17-[leisure=sauna]
|
||||
{icon-image: sauna-m.svg;-x-me-text-priority: 15500;icon-min-distance: 10;}
|
||||
node|z17-[leisure=playground]
|
||||
node|z17-[leisure=playground],
|
||||
area|z17-[leisure=playground],
|
||||
{icon-image: playground-m.svg;font-size: 11;icon-min-distance: 10;}
|
||||
node|z17-[leisure=swimming_pool],
|
||||
area|z17-[leisure=swimming_pool]
|
||||
|
|
|
@ -99,10 +99,10 @@ area[railway=platform]
|
|||
|
||||
area[landuse=grass],
|
||||
area[natural=grassland],
|
||||
area[leisure=golf_course],
|
||||
area[natural=heath]
|
||||
{z-index: 45;}
|
||||
|
||||
area[leisure=golf_course],
|
||||
area[natural=wetland],
|
||||
line[waterway=stream][intermittent=yes]
|
||||
{z-index: 49;}
|
||||
|
|
Loading…
Add table
Reference in a new issue