Opened 13 years ago
Closed 12 years ago
#7341 closed defect (fixed)
circle arc: problem when a way and three nodes is selected
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin utilsplugin2 | Version: | |
Keywords: | circle arc way node | Cc: |
Description (last modified by )
- draw a way with four nodes.
- select the way and the the last three nodes
- unselect the last node and add the first node to selection
- circle Arc (Shift+C).
I would suspect that an arc is draw between the first three nodes in the same order as the selected way (first - second - third).
Instead only nodes for the arc are drawn in order of the selection of the nodes (second - third -first).
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2012-01-30 02:32:23 Last Changed Author: stoecker Revision: 4878 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2012-01-30 00:02:54 +0100 (Mon, 30 Jan 2012) Last Changed Rev: 4878 Identification: JOSM/1.5 (4878 de) Memory Usage: 55 MB / 508 MB (14 MB allocated, but free) Java version: 1.6.0_18, Sun Microsystems Inc., OpenJDK Client VM Operating system: Linux Dataset consistency test: No problems found Plugin: utilsplugin2 (27624)
Attachments (1)
Change History (6)
by , 13 years ago
Attachment: | circle_7341.png added |
---|
comment:1 by , 13 years ago
I am writing the wiki page and have to say that the methode with one way and three nodes selected often produces strange results.
- sometimes the way is not fused but a new way is created.
- sometimes only nodes are created and the way is not changed at all.
- sometimes it is a mix of the two above.
- sometimes it works.
follow-up: 4 comment:2 by , 13 years ago
Seems to me, that the nodes' order is taken from selection and not reorder to fit the order in the way.
comment:3 by , 12 years ago
Description: | modified (diff) |
---|
comment:4 by , 12 years ago
Replying to skyper:
Seems to me, that the nodes' order is taken from selection and not reorder to fit the order in the way.
Yep. Selecting the nodes in the way order dos not trigger the bug. Selecting them randomly trigger it. PLugin needs to sort the selected nodes according to the way.
screenshot