Changes between Version 79 and Version 91 of Help/Action/Draw


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Draw

    v79 v91  
    1 [[TranslatedPages]]
     1[[TranslatedPages(outdated=Missing description for "Left mouse click will add nodes on overlapping ways")]]
    22[[PageOutline(2-5)]]
     3
    34= Draw Nodes =
    45
    5 [[Image(source:/trunk/images/mapmode/node/autonode.png)]] ''Keyboard shortcut:'' '''{{{A}}}''' — is one of the [wiki:Help/EditToolbar working modes]
     6[[JOSMImage(mapmode/node/autonode,link=,48,middle,margin-right=20)]] ''Keyboard shortcut:'' **`A`** — is one of the [wikitr:/Help/Menu/Mode#Workingmode working modes]
    67
    78This mode behaves differently depending on how you use it.
    89
    910== Try it yourself ==
     11Open [attachment:josmwiki-actiondraw.osm josmwiki-actiondraw.osm] using menu item [wikitr:/Help/Menu/File "File > Open Location ..."]  (`Ctrl+L`).
    1012
    11 Open [attachment:josmwiki-actiondraw.osm josmwiki-actiondraw.osm] using menu item [wiki:/Help/Menu/File "File > Open Location ..." (Ctrl+L)].
    1213
    13 == Standard Mode ==
     14== Standard Mode ==#StandardMode
    1415=== Create a node ===
     16When selection is empty, If you click on a blank area [wikitr:/Help/MapView of the screen] you add a new [[JOSMImage(data/node)]] [wikitr:/Help/Concepts/Object#Nodes node] independent of any existing [[JOSMImage(data/way)]] [wikitr:/Help/Concepts/Object#Ways way]:
    1517
    16 When selection is empty, If you click on a blank area [Help/MapView of the screen] you add a new [Help/Concepts/Object#Nodes node] independent of any existing [Help/Concepts/Object#Ways way]:
    17 
    18 [[Image(ex1-empty-selection-click-on-blank.gif,nolink)]]
     18[[Image(ex1-empty-selection-click-on-blank.gif,link=)]]
    1919
    2020=== Click on node will stop mode ===
    21 
    2221To stop drawing mode, 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:
    2322
    24 [[Image(ex1-select-deselect-without-double-click.gif,nolink)]]
     23[[Image(ex1-select-deselect-without-double-click.gif,link=)]]
    2524
    2625=== Draw a segment ===
    27 
    28 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 [Help/Concepts/Object#Segment segment]):
     26With 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 [wikitr:/Help/Concepts/Object#Segment segment]):
    2927
    3028''Note: click on second node in segment used to stop drawing mode''
    3129
    32 [[Image(ex1-selected-node-draw-a-segment.gif​,nolink)]]
     30[[Image(ex1-selected-node-draw-a-segment.gif​,link=)]]
    3331
    3432=== Click on node will start new segment similar to empty ===
    35 
    3633* If you are currently not drawing, then you can select node with a left mouse click
    37 * 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]
     34* 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 Continuous drawing (below)]
    3835
    3936In demo below, left mouse click was used to select first drawing mode, then clicked 6 times at nodes:
    4037
    41 [[Image(ex1-click-to-select-a-node-or-exit-drawing-on-leaf-node.gif​,nolink)]]
     38[[Image(ex1-click-to-select-a-node-or-exit-drawing-on-leaf-node.gif​,link=)]]
    4239
    43 === Common nodes ===
     40=== Common nodes ===#Commonnodes
    4441This is often necessary when you edit highways or streams of the river.
    4542
    46 ==== Common nodes with another way ====
    47 
     43==== Common nodes with another way ==== #Commonnodeswithanotherway
    4844If 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''.
    4945
    50 The ''new node'' will belong to both ways. It's often refereed as "common node".
     46The ''new node'' will belong to both ways. It's often referred to as "common node".
    5147
    5248Simplest scenario:
    5349
    54 [[Image(ex1-common-nodes-with-another-way.gif,nolink)]]
     50[[Image(ex1-common-nodes-with-another-way.gif,link=)]]
    5551
    5652==== Common nodes are bigger ====
    57 
    5853It help you distinguish them from other nodes.
    59 
    6054
    6155First drawn way have a common nodes with old way and second drawn way has no common nodes (details [#Ctrlmodifier how second way was drawn will be explained below]):
    6256
    63 [[Image(ex2-common-nodes-wtih-other-way-and-without-common-nodes.gif​,nolink)]]
     57[[Image(ex2-common-nodes-wtih-other-way-and-without-common-nodes.gif​,link=)]]
    6458
    6559==== Left mouse click will add nodes on overlapping ways ====
    66 
    6760If two ways overlap, single mouse click will create a common point.
    6861
    6962(stub)
    7063
     64
    7165=== Double click stops drawing on leaf node ===
    72 
    7366Drawing stops, if you make a double click when creating the last node. This way you don't have to click on last node, but you have to know about this special case:
    7467
    75 [[Image(ex1-double-click.gif,nolink)]]
     68[[Image(ex1-double-click.gif,link=)]]
    7669
    77 === Continuous drawing ===
    78 
     70=== Continuous drawing ===#Continuousdrawing
    7971Previous way will be continued if both are true:
    80721. nothing was selected OR way in question was selected
     
    8375If draw mode applied to non-leaf nodes, it will create a new way instead of continuing old one:
    8476
    85 [[Image(ex1-will-continue-way-on-leaf-nodes-and-wont-at-middle.gif​,nolink)]]
     77[[Image(ex1-will-continue-way-on-leaf-nodes-and-wont-at-middle.gif​,link=)]]
    8678
    8779==== Left click on drawn way will stop continuous drawing ====
    88 
    8980It doesn't matter if you click on nodes or create a new node in a way:
    9081
    91 [[Image(ex1-click-on-self-when-drawing-will-deselect.gif,nolink)]]
     82[[Image(ex1-click-on-self-when-drawing-will-deselect.gif,link=)]]
     83
    9284
    9385=== Snaps to existing nodes or ways ===
     86Note how nodes and way change color to yellow when hovering over them:
    9487
    95 Note how nodes and way change colour to yellow when hovering over them:
     88[[Image(ex1-snapping.gif,link=)]]
    9689
    97 [[Image(ex1-snapping.gif,nolink)]]
     90If 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):
    9891
    99 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):
     92[[Image(ex2-snapping.gif,link=)]]
    10093
    101 [[Image(ex2-snapping.gif,nolink)]]
    10294
    103 == Angle snapping ==
     95== Angle snapping ==#Anglesnapping
     96Often necessary when editing barriers, fences, walls, non-trivial buildings, indoor features and other man-made objects, covered under [wikitr:/Help/Action/Draw/AngleSnap Angle Snapping].
    10497
    105 Often necessary when editing barriers, fences, walls, non-trivial buildings, indoor features and other man-made objects, covered here: '''[[Help/Action/Draw/AngleSnap]]'''.
    10698
    10799== Modifiers ==
     100=== `Alt` modifier ===#Altmodifier
     101[[Image(ex1-alt.gif,link=)]]
    108102
    109 === Alt modifier ===
     103If you hold down the `Alt` key when using this mode it starts a new way, rather than continuing an existing way.
    110104
    111 [[Image(ex1-alt.gif,nolink)]]
     105=== `Shift` modifier ===#Shiftmodifier
     106[[Image(ex1-shift.gif,link=)]]
    112107
    113 If you hold down the {{{Alt}}} key when using this mode it starts a new way, rather than continuing an existing way.
     108If you hold down the `Shift` key while using this mode, it disables the "auto-connect" feature.  So segments will not be drawn between new nodes.
    114109
    115 === Shift modifier ===
     110=== `Ctrl` modifier ===#Ctrlmodifier
     111[[Image(ex1-ctrl.gif,link=)]]
    116112
    117 [[Image(ex1-shift.gif,nolink)]]
    118 
    119 If you hold down the {{{Shift}}} key while using this mode, it disables the "auto-connect" feature.  So segments will not be drawn between new nodes.
    120 
    121 === Ctrl modifier ===
    122 
    123 [[Image(ex1-ctrl.gif,nolink)]]
    124 
    125 If you hold down the {{{Ctrl}}} key whilst using this mode, it disables the snapping to an existing way, allowing you to draw nodes close to, but not part of an existing way.
     113If you hold down the `Ctrl` key whilst using this mode, it disables the snapping to an existing way, allowing you to draw nodes close to, but not part of an existing way.
    126114
    127115=== Combination of modifiers ===
    128 You may optionally use one or many modifiers at once to get desired result.
     116You may optionally use one or many modifiers at once to get the desired result.
    129117
    130 Here is Ctrl modifier used with Shift at once:
     118Here is `Ctrl` modifier used with `Shift` at once:
    131119
    132 [[Image(ex1-ctrl+shift.gif,nolink)]]
     120[[Image(ex1-ctrl+shift.gif,link=)]]
     121
     122== Auto screen center mode ==#ScreenCenterMode
     123Press and release `Ctrl+Shift+F` before drawing to toggle [wikitr:/Help/Action/ViewportFollowing Viewport Following]. If enabled, the screen will automatically center on each newly drawn node.
     124
    133125
    134126== See also ==
    135  * [[Image(source:/trunk/images/addnode.png)]][wiki:/Help/Action/AddNode Add node ...]
    136  * [[Image(source:trunk/images/mapmode/improvewayaccuracy.png,nolink)]] [Action/ImproveWayAccuracy Improve Way Accuracy mode] (W)
     127* [[JOSMImage(addnode)]] [wikitr:/Help/Action/AddNode Add node…]
     128* [[JOSMImage(mapmode/improvewayaccuracy)]] [wikitr:/Help/Action/ImproveWayAccuracy Improve Way Accuracy mode] (`W`)
    137129
    138130----
    139 Back to [wiki:/Help/EditToolbar Edit Toolbar][[BR]]
    140 Back to [wiki:/Help Main Help]
     131Back to [wikitr:/Help/Menu/Mode Mode menu] \\
     132Back to [wikitr:/Help Main Help]