Changes between Version 89 and Version 90 of Help/Concepts/Object


Ignore:
Timestamp:
2016-11-06T15:22:48+01:00 (9 years ago)
Author:
Klumbumbus
Comment:

add articels

Legend:

Unmodified
Added
Removed
Modified
  • Help/Concepts/Object

    v89 v90  
    2424[[Image(source:trunk/images/data/node.png,20,bottom,margin-right=15,nolink)]] A **node** is an individual point with a defined position. ''With respective tags'' it can be used to indicate shops, benches, individual trees or points of drinking water.
    2525
    26 Only nodes have [[Coordinates]] in OSM data model: ways and relations simply refer to nodes.
     26Only nodes have [[Coordinates]] in the OSM data model. Ways and relations simply refer to nodes.
    2727
    2828==== Common nodes ====
    2929
    30 Nodes can be re-used between multiple ways: multiple ways can refer to single node (common node).
     30Nodes can be re-used between multiple ways. Multiple ways can refer to a single node (common node).
    3131
    32 Practical meaning of this is demonstrated at [[Help/Action/Draw#Commonnodes]] page. [Help/Action/MergeNodes Merge Nodes] tool can be used to create common nodes.
     32A practical meaning of this is demonstrated at the [[Help/Action/Draw#Commonnodes Draw Nodes]] page. The [Help/Action/MergeNodes Merge Nodes] tool can be used to create common nodes.
    3333
    3434=== Ways (also an OSM data primitive) === #Ways