Changes between Version 89 and Version 90 of Help/Concepts/Object
- Timestamp:
- 2016-11-06T15:22:48+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Concepts/Object
v89 v90 24 24 [[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. 25 25 26 Only nodes have [[Coordinates]] in OSM data model : ways and relations simply refer to nodes.26 Only nodes have [[Coordinates]] in the OSM data model. Ways and relations simply refer to nodes. 27 27 28 28 ==== Common nodes ==== 29 29 30 Nodes can be re-used between multiple ways : multiple ways can refer to single node (common node).30 Nodes can be re-used between multiple ways. Multiple ways can refer to a single node (common node). 31 31 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.32 A 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. 33 33 34 34 === Ways (also an OSM data primitive) === #Ways