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
I can show my existing feature in the map, but it has no editable form such as pan, uncombine or etc. which exist in draw control.
actually I can not access
get(featureId: string): ?Feature,
getFeatureIdsAt(point: { x: number, y: number }): Array,
etc
which is existing in mapbox-gl-draw
The text was updated successfully, but these errors were encountered:
I can show my existing feature in the map, but it has no editable form such as pan, uncombine or etc. which exist in draw control.
actually I can not access
get(featureId: string): ?Feature,
getFeatureIdsAt(point: { x: number, y: number }): Array,
etc
which is existing in mapbox-gl-draw
The text was updated successfully, but these errors were encountered: