forked from organicmaps/organicmaps
Fixed text-icon overlapping for leisure=sports_centre
This commit is contained in:
parent
1df6c167c3
commit
c3dbb47654
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ node|z17-[leisure=stadium] { icon-image: pitch-l.svg; text-offset: 10; font-size
|
|||
node|z17-[leisure=pitch] { icon-image: pitch-l.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; z-index: 6; }
|
||||
node|z17-[sport=multi] { icon-image: pitch-l.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; z-index: 6; }
|
||||
|
||||
node|z17-[leisure=sports_centre] { icon-image: pitch-l.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; z-index: 6; }
|
||||
node|z17-[leisure=sports_centre] { icon-image: pitch-l.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; z-index: 6; -x-me-text-priority: 15500; }
|
||||
node|z18-[leisure=playground] { icon-image: pitch-l.svg; text-offset: 10; font-size: 11; text: name; text-color: @poi_label; z-index: 2400; }
|
||||
node|z17-[leisure=swimming_pool],area|z18-[leisure=swimming_pool] { icon-image: swimming-l.svg;z-index: 2600; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; }
|
||||
node|z17-[leisure=golf_course], area|z18-[leisure=golf_course] { icon-image: golf-l.svg;z-index: 50; } /* нельзя другой z-inex^иначе пропадают все объекты на поле */
|
||||
|
|
Loading…
Add table
Reference in a new issue