Changes between Version 32 and Version 33 of Help/Action/OpenLocation


Ignore:
Timestamp:
2016-12-19T22:53:46+01:00 (9 years ago)
Author:
Klumbumbus
Comment:

simpler and better view

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/OpenLocation

    v32 v33  
    3131=== OSM data ===
    3232==== Current version ====
    33 The 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:
     33The 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 (replace `123456789` with the object id).
    3434
    35 * for a node the URL is `https://api.openstreetmap.org/api/0.6/node/123456789` (replace `123456789` with the node id)
    36 * for a way the URL is `https://api.openstreetmap.org/api/0.6/way/123456789` (replace `123456789` with the way id)
    37 * for a relation the URL is `https://api.openstreetmap.org/api/0.6/relation/123456789` (replace `123456789` with the relation id)
     35* for a node the URL is `https://api.openstreetmap.org/api/0.6/node/123456789`
     36* for a way the URL is `https://api.openstreetmap.org/api/0.6/way/123456789`
     37* for a relation the URL is `https://api.openstreetmap.org/api/0.6/relation/123456789`
    3838
    3939You can also use the URL format of osm.org:
    4040
    41 * for a node the URL is `https://www.openstreetmap.org/node/123456789` (replace `123456789` with the node id)
    42 * for a way the URL is `https://www.openstreetmap.org/way/123456789` (replace `123456789` with the way id)
    43 * for a relation the URL is `https://www.openstreetmap.org/relation/123456789` (replace `123456789` with the relation id)
     41* for a node the URL is `https://www.openstreetmap.org/node/123456789`
     42* for a way the URL is `https://www.openstreetmap.org/way/123456789`
     43* for a relation the URL is `https://www.openstreetmap.org/relation/123456789`
    4444
    4545==== Older versions of objects ====
    46 You can also load older versions of an object
    47 * for a node the URL is `https://api.openstreetmap.org/api/0.6/node/<node id>/123` (replace `123` with the version number)
    48 * for a way the URL is `https://api.openstreetmap.org/api/0.6/way/<way id>/123` (replace `123` with the version number)
    49 * for a relation the URL is `https://api.openstreetmap.org/api/0.6/relation/<relation id>/123` (replace `123` with the version number)
     46You can also load older versions of an object (replace `123` with the version number)
     47* for a node the URL is `https://api.openstreetmap.org/api/0.6/node/<node id>/123`
     48* for a way the URL is `https://api.openstreetmap.org/api/0.6/way/<way id>/123`
     49* for a relation the URL is `https://api.openstreetmap.org/api/0.6/relation/<relation id>/123`
    5050
    5151==== Changeset ====