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
The RDragZoom is properly defining a box and zooming to that box, but nothing is ever logged to the console.
I have other map functionality which needs to be disabled when RDragZoom is active, and I have not been able to figure out a way to detect when it is active.
The text was updated successfully, but these errors were encountered:
In the OL 9 standard, DragZoom extends DragBox and should give access to the same functions (onBoxStart / onBoxEnd / etc)
In addition, the onChange defined on RDragZoom does not ever seem to activate:
The RDragZoom is properly defining a box and zooming to that box, but nothing is ever logged to the console.
I have other map functionality which needs to be disabled when RDragZoom is active, and I have not been able to figure out a way to detect when it is active.
The text was updated successfully, but these errors were encountered: