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 combining addVertexOnClick with limitMarkersToCount in Geoman-Pro, the pm:vertexAdded event is triggered but with a seemingly undefined event when adding a vertex directly on the line.
Swapping geoman for geoman-pro should in theory demonstrate the bug.
The other performance optimizations (limitMarkersToClick, limitMarkersToViewport, limitMarkersToZoom) do not seem affected.
The text was updated successfully, but these errors were encountered:
When combining
addVertexOnClick
withlimitMarkersToCount
in Geoman-Pro, thepm:vertexAdded
event is triggered but with a seeminglyundefined
event when adding a vertex directly on the line.I tried reproducing a working geoman-pro situation in this JSFiddle :
https://jsfiddle.net/2o6sm3dz/
Swapping geoman for geoman-pro should in theory demonstrate the bug.
The other performance optimizations (
limitMarkersToClick
,limitMarkersToViewport
,limitMarkersToZoom
) do not seem affected.The text was updated successfully, but these errors were encountered: