#22279 closed enhancement (fixed)
[Patch] Add new split mode for quick splitting of ways
Reported by: | Woazboat | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 23.06 |
Component: | Core | Version: | |
Keywords: | split, mode | Cc: |
Description (last modified by )
Add a new mode for quick splitting of ways by selecting split points via mouse click.
Ambiguous split actions can be resolved by choosing the correct way in a popup dialog or by selecting the targeted way beforehand.
Filters can be used to narrow down which ways are considered for splitting (e.g. filter for highway=*
if you only want to split roads)
https://github.com/JOSM/josm/pull/96
https://patch-diff.githubusercontent.com/raw/JOSM/josm/pull/96.patch
Attachments (1)
Change History (7)
by , 2 years ago
Attachment: | josm_split_action.gif added |
---|
comment:1 by , 2 years ago
Description: | modified (diff) |
---|
comment:2 by , 2 years ago
comment:3 by , 2 years ago
Description: | modified (diff) |
---|
comment:4 by , 2 years ago
This is somewhat similar to the knife tool in the auto-tools plugin (https://github.com/JOSM/auto-tools#knife-tool), but I think this is useful enough to be implemented in the core
comment:6 by , 17 months ago
Milestone: | → 23.06 |
---|
For now only splitting at preexisting nodes is implemented. Adding new nodes into way segments and splitting at those is on the todo list.
I re-used the icon for the split way action for the mode. Maybe this could be replaced with a more illustrative one (e.g. a pair of scissors over a way)