You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a Label symbolizer, the property conflictResolution=false is not taken in account if the property labelYOffset is set to a integer bigger than 0.
The problem is not that the 434 label overlaps the 2150 label. The conflictResolution is respected for that. But the problem comes with what geotools calls "goodness of fit". When a label for a polygon goes out of the polygon, geotools suppresses the label.
Context
Describe the bug
When using a Label symbolizer, the property conflictResolution=false is not taken in account if the property labelYOffset is set to a integer bigger than 0.
How to reproduce
With this first json:
The result is the following:
With this second json (I only changed the value of labelYOffset for 2 symbolizers):
The result is the following:
Actually, I'm expecting the second result even if we use a label offset.
Thanks,
Guillaume.
The text was updated successfully, but these errors were encountered: