9 | | There are also some special possibilities: |
10 | | * When a node is selected that is part of the way, then make a regular polygon. |
11 | | * When one way and one node is selected, set center to position of that node. |
12 | | * When one more node, part of the way, is selected, set the radius equal to the distance between two nodes. |
| 10 | There are also some special cases: |
| 11 | * When one node, part of a way, and this way are selected, then make a regular polygon |
| 12 | * When one closed way and one separate node is selected, set center to position of that node. |
| 13 | * When one more node, part of the way, is selected, set the radius equal to the distance between the two selected nodes. |
| 14 | * When multiple ways are selected and they are connected to create a ring, align nodes by first computing an average center and by preserving relative angles of interconnection (e.g. of roads connecting to a roundabout) when regularizing the radius, and redistribute the other nodes in each arc. |
| 15 | * When multiple ways are selected and they are not connected in a ring, then each of the selected closed ways will be circularized. |
| 16 | |
15 | | |
16 | | * [[Image(source:/trunk/images/alignline.png,20)]] [wiki:/Help/Action/AlignInLine Align Nodes in Line] |
| 19 | * [[JOSMImage(aligncircle,middle,24,link=)]] [wikitr:/Help/Action/CreateCircle Create Circle] |
| 20 | * [[JOSMImage(alignline,middle,24,link=)]] [wikitr:/Help/Action/AlignInLine Align Nodes in Line] |
| 21 | * [[JOSMImage(plugins/utilsplugin2/images/circlearc,middle,24,link=)]] [wikitr:/Help/Action/CreateCircleArc Circle Arc] (utilsplugin2) |