Skip to content
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

Cut line in edit #2073

Open
steff-o opened this issue Nov 8, 2024 · 0 comments
Open

Cut line in edit #2073

steff-o opened this issue Nov 8, 2024 · 0 comments

Comments

@steff-o
Copy link
Contributor

steff-o commented Nov 8, 2024

Is your feature request related to a problem? Please describe.
When a line is too long, the only way of shorten it is to delete each vertex from the end. Also, if a line feature needs to be split in two, the only solution is to draw a new line for one of the parts and trim vertices from the other or draw two new lines.

Describe the solution you'd like
A cut line tool. When active, clicking on a line will split the line in two which will result in two features, one with the first part of the line and the other with the last part and both will have the same attributes.

Not sure how to activate it though. The obvious solution would be to use a modifier key (shift, ctrl, alt or whatever combination isn't already used) when clicking a line that is selected for modification, but that would not work well on mobile devices. Maybe not a problem as not many will do serious precision editing on a touch screen. Alternatively a new tool would be added to the edit menu when a feature is selected for modification.

Describe alternatives you've considered
Let the end users suffer.

Additional context
The same could be applied to the draw tools, but has not been requested by the users, so it's beyond the scope of this issue.

The approach on how to activate this functionality would probably be similar to that of #2072

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants