Hi
I want to prevent the user to drag a polygon in EditOverlay. I have implemented a CustomInteractiveEditOverlay (attached). In this I have set CanDrag = false and
DragControlPointsLayer.IsVisible = false.
It works almost. But when the polygon in the CustomInteractiveEditOverlay has a shape, where one of the vertices is near to the centroid of the polygon, then it is posible to drag the polygon even though the dragging-cursor isn’t displayed.
Do you have any suggestions?
Best regards
Lars
CustomEditInteractiveOverlay.cs (2.58 KB)