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
fix: load existing geometry into MapboxDraw for interactive editing
Existing geometry was added as a static map source/layer, making it
non-interactive: shapes couldn't be clicked, selected, or edited.
Now geometry is loaded into the MapboxDraw control via draw.add(),
enabling click-to-select, vertex editing, and trash deletion.
Also handles draw.delete event to clear the field value.
0 commit comments