forked from organicmaps/organicmaps
Merge pull request #1319 from kshalnev/icon_overlap_fix
[styles] Icon overlap fix
This commit is contained in:
commit
736b42f5c1
5 changed files with 7 additions and 7 deletions
Binary file not shown.
|
@ -35990,7 +35990,7 @@ cont {
|
|||
color: 4473924
|
||||
offset_y: 10
|
||||
}
|
||||
priority: 15067
|
||||
priority: 15500
|
||||
}
|
||||
}
|
||||
element {
|
||||
|
@ -36006,7 +36006,7 @@ cont {
|
|||
color: 4473924
|
||||
offset_y: 10
|
||||
}
|
||||
priority: 15067
|
||||
priority: 15500
|
||||
}
|
||||
}
|
||||
element {
|
||||
|
@ -36022,7 +36022,7 @@ cont {
|
|||
color: 4473924
|
||||
offset_y: 10
|
||||
}
|
||||
priority: 15067
|
||||
priority: 15500
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -35990,7 +35990,7 @@ cont {
|
|||
color: 5592405
|
||||
offset_y: 10
|
||||
}
|
||||
priority: 15067
|
||||
priority: 15500
|
||||
}
|
||||
}
|
||||
element {
|
||||
|
@ -36006,7 +36006,7 @@ cont {
|
|||
color: 5592405
|
||||
offset_y: 10
|
||||
}
|
||||
priority: 15067
|
||||
priority: 15500
|
||||
}
|
||||
}
|
||||
element {
|
||||
|
@ -36022,7 +36022,7 @@ cont {
|
|||
color: 5592405
|
||||
offset_y: 10
|
||||
}
|
||||
priority: 15067
|
||||
priority: 15500
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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