Changes between Version 68 and Version 69 of Help/Concepts/Object


Ignore:
Timestamp:
2016-05-09T05:48:53+02:00 (9 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

refer to geometry because readers will hear "geometry" from everywhere

Legend:

Unmodified
Added
Removed
Modified
  • Help/Concepts/Object

    v68 v69  
    2525
    2626=== 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).
    2828
    2929==== Direction ====
     
    3333==== Segment ====
    3434
    35 [https://en.wikipedia.org/wiki/Line_segment Similar to ordinary 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.
     35Is '''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.
    3636
    3737==== Areas ==== #ClosedWays