Opened 15 years ago
Closed 15 years ago
#5613 closed enhancement (fixed)
[patch] Split Object Action
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
I'd like having a Split Object Action with which one can split an object in two by selecting two nodes in an object.
I often need this when refining existing building blocks into particular buildings.
I'm running JOSM with attached patch myself for several months now and find it usefull.
Two caveats: First it's a quite big new file while most of it is copied from SplitWayAction. Maybe some code could be factored out.
Second is that I've no icon for that action and just use the one from SplitWayAction myself. This would have to be fixed.
So if this action sounds interesting at all, someone else might pick it up from here.
Attachments (1)
Change History (3)
by , 15 years ago
| Attachment: | JOSM-SplitObjectAction.patch added |
|---|



I added it to the new UtilPlugin2. (In [o24236])