mapbox-gl-draw
mapbox-gl-draw copied to clipboard
How do I disable editing mode after polygon is being drawn?
mapbox-gl-js version: v2.14.1 mapbox-gl-draw version: v1.4.3
Description
After drawing is created once, I want to disable editing mode in order to prevent changing the drawing path. On the other hands, I want the ability to drag move as is.
Steps to Trigger Behavior
Expected Behavior
I try using simple_select
. I am expecting that the editing mode is off and drag is still working.
Actual Behavior
Drag is not working