-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow locking of the draw mode #5874
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When adding many features of the same type, it becomes unnecessarily repetitive to keep selecting the draw mode (point, line, or area). There should be a mechanism to lock into a mode so it stays active even after adding a feature. Double-clicking would be a simple way to lock, with a single click sufficient to unlock.
This would be especially powerful combined with #5873 since then users could quickly add many features of the same type with no clicks required in-between additions.
While theoretically this would make it easier to accidentally add many untagged features, #5830 will prevent their upload and help users tag or remove them.
Draw mode buttons with quick presets after #5873:
With single feature draw mode active (on click or hotkey):
Possible UI with locked draw mode active (on double click):
The text was updated successfully, but these errors were encountered: