Changes between Version 32 and Version 33 of Help/Action/OpenLocation
- Timestamp:
- 2016-12-19T22:53:46+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/OpenLocation
v32 v33 31 31 === OSM data === 32 32 ==== 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 :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 (replace `123456789` with the object id). 34 34 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` 38 38 39 39 You can also use the URL format of osm.org: 40 40 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` 44 44 45 45 ==== 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)46 You 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` 50 50 51 51 ==== Changeset ====
