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
Is your feature request related to a problem? Please describe.
It would be valuable to be able to make light edits to a geometry without explicitly entering edit mode. We could provide a 'editable' property for the 3 main modes:
TerraDrawPointMode
TerraDrawLineStringMode
TerraDrawPolygonMode
That allows for in-mode editing of the feature without explicitly having to switch to Select mode. If this is popular we could potentially offer it for other built in modes later.
Describe your proposed idea for the solution to this problem
We could provide a 'editable' property:
newTerraDrawPolygonMode({editable: true})
Which provides behaviour similar to the OpenLayers editing tools.
Describe alternatives you've considered
We could just keep things as they are and people can edit features in select mode
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
JamesLMilner
changed the title
[Feature Request] Allow basic editing whilst in basic drawing modes
[Feature Request] Allow basic editing whilst in base drawing modes
Jan 22, 2025
Is your feature request related to a problem? Please describe.
It would be valuable to be able to make light edits to a geometry without explicitly entering edit mode. We could provide a 'editable' property for the 3 main modes:
That allows for in-mode editing of the feature without explicitly having to switch to Select mode. If this is popular we could potentially offer it for other built in modes later.
Describe your proposed idea for the solution to this problem
We could provide a 'editable' property:
Which provides behaviour similar to the OpenLayers editing tools.
Describe alternatives you've considered
We could just keep things as they are and people can edit features in select mode
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: