Changes between Version 10 and Version 11 of Help/Action/AddNode


Ignore:
Timestamp:
2007-10-10T14:43:03+02:00 (18 years ago)
Author:
dmgroom
Comment:

update for API 0.5 changes

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/AddNode

    v10 v11  
    55JOSM has different modes to add nodes. Pressing shift-n toggles between the different modes.
    66
    7  * add a node independent of any segments.
     7 * add a node independent of any existing way.
    88
    9  * add a node inside a segment. The nearest segment is searched and the new node is added on the existing segment. If the alt-key is held, the new node is created right at the mouse position.
     9 * add a node into an existing way. The new node is added on the existing way, bewteen two existing nodes. If the alt-key is held, the new node is created right at the mouse position.
    1010
    11  * add a node and connect it to the last node with a segment.
     11 * add a node and connect it to the last node.
    1212
    1313Back to [wiki:Help Main Help]