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 entering edit mode with: L.pm.enableGlobalEditMode({ allowEditing: false, allowSelfIntersection: false, limitMarkersToCount: 1, });
while i'm dragging an anchor point over a potential snapping point, the dragging anchor point snaps, but it also releases my drag action.
This is especially a problem when using allowSelfIntersection: false, because i end up with an incorrect (self-intersecting) polygon:
Any help with this is appreciated!
The text was updated successfully, but these errors were encountered:
Hi,
When entering edit mode with:
L.pm.enableGlobalEditMode({ allowEditing: false, allowSelfIntersection: false, limitMarkersToCount: 1, });
while i'm dragging an anchor point over a potential snapping point, the dragging anchor point snaps, but it also releases my drag action.
This is especially a problem when using
allowSelfIntersection: false
, because i end up with an incorrect (self-intersecting) polygon:Any help with this is appreciated!
The text was updated successfully, but these errors were encountered: