Changes between Version 10 and Version 11 of Help/Concepts/Object
- Timestamp:
- 2011-06-04T20:34:57+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Concepts/Object
v10 v11 10 10 11 11 == Nodes, ways, and relations == #NodesWaysRelations 12 === Nodes === 12 === Nodes === #Nodes 13 13 [[Image(source:trunk/images/data/node.png)]] A '''node''' is an individual point with a defined position. 14 14 15 === Ways === 15 === Ways === #Ways 16 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'''. 17 17 18 === Relations === 18 === Relations === #Relations 19 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. 20 20 … … 43 43 The 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 44 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. 47 48 48 * TODO: how to enable displaying ofobjectids49 * TODO: download object you now the id of 50 * TODO: browse an object with a specific id on the server49 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]}}} 51 52 52 53 == Object versions == … … 55 56 In 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. 56 57 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.58 Alternatively, '''''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. 58 59 59 60 ----
