This object is in archive! 
Theme creation: Element priority
Answered
I'm playing around with editing a theme and found some strange behaviour:
There's an icon with zoom-min="16" and a caption with zoom-min="17". Now the icon appears at zoom 16, and at zoom 17 the label appears, but the icon disappears. At zoom 18 both are shown again. It seems to depend on the size of the icon, because I have a similar rule with a smaller icon, and there both are shown at zoom 17.
I tried it with priority="-10" for the caption, but that didn't help.
How can I make sure the icon is never "pushed out" by the caption?
Hi,
you're right the reason why icon disappears is "conflict" with label. Unfortunately Locus doesn't support priority directive at this moment. There are two possible solution:
- use parameter dy/dx to offset the label
- user parameter force-draw="1" It cause that icon is always displayed.
Hi,
you're right the reason why icon disappears is "conflict" with label. Unfortunately Locus doesn't support priority directive at this moment. There are two possible solution:
- use parameter dy/dx to offset the label
- user parameter force-draw="1" It cause that icon is always displayed.
Thx, I will try that out.
Thx, I will try that out.
Replies have been locked on this page!