Changes between Version 11 and Version 12 of Help/Action/OpenLocation


Ignore:
Timestamp:
2010-12-28T15:12:47+01:00 (15 years ago)
Author:
skyper
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/OpenLocation

    v11 v12  
    2222The 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:
    2323
    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)
     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)
    2727
    2828TODO: [http://wiki.openstreetmap.org/wiki/Xapi XAPI servers]
     
    3030
    3131== See also ==
    32   * [[Image(source:/trunk/images/open.png)]] [wiki:/Help/Action/Open Open file]
     32 * [[Image(source:/trunk/images/open.png)]] [wiki:/Help/Action/Open Open ...]
     33 * [[Image(source:/trunk/images/openrecent.png)]] [wiki:/Help/Action/OpenRecent Open Recent]
    3334
    3435----