Changes between Version 68 and Version 69 of Help/Concepts/Object
- Timestamp:
- 2016-05-09T05:48:53+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Concepts/Object
v68 v69 25 25 26 26 === Ways (also an OSM data primitive) === #Ways 27 [[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). 27 [[Image(source:trunk/images/data/way.png,20,middle,margin-right=15,margin-bottom=5,nolink)]] A **way** is a sequence of nodes ([https://en.wikipedia.org/wiki/Polygonal_chain a "polygonal chain" from ordinary geometry]). 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). 28 28 29 29 ==== Direction ==== … … 33 33 ==== Segment ==== 34 34 35 [https://en.wikipedia.org/wiki/Line_segment Similar toordinary geometry], it is '''a fragment between two consequent points of the way'''. This is not a part of OSM data model, but users often distinguish because of tools than operate on segment level (rather than on complete way); please, distinguish a segment(s) from complete "way"s.35 Is '''a fragment between two consequent points of the way''' ([https://en.wikipedia.org/wiki/Line_segment "line segment" from ordinary geometry]). This is not a part of OSM data model, but users often distinguish because of tools than operate on segment level (rather than on complete way); please, distinguish a segment(s) from complete "way"s. 36 36 37 37 ==== Areas ==== #ClosedWays