Changes between Version 80 and Version 81 of Help/Action/Select
- Timestamp:
- 2016-09-26T11:31:06+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Select
v80 v81 5 5 = Selection mode, Move and Rotate Objects = 6 6 7 [[Image(source:trunk/images/mapmode/move/move.png)]] ''Keyboard shortcut:'' **{{{S}}}**; press {{{S}}} to toggle between this mode and [[Image(source:trunk/images/mapmode/rope.png,20, link=)]] [wiki:Help/Action/LassoMode lasso mode] — is a one of the [wiki:Help/Modes JOSM modes]7 [[Image(source:trunk/images/mapmode/move/move.png,middle)]] ''Keyboard shortcut:'' **{{{S}}}**; press {{{S}}} to toggle between this mode and [[Image(source:trunk/images/mapmode/rope.png,20,middle)]] [wiki:Help/Action/LassoMode lasso mode] — is a one of the [wiki:Help/Modes JOSM modes] 8 8 9 9 == Selection mode == #Selecttool … … 18 18 ==== Single left mouse click is used to select an object ==== 19 19 20 Cursor: with node [[Image(source:trunk/images/cursor/modifier/select_node.png,24,nolink)]]; with way [[Image(source:trunk/images/cursor/modifier/select_way.png,24,nolink)]] 20 Cursor: with node [[Image(source:trunk/images/cursor/modifier/select_node.png,24,nolink,middle)]]; with way [[Image(source:trunk/images/cursor/modifier/select_way.png,24,nolink,middle)]] 21 21 22 22 Activation steps: {{{Left mouse click}}} … … 28 28 ==== Deselecting an object(s) ==== 29 29 30 Cursor: with node [[Image(source:trunk/images/cursor/modifier/select_node_remove.png,24,nolink)]]; with way [[Image(source:trunk/images/cursor/modifier/select_way_remove.png,24,nolink)]] 30 Cursor: with node [[Image(source:trunk/images/cursor/modifier/select_node_remove.png,24,nolink,middle)]]; with way [[Image(source:trunk/images/cursor/modifier/select_way_remove.png,24,nolink,middle)]] 31 31 32 32 Activation steps: hold {{{Alt}}} when using {{{Left mouse button}}} … … 64 64 ==== Select multiple objects using selection rectangle ==== 65 65 66 Cursor: [[Image(source:trunk/images/cursor/modifier/selection.png,24,nolink)]] 66 Cursor: [[Image(source:trunk/images/cursor/modifier/selection.png,24,nolink,middle)]] 67 67 68 68 Activation steps: hold and drag the {{{Left mouse button}}} around objects … … 98 98 ====== Shift modifier ====== 99 99 100 Cursor: [[Image(source:trunk/images/cursor/modifier/select_add.png,24,nolink)]] 100 Cursor: [[Image(source:trunk/images/cursor/modifier/select_add.png,24,nolink,middle)]] 101 101 102 102 Activation steps: {{{Shift}}} … … 106 106 ====== Ctrl modifier ====== 107 107 108 Cursor: [[Image(source:trunk/images/cursor/modifier/select_remove.png,24,nolink)]] 108 Cursor: [[Image(source:trunk/images/cursor/modifier/select_remove.png,24,nolink,middle)]] 109 109 110 110 Activation steps: … … 114 114 == Move objects == 115 115 116 You can move selected [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes nodes] and [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways ways] in the main window, by moving the mouse cursor close to one of the selected objects and then left clicking while dragging the mouse. 116 You can move selected [[Image(source:trunk/images/data/node.png,middle)]] [Concepts/Object#Nodes nodes] and [[Image(source:trunk/images/data/way.png,middle)]] [Concepts/Object#Ways ways] in the main window, by moving the mouse cursor close to one of the selected objects and then left clicking while dragging the mouse. 117 117 * If the mouse cursor is **near a node** when performing the move action, then **just this node** is moved. 118 118 * If you move a node very close to another node and hold **{{{Ctrl}}}** when releasing the left mouse button the moved **node** will be merged with the other **node**. … … 129 129 == Merge nodes == 130 130 131 Cursor: [[Image(source:trunk/images/cursor/modifier/joinnode.png,24,nolink)]] 131 Cursor: [[Image(source:trunk/images/cursor/modifier/joinnode.png,24,nolink,middle)]] 132 132 133 133 Activation steps: hold down {{{Ctrl}}} and drag one selected node onto the unselected one … … 135 135 Action: merge selected nodes with another; internally it will simply use [Help/Action/MergeNodes Merge tool] - please read more details here. 136 136 137 * [[Image(source:trunk/images/mapmode/improvewayaccuracy.png,16, link=)]] [wiki:Help/Action/ImproveWayAccuracy Improve Way Accuracy] - over time many mappers switch to this tools instead of manually selecting-and-moving each node137 * [[Image(source:trunk/images/mapmode/improvewayaccuracy.png,16,,middle)]] [Action/ImproveWayAccuracy Improve Way Accuracy] - over time many mappers switch to this tools instead of manually selecting-and-moving each node 138 138 139 139 == Click and drag on segment midpoint will create a new node == … … 151 151 == Rotate objects == 152 152 153 Cursor: [[Image(source:trunk/images/cursor/rotate.png,24,nolink)]] 153 Cursor: [[Image(source:trunk/images/cursor/rotate.png,24,nolink,middle)]] 154 154 155 155 Activation steps: {{{Shift+Ctrl}}} + {{{Left mouse button}}} and moving mouse up and down … … 157 157 Action: rotate selected nodes and ways around their geometrical centre. 158 158 159 You might be interested in more complex tools to rotate objects: [ /wiki/Help#Rotation Help#Rotation] - align road with building (exactly) or rotate at precise angle159 You might be interested in more complex tools to rotate objects: [wiki:Help#Rotation Help#Rotation] - align road with building (exactly) or rotate at precise angle 160 160 161 161 == Scale objects == 162 162 163 Cursor: [[Image(source:trunk/images/cursor/scale.png,24,nolink)]] 163 Cursor: [[Image(source:trunk/images/cursor/scale.png,24,nolink,middle)]] 164 164 165 165 Activation steps: {{{Ctrl+Alt}}} + {{{Left mouse button}}} and moving mouse up and down … … 174 174 175 175 == See also == 176 * [wiki: /Help#Selection "Selection" section at main page] - some popular selection tools177 * [ wiki:Help/Action/UnselectAll Unselect all] {{{Escape}}}176 * [wiki:Help#Selection "Selection" section at main page] - some popular selection tools 177 * [Action/UnselectAll Unselect all] {{{Escape}}} 178 178 * [wiki:Help/Plugin/UtilsPlugin2 UtilsPlugin2] contains additional selection functionality 179 179
