Changes between Version 47 and Version 48 of Help/Concepts/Object
- Timestamp:
- 2016-05-01T20:48:57+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Concepts/Object
v47 v48 10 10 11 11 == Nodes, ways, and relations == #NodesWaysRelations 12 13 === Tags === 14 15 Tags provide meaning to the objects. Without them, any other object would be useless and meaningless. Each of three other types can have group of tags. 16 17 Simplests example is [osmwiki:Key:drinking_water drinking_water=yes] it is present globally. 18 12 19 === Nodes === 13 [[Image(source:trunk/images/data/node.png,20,bottom,margin-right=15,nolink)]] A **node** is an individual point with a defined position. 20 [[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. 14 21 15 22 === Ways === 16 [[Image(source:trunk/images/data/way.png,20,middle,margin-right=15,margin-bottom=5,nolink)]] A **way** is a sequence of nodes. Despite its name a way doesn't represent ways in the real-world only. AnOSM **way**is also used to represent a river, the boundaries of a country, or even a building.23 [[Image(source:trunk/images/data/way.png,20,middle,margin-right=15,margin-bottom=5,nolink)]] A **way** is a sequence of nodes. OSM **way** used to represent linear objects, ''with respective tags'' it can used to describe: a river bank, tree row, kerbs in the streets (among other uses). 17 24 18 ==== Areas or Closed Ways==== #ClosedWays19 [[Image(source:trunk/images/data/closedway.png,20,middle,margin-right=15,margin-bottom=5,nolink)]] If a **way** is closed, i.e. if the last node is the same as the first node, it is also called an **area**. 25 ==== Areas ==== #ClosedWays 26 [[Image(source:trunk/images/data/closedway.png,20,middle,margin-right=15,margin-bottom=5,nolink)]] If a **way** is closed, i.e. if the last node is the same as the first node, it is also called an **area**. Old term for this is ''Closed Ways'' (it is still present at wiki, used in software and by some mappers; other part uses "geometry" when talking just about shape of the objects, without tags). 20 27 21 Sometimes single closed wayis not enough to represent an objectandthen you use a [wiki:Help/Concepts/Object#typemultipolygon multi-polygon]28 Sometimes single area is not enough to represent an object (for example, a lake with an island in it), then you have to use a [wiki:Help/Concepts/Object#typemultipolygon multi-polygon] 22 29 23 30 === Relations ===