[[TranslatedPages]] [[PageOutline]] = HowTo = This page will hopefully give you some tips on how to perform common tasks in JOSM. == How to change an intersection into a roundabout == #Roundabout Say, someone drew an intersection, but you know better and like to have a roundabout instead. If it's a small one, add the tag [osmwiki:Tag:highway%3Dmini_roundabout highway=mini_roundabout] and you are done. If not, proceed... * Draw a single line, approximately as long as the diameter of the roundabout. [[Image(roundabout1.png)]] * Select the line and use ''Tools -> Create Circle''. [[Image(roundabout2.png)]] * If you think, it is not round enough, add more nodes and use ''Tools -> Align Nodes in Circle''. * Move the circle on top of the crossing. [[Image(roundabout3.png)]] * You can rotate the circle holding CTRL+SHIFT in ''Select'' mode. Now we dismember the junction :) * Select the node in the center and unglue it by pressing G (''Tools -> UnGlue Ways'') * Click into some empty area to clear the selection. Select the central node again (there are two of them on top of each other now), and move it a bit. The two ways should be separated now. [[Image(roundabout4.png)]] * Select one of the two nodes an press P (''Tools -> Split Way''). Select the same node again, unglue it (shortcut G), reselect it and move it a little. [[Image(roundabout5.png)]] * Repeat with the other way; you should have four loose ends now. * Move these ends approximately to where they should dock to the circle. [[Image(roundabout6.png)]] * Click on one of the ends and press A. * Click on the circle to add the way to the roundabout. (Either snap to one of the existing nodes or click on the segment to add another node.) [[Image(roundabout7.png)]] * Select the same node again and press the ''Delete'' key to remove it. * Repeat for the other three ends. * Done! [[Image(roundabout8.png)]] Notes: * Check that the circle has the right orientation. (Use ''Tools -> Reverse Ways'' to change it.) * Check whether the ways are part of some relation. If you don't care for relations, then please don't destroy them. It's nice to have neat roundabouts, but relations are actually useful :) . * See [osmwiki:Tag:junction=roundabout] for more details. ---- * Back to [wikitr:/Help Main Help]