Changes between Version 13 and Version 14 of Help/Action/OpenLocation


Ignore:
Timestamp:
2013-06-28T18:00:46+02:00 (13 years ago)
Author:
skyper
Comment:

syntax unification, structure update and fixes

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/OpenLocation

    v13 v14  
    1 [[TranslatedPages]]
     1[[TranslatedPages(outdated=This page is incomplete. Some data sources are not explained\, yet.)]]
    22
    33= File > Open Location =
     4== Dialog ==
     5[[Image(source:trunk/images/openlocation.png)]] ''Keyboard shortcut:'' **`Ctrl+L`**
    46
    5 [[Image(source:/trunk/images/openlocation.png)]] ''Keyboard shortcut:'' '''{{{Ctrl-L}}}'''
     7[[PageOutline(2-4,Table of Contents)]]
    68
    7 '''Load OSM data from an URL either in the current data layer or in a new data layer.'''
     9**Load OSM data from an URL either in the current data layer or in a new data layer.**
    810
    911The following dialog is displayed:
     
    1113[[Image(download-location.png)]]
    1214
    13 You can enter the URL where to download data from and click '''Download URL'''.
     15You can enter the URL where to download data from and click **Download URL**.
    1416
     17=== Separate Layer ===
    1518You can control whether the data is loaded into the current or in a new layer:
    16  * if '''Separate Layer''' is selected, the data is loaded in a new layer
    17  * if '''Separate Layer''' is not selected, the data is loaded in the current data layer
     19* if **Separate Layer** is selected, the data is loaded in a new layer
     20* if **Separate Layer** is not selected, the data is loaded in the current data layer
    1821
    1922If there isn't a data layer yet, a new data layer is always created.
    2023
    2124== Data sources ==
    22 The OSM web server is the main data source you can use here. For instance, if you know the [wiki:/Help/Concepts/Object object id] of  a [wiki:/Help/Concepts/Object node, way, or relation] you can load the respective object with one of the following URLs:
    2325
    24  * for a node the URL is `http://api.openstreetmap.org/api/0.6/node/123456789` (replace `123456789` with the node id)
    25  * for a way the URL is `http://api.openstreetmap.org/api/0.6/way/123456789` (replace `123456789` with the way id)
    26  * for a relation the URL is `http://api.openstreetmap.org/api/0.6/relation/123456789` (replace `123456789` with the relation id)
     26=== OSM API ===
     27==== Current version ====
     28The OSM web server is the main data source you can use here. For instance, if you know the [Concepts/Object#Objectids object id] of  a [Concepts/Object#NodesWaysRelations node, way, or relation] you can load the respective object with one of the following URLs:
    2729
    28 TODO: [http://wiki.openstreetmap.org/wiki/Xapi XAPI servers]
     30* for a node the URL is `http://api.openstreetmap.org/api/0.6/node/123456789` (replace `123456789` with the node id)
     31* for a way the URL is `http://api.openstreetmap.org/api/0.6/way/123456789` (replace `123456789` with the way id)
     32* for a relation the URL is `http://api.openstreetmap.org/api/0.6/relation/123456789` (replace `123456789` with the relation id)
    2933
    30 == Older versions of objects ==
     34==== Older versions of objects ====
    3135You can also load older versions of an object
    32  * for a node the URL is `http://api.openstreetmap.org/api/0.6/node/<node id>/123` (replace `123` with the version number)
    33  * for a way the URL is `http://api.openstreetmap.org/api/0.6/way/<way id>/123` (replace `123` with the version number)
    34  * for a relation the URL is `http://api.openstreetmap.org/api/0.6/relation/<relation id>/123` (replace `123` with the version number)
     36* for a node the URL is `http://api.openstreetmap.org/api/0.6/node/<node id>/123` (replace `123` with the version number)
     37* for a way the URL is `http://api.openstreetmap.org/api/0.6/way/<way id>/123` (replace `123` with the version number)
     38* for a relation the URL is `http://api.openstreetmap.org/api/0.6/relation/<relation id>/123` (replace `123` with the version number)
     39
     40=== XAPI ===
     41TODO: [https://wiki.openstreetmap.org/wiki/Xapi XAPI servers]
     42
     43=== GPS ===
     44
     45=== Overpass API ===
     46
    3547
    3648== See also ==
    37  * [[Image(source:/trunk/images/open.png)]] [wiki:/Help/Action/Open Open ...]
    38  * [[Image(source:/trunk/images/openrecent.png)]] [wiki:/Help/Action/OpenRecent Open Recent]
     49* [[Image(source:trunk/images/open.png)]] [Action/Open Open ...]
     50* [[Image(source:trunk/images/openrecent.png)]] [Action/OpenRecent Open Recent]
    3951
    4052----
    41 Back to [wiki:/Help/Menu/File Menu File][[Br]]
    42 Back to [wiki:Help Main Help]
     53Back to [Menu/File Menu File][[Br]]
     54Back to [wiki:/Help Main Help]