Opened 15 years ago
Closed 15 years ago
#4120 closed enhancement (fixed)
[Patch] Orthogonalize action will no longer orthogonalize multiple areas if they are "not facing the same way"
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | orthogonalize | Cc: |
Description
The orhtogonalize action used to orthogonalize multiple selected ways even if they weren't aligned in the same way, which was convenient as you could just select multiple houses and then orthogonalize them, and the action would orthogonalize them one by one. Now I would have to select dozens of houses one by one and the orthogonalize each separately, whereas previously I could just select them all and then orhtogonlaize all at the same time.
Attachments (1)
Change History (6)
follow-up: 2 comment:1 by , 15 years ago
Keywords: | orthogonalize added |
---|---|
Type: | defect → enhancement |
comment:2 by , 15 years ago
Replying to bastiK:
Is it really that time consuming to click the buildings one by one and press 'Q' after each selection?
I guess it can be.
How about doing an individual orthogonalize by default and do a group orthogonalize only when there are two nodes selected or with 'Shift-Q' or so?
comment:3 by , 15 years ago
The problem are different ways that have common nodes. (E.g. for terraced houses)
You cannot orthogonalize these separately. Then the logical solution would be to orthogonalze each group of connected ways separately. Patches are welcome! :)
comment:4 by , 15 years ago
Summary: | Orthogonalize action will no longer orthogonalize multiple areas if they are "not facing the same way" → [Patch] Orthogonalize action will no longer orthogonalize multiple areas if they are "not facing the same way" |
---|
Here you go.
With this patch JOSM will behave the same as it is now if two nodes are selected together with one or more ways. If no nodes are selected, it groups the selected ways into ways that share at least one node. That is, each way in each group shares at least one node with another way in that group. Then, each group is orthogonalized separately
Also, each orthogonalized group shows up separately in the Command Stack. I am not quite sure whether this is desired behavior.
by , 15 years ago
Attachment: | OrthogonalizeGroups.patch added |
---|
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is not a bug it's a feature: Often you have a group of buildings that are headed in the same direction.
Is it really that time consuming to click the buildings one by one and press 'Q' after each selection?