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


Ignore:
Timestamp:
2011-06-04T20:34:57+02:00 (15 years ago)
Author:
skyper
Comment:

fixed "FIXME"s and last edit

Legend:

Unmodified
Added
Removed
Modified
  • Help/Concepts/Object

    v10 v11  
    1010
    1111== Nodes, ways, and relations == #NodesWaysRelations
    12 === Nodes ===
     12=== Nodes === #Nodes
    1313[[Image(source:trunk/images/data/node.png)]] A '''node'''  is an individual point with a defined position.
    1414
    15 === Ways ===
     15=== Ways === #Ways
    1616[[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'''.
    1717
    18 === Relations ===
     18=== Relations === #Relations
    1919[[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.
    2020
     
    4343The 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.
    4444
    45 === Display object ids in Toggle Dialogs === #DisplayObjectsIds
    46 Under '''[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.
     45* Under '''[[Image(source:trunk/images/preference.png)]] [Action/Preferences Preferences] -> [[Image(source:trunk/images/preferences/display.png,20)]] [Preferences/Display Display Settings] -> Look and Feel''' it is possible to en- or disable the display of objects ids in the toggle dialogs.
     46* With '''[Menu/File File] -> [[Image(source:trunk/images/downloadprimitive.png)]] [Action/DownloadObject Download object ...]''' (''{{{Ctrl+Shift+O}}}'') it is possible to download '''objects''' by Ids.
     47* '''View -> [[Image(source:trunk/images/about.png)]] [Action/InfoAboutElements Info about Element]''' (''{{{Ctrl+I}}}'') opens the '''objects' pages''' of selected objects on the [http://www.openstreetmap.org OSM website] in your web browser.
    4748
    48  * TODO: how to enable displaying of object ids
    49  * TODO: download object you now the id of
    50  * TODO: browse an object with a specific id on the server
     49 Alternatively, you can browse the objects directly by entering following address in your web browser:
     50
     51 {{{http://www.openstreetmap.org/browse/[node/way/relation]/[ID]}}}
    5152
    5253== Object versions ==
     
    5556In 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.
    5657
    57 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.
     58Alternatively, '''''View -> [[Image(source:trunk/images/about.png)]] Object history''''' redirects you to a page on the [http://www.openstreetmap.org OSM website] which displays the object history, too.
    5859
    5960----