Changes between Version 9 and Version 10 of Help/Concepts/Object


Ignore:
Timestamp:
2011-06-04T19:45:40+02:00 (14 years ago)
Author:
skyper
Comment:

small change to be able to link to different kinds of objects

Legend:

Unmodified
Added
Removed
Modified
  • Help/Concepts/Object

    v9 v10  
    99[[TOC(inline)]]
    1010
    11 == Nodes, ways, and relations ==
     11== Nodes, ways, and relations == #NodesWaysRelations
     12=== Nodes ===
     13[[Image(source:trunk/images/data/node.png)]] A '''node'''  is an individual point with a defined position.
    1214
    13  * [[Image(source:/trunk/images/data/node.png)]] - a  '''node'''  is an individual point with a defined position.
     15=== Ways ===
     16[[Image(source:trunk/images/data/way.png)]] A '''way''' is a sequence of nodes. Despite its name a '''way''' doesn't represent ways in the real-world only. An OSM '''way''' is also used to represent a river, the boundaries of a country, or even a building. If a '''way''' is closed, i.e. if the last node is the same as  the first node, it is also called an '''area'''.
    1417
    15  * [[Image(source:/trunk/images/data/way.png)]] - a '''way''' is a sequence of nodes. Despite its name a '''way''' doesn't represent ways in the real-world only. An OSM '''way''' is also used to represent a river, the boundaries of a country, or even a building. If a '''way''' is closed, i.e. if the last node is the same as  the first node, it is also called an '''area'''.
    16 
    17  * [[Image(source:/trunk/images/data/relation.png)]] - a '''relation''' is an sequence of other objects, for instance a sequence of '''ways''' (representing road segments) and '''nodes''' (representing bus stops) which represent a bus route. Each object participating in a '''relation''' can be assigned a '''role''', for instance `stop` for a bus stop in the bus route, or `forward` for a road segment which is part of the bus route from the start to the terminal station.
     18=== Relations ===
     19[[Image(source:trunk/images/data/relation.png)]] A '''relation''' is an sequence of other objects, for instance a sequence of '''ways''' (representing road segments) and '''nodes''' (representing bus stops) which represent a bus route. Each object participating in a '''relation''' can be assigned a '''role''', for instance `stop` for a bus stop in the bus route, or `forward` for a road segment which is part of the bus route from the start to the terminal station.
    1820
    1921== Tags ==
     
    3638You are free to assign an object whatever tag you feel necessary. However, there is a list of so called [http://wiki.openstreetmap.org/wiki/Map_Features Map Features], i.e. a canonical list of '''tags''' with a well-defined meaning which are often used by mappers. Whenever possible you are adviced to stick to these tags because map renderers, routing engines, and other pieces of software rely on them.
    3739
    38 In the [[Image(source:/trunk/images/dialogs/propertiesdialog.png)]] [wiki:Help/Dialog/Properties Properties/Memberships Dialog] you can assign tags to an object, remove tags from an object, or edit assigned tags.
     40In the [[Image(source:trunk/images/dialogs/propertiesdialog.png)]] [Dialog/Properties Properties Dialog] you can assign tags to an object, remove tags from an object, or edit assigned tags.
    3941
    4042== Object ids ==
    4143The OSM server assigns each object a unique number, the '''object ID''' or '''OSM ID'''. A new object doesn't have an ID (it's ID is 0) until it is uploaded the first time to the OSM server.
     44
     45=== Display object ids in Toggle Dialogs === #DisplayObjectsIds
     46Under '''[Preferences Preferences] -> [Display Settings Display Settings] -> Look and Feel''' it is possible to en- or disable the display of objects ids in the toggle dialogs.
    4247
    4348 * TODO: how to enable displaying of object ids
     
    4853Each object has a '''version'''. The '''version''' is incremented whenever the object is uploaded to the server and the OSM server not only stores the most recent version of an object, but it's complete '''history'''.
    4954
    50 In the [[Image(source:/trunk/images/dialogs/history.png)]] [wiki:/Help/Dialog/History History Dialog] you can load the '''history''' of an object and launch the [wiki:/Help/Dialog/HistoryBrowser History Browser]. The History Browser will show you the '''versions''' of a particular object.
     55In the [[Image(source:trunk/images/dialogs/history.png)]] [Dialog/History History Dialog] you can load the '''history''' of an object and launch the [Dialog/History#Workingwiththehistorybrowser History Browser]. The History Browser will show you the '''versions''' of a particular object.
    5156
    52 Alternatively, [[Image(source:/trunk/images/about.png)]]''View->Object history'' redirect you to a page on the [http://www.openstreetmap.org OSM website] which displays the object history too.
     57Alternatively, [[Image(source:trunk/images/about.png)]] '''''View -> Object history''''' redirect you to a page on the [http://www.openstreetmap.org OSM website] which displays the object history, too.
    5358
    5459----
    55 Back to [wiki:Help Main Help]
     60Back to [wiki:/Help Main Help]