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
This commit changes the way polygon perimeter labeling works.
Previously the polygon would be clipped to the view extent, and
then the boundary of the clipped polygon used for perimeter
labeling.
This tended to push the labels to the outside of the map extent
(the clip boundary), since that's the longest straight section
of the resultant geometry.
Now, the boundary is taken *before* the clip, so that perimeter
based labels will never be placed on the artificial boundary
created at the map's extent.
(cherry-picked from 27697e6)
0 commit comments