-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hello!
I am running into a few issue with the DrawAreaSelection active function. I hope you can provide some clarity if this is a known bug or potentially an issue with my implementation.
-
The rect drag feature does not create the proper rectangle progress lines. When clicking and dragging, nothing appears on the map. When you release the mouse, a single line is drawn on the map or could be a box with very weird dimensions, either way it does not match the initial click and drag rectangle. However, I am able to click in markers to make a polygon.
-
I want to set the draw-panel-help element to a different message by using
document.getElementById('draw-panel-help').textContentbut this does not seem to work when using active. This works fine in the onButtonActivate function.