Changes between Version 31 and Version 32 of Help/Action/Draw
- Timestamp:
- 2016-03-25T22:48:34+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Draw
v31 v32 11 11 (TODO: sort and check some old and probably imprecise instructions in this section) 12 12 13 * when selection is empty, If you click on a blank area of the screen you add a new node independent of any existing way.14 15 * If you select one node and then click on a blank area of the screen you add a new node to the end of the existing way or create a new one.16 17 13 * If no node is previously selected and you click between (or very close to) two nodes in an existing way the new node is added on the existing way, between two existing nodes. If two ways cross, and there currently is no node in common at the junction, and you click near the intersection of the two ways, then the node will be inserted into both ways, which will then share a common point. 18 14 19 15 * If a node is previously selected and you click between two nodes in an existing way the new node is added on the existing way, between two existing nodes, and a way is drawn between the previously selected node and the new node. 20 16 21 * The drawing stops, if you make a double click when creating the last node or if you click ona nodeor way segment which is already part of the currently drawn way.17 === Create a node === 22 18 23 * If you are currently not drawing, then you can select nodes with a double click. If the node is an end node of a line then also the line gets selected. 19 When selection is empty, If you click on a blank area of the screen you add a new node independent of any existing way: 20 21 [[Image(ex1-empty-selection-click-on-blank.gif,nolink)]] 22 23 === Draw a segment === 24 25 With empty selection, if you select one node and then click on a blank area of the screen you add a new node and create a new way (with one segment): 26 27 [[Image(ex1-selected-node-draw-a-segment.gif,nolink)]] 28 29 === Draw tool can be used to select and deselect objects === 30 31 * If you are currently not drawing, then you can select node with a left mouse click 32 * If the node is an end node of a line then also the line gets selected (leaf node + way in selection); this will be explained in [#ContinuousDrawing] 33 34 In demo below, left mouse click was used to select a tool, then clicked 6 times at nodes: 35 36 [[Image(ex1-click-to-select-a-node-or-exit-drawing-on-leaf-node.gif,nolink)]] 37 38 To stop drawing tool, click on selected object (a node) again. This can be done so quickly and some users confuse it with double click. No, you don't need double click: 39 40 [[Image(ex1-select-deselect-without-double-click.gif,nolink)]] 41 42 === Double click stops drawing on leaf node === 43 44 Drawing stops, if you make a double click when creating the last node. This way you don't have to select on last node, but you have to know about this special case: 45 46 [[Image(ex1-double-click.gif,nolink)]] 24 47 25 48 === Continuous drawing === … … 39 62 * If you click near an existing node it draws a "segment" between what was previously selected and the existing node, and this allows you to re-use existing nodes to make a new way / area (so that certain nodes and "segments" can be reused in more than one way/ area). 40 63 41 === It will continue selected ways===64 === Left click on drawn way will deselect node and stop mode === 42 65 66 It doesn't matter if you click on nodes or create a new node in a way: 67 68 [[Image(ex1-click-on-self-when-drawing-will-deselect.gif,nolink)]] 43 69 44 70 == Modifiers ==
