Changes between Version 3 and Version 4 of Help/Action/OpenLocation


Ignore:
Timestamp:
Oct 13, 2009 8:42:43 PM (4 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/OpenLocation

    v3 v4  
    55Keyboard shortcut: CTRL-L 
    66 
    7 [[Image(source:/trunk/images/openlocation.png)]] ''Open location'' load OSM data from an URL either in the current data layer or in a new data layer. 
     7[[Image(source:/trunk/images/openlocation.png)]] ''Open location'' loads OSM data from an URL either in the current data layer or in a new data layer. 
    88 
    99The following dialog is displayed: 
     
    1919If there isn't a data layer yet, a new data layer is always created.  
    2020 
     21== Data sources == 
     22The 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:  
    2123 
     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) 
     27 
     28TODO: [http://wiki.openstreetmap.org/wiki/Xapi XAPI servers] 
     29 
     30 
     31== See also == 
     32  * [wiki:/Help/Menu/File File menu]