Changes between Version 99 and Version 100 of Help/Concepts/Object


Ignore:
Timestamp:
2019-09-03T11:03:32+02:00 (6 years ago)
Author:
leni
Comment:

added wikitr: see Wiki/Translations / Wiki Some notes:* ; keyboard shortcut

Legend:

Unmodified
Added
Removed
Modified
  • Help/Concepts/Object

    v99 v100  
    1313Tags provide meaning to the objects. Without them, any other object would be useless and meaningless. Each of ''three other data primitives'' '''can have multiple tags'''.
    1414
    15 [=#presets Often tags used in combinations; '''usually these combinations can be found] in [wiki:Presets presets]'''. But it may be true that tags you need to use are not in presets and you need to know them first.
     15[=#presets Often tags used in combinations; '''usually these combinations can be found] in [wikitr:/Presets presets]'''. But it may be true that tags you need to use are not in presets and you need to know them first.
    1616
    1717Simplest example is [osmwiki:Key:drinking_water drinking_water=yes] - it is present globally and can be applied to every object that provides water. Other example is [osmwiki:Key:leaf_cycle leaf_cycle]=* of trees, it will have less coverage globally (as trees do not grow just everywhere).
     
    2424[[Image(source:trunk/images/data/node.svg,20,bottom,margin-right=15,nolink)]] A **node** is an individual point with a defined position. ''With respective tags'' it can be used to indicate shops, benches, individual trees or points of drinking water.
    2525
    26 Only nodes have [[Coordinates]] in the OSM data model. Ways and relations simply refer to nodes.
     26Only nodes have [wikitr:/Help/Concepts/Coordinates Coordinates] in the OSM data model. Ways and relations simply refer to nodes.
    2727
    2828==== Common nodes ====
     
    3030Nodes can be re-used between multiple ways. Multiple ways can refer to a single node (common node).
    3131
    32 A practical meaning of this is demonstrated at the [[Help/Action/Draw#Commonnodes Draw Nodes]] page. The [Help/Action/MergeNodes Merge Nodes] tool can be used to create common nodes.
     32A practical meaning of this is demonstrated at the [wikitr:/Help/Action/Draw#Commonnodes Draw Nodes] page. The [wikitr:/Help/Action/MergeNodes Merge Nodes] tool can be used to create common nodes.
    3333
    3434=== Ways (also an OSM data primitive) === #Ways
     
    4646[[Image(source:trunk/images/data/closedway.svg,20,middle,margin-right=15,margin-bottom=5,nolink)]] If a **way** is closed, i.e. if the last node is the same as  the first node, it is also called an **area**. Old term for this is ''Closed Ways'' (it is still present at wiki, used in software and by some mappers; other part uses "geometry" when talking just about shape of the objects, without tags).
    4747
    48 Sometimes single area is not enough to represent an object (for example, a lake with an island in it), then you have to use a [wiki:Help/Concepts/Object#typemultipolygon multi-polygon]
     48Sometimes single area is not enough to represent an object (for example, a lake with an island in it), then you have to use a [wikitr:/Help/Concepts/Object#typemultipolygon multi-polygon]
    4949
    5050=== Relations (also an OSM data primitive) === #Relations
     
    6565Additionally, each object participating in a **relation** can be assigned a **role**, for instance "via" node and "from", "to" ways in type=restriction relation.
    6666
    67 [wiki:Help/Relations Help/Relations] covers the most basic tools to create relations in JOSM ([wiki:Help/Dialog/RelationList Relations window], [wiki:Help/Dialog/SelectionList Selection], [wiki:Help/Dialog/RelationEditor Relation editor])
     67[wikitr:/Help/Relations Help/Relations] covers the most basic tools to create relations in JOSM ([wikitr:/Help/Dialog/RelationList Relations window], [wikitr:/Help/Dialog/SelectionList Selection], [wikitr:/Help/Dialog/RelationEditor Relation editor])
    6868
    6969==== Most popular types ====
     
    8080
    8181Multi-polygon specific tools:
    82 * [wiki:Help/Action/CreateMultipolygon create a multipolygon]
    83 * [wiki:Help/Action/UpdateMultipolygon update existing multipolygon]
     82* [wikitr:/Help/Action/CreateMultipolygon create a multipolygon]
     83* [wikitr:/Help/Action/UpdateMultipolygon update existing multipolygon]
    8484
    8585===== type=route =====
     
    120120
    121121In JOSM, a new object doesn't have an ID (its ID is 0) until it is uploaded the first time to the OSM server.
    122 * Under **''[[Image(source:trunk/images/preference.png,20,middle)]] [Action/Preferences Preferences] (F12) -> [[Image(source:trunk/images/preferences/display.png,20,middle)]] [Preferences/Display Display Settings] -> Look and Feel''** it is possible to en- or disable the display of objects ids in the windows.
    123 * With **''File -> [[Image(source:trunk/images/downloadprimitive.png,20,bottom)]] [Action/DownloadObject Download object ...]''** it is possible to download **objects** by Ids.
     122* Under **''[[Image(source:trunk/images/preference.png,20,middle)]] [Action/Preferences Preferences]''** (or **''`F12`''**) -> [[Image(source:trunk/images/preferences/display.png,20,middle)]] **''[wikitr:/Help/Preferences/Display Display Settings] -> Look and Feel''** it is possible to en- or disable the display of objects ids in the windows.
     123* With **''File -> [[Image(source:trunk/images/downloadprimitive.png,20,bottom)]] [wikitr:/Help/Action/DownloadObject Download object ...]''** it is possible to download **objects** by Ids.
    124124
    125125=== Object versions and history ===
     
    134134
    135135==== Information about latest version ====
    136 * **''View -> [[Image(source:trunk/images/info.png,18,bottom)]] [Action/InfoAboutElements Advanced info]''** opens separated windows with informations about selected objects in text format.
    137 * **''View -> [[Image(source:trunk/images/info.png,18,bottom)]] [Action/InfoAboutElementsWeb Advanced info (web)]''** opens the **objects' pages** of selected objects on the [osmwww: OSM website] in your web browser.
     136* **''View -> [[Image(source:trunk/images/info.png,18,bottom)]] [wikitr:/Help/Action/InfoAboutElements Advanced info]''** (or Keyboard shortcut:**''`Ctrl+I`''**) opens separated windows with informations about selected objects in text format.
     137* **''View -> [[Image(source:trunk/images/info.png,18,bottom)]] [wikitr:/Help/Action/InfoAboutElementsWeb Advanced info (web)]''**  (or Keyboard shortcut:**''`Ctrl+Shift+I`''**) opens the **objects pages** of selected objects on the [osmwww: OSM website] in your web browser.
    138138
    139139Alternatively, you can browse the objects directly by entering following address in your web browser:
     
    147147Each 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 its complete **history**.
    148148
    149 * **''View -> [[Image(source:trunk/images/dialogs/history.png,18,bottom)]] [Action/ObjectHistory History]''** opens the History Browser. The History Browser will show you the **versions** of a particular object.
    150 * Alternatively, **''View -> [[Image(source:trunk/images/dialogs/history.png,18,bottom)]] [Action/ObjectHistoryWeb History (web)]''** opens a page on the [osmwww: OSM website] in your web browser which displays the object history, too.
     149* **''View -> [[Image(source:trunk/images/dialogs/history.png,18,bottom)]] [wikitr:/Help/Action/ObjectHistory History]''** (or Keyboard shortcut:**''`Ctrl+H`''**) opens the History Browser. The History Browser will show you the **versions** of a particular object.
     150* Alternatively, **''View -> [[Image(source:trunk/images/dialogs/history.png,18,bottom)]] [wikitr:/Help/Action/ObjectHistoryWeb History (web)]''** (or Keyboard shortcut:**''`Ctrl+Shift+H`''**) opens a page on the [osmwww: OSM website] in your web browser which displays the object history, too.
    151151
    152152----
    153 Back to [wiki:/Help Main Help]
     153Back to [wikitr:/Help Main Help]