Changes between Version 18 and Version 19 of Help/Action/DownloadObject


Ignore:
Timestamp:
May 5, 2012 5:48:46 PM (13 months ago)
Author:
skyper
Comment:

small change

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/DownloadObject

    v18 v19  
    55[[Image(source:trunk/images/downloadprimitive.png)]] ''Keyboard shortcut:'' **{{{Ctrl+Shift+O}}}** 
    66 
    7 Load one or several [wiki:Concepts/Object OSM objects] (node, way or relation) from the OSM API server either in the current data layer or in a new data layer.  The downloaded data will contain the way nodes for ways and optionally any referrers (ways or relations that reference the downloaded object).[[BR]] 
     7Load one or several [Concepts/Object OSM objects] (node, way or relation) from the OSM API server either in the current data layer or in a new data layer.  The downloaded data will contain the way nodes for ways and optionally any referrers (ways or relations that reference the downloaded object).[[BR]] 
    88**Note**: Only the referrers of the downloaded object itself are downloaded, not the referrers for any of its children (way nodes). 
    99 
     
    1212[[Image(DownloadObjectDialog.png)]] 
    1313 
    14 You can choose the type of [wiki:Concepts/Object objects] ( [[Image(source:trunk/images/data/node.png)]] [wiki:Concepts/Object#Nodes node], [[Image(source:trunk/images/data/way.png)]] [wiki:Concepts/Object#Ways way], [[Image(source:trunk/images/data/relation.png)]] [wiki:Concepts/Object#Relations relation] or mixed) to download and enter their ID. Clicking on **Download object** starts the download. Use a comma separated list for several objects of the same type and comma separated list with the first letter of the type for mixed objects (e.g. {{{w123,n68,n211,r7}}}). 
     14You can choose the type of [Concepts/Object objects] ( [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes node], [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways way], [[Image(source:trunk/images/data/relation.png)]] [Concepts/Object#Relations relation] or mixed) to download and enter their ID. Clicking on **Download object** starts the download. Use a comma separated list for several objects of the same type and comma separated list with the first letter of the type for mixed objects (e.g. {{{w123,n68,n211,r7}}}). 
    1515 
    1616== Check boxes == 
    1717 
    18 * You can choose whether or not any referrers (parent relations) are to be downloaded: 
     18* You can choose whether or not any referrers (parent relations and ways) are to be downloaded: 
    1919 * if **Download referrers** is selected, any referring objects are downloaded 
    2020 * if **Download referrers** is not selected, no referrers are downloaded 
     
    2626* You can control whether the data is loaded into the current or in a new layer: 
    2727 * if **Separate layer** is selected, the data is loaded into a new layer 
    28  * if **Separate layer** is not selected, the data is merged into the current data layer[[BR]] 
    29 If there isn't a data layer yet, a new data layer is always created.  
     28 * if **Separate layer** is not selected, the data is merged into the current data layer 
     29 
     30 If no data layer does exist, a new data layer is always created.  
    3031 
    3132== Data source == 
     
    3334 
    3435== See also == 
    35  * [[Image(source:trunk/images/download.png,20)]] [wiki:Download Download from OSM] 
    36  * [[Image(source:trunk/images/downloadreferrers.png,20)]] [wiki:DownloadParentWaysAndRelation Download parent ways and relations] 
     36* [[Image(source:trunk/images/download.png,20)]] [wiki:Download Download from OSM] 
     37* [[Image(source:trunk/images/downloadreferrers.png,20)]] [wiki:DownloadParentWaysAndRelation Download parent ways and relations] 
    3738 
    3839----