Changes between Version 11 and Version 12 of Help/Action/OpenLocation
- Timestamp:
- 2010-12-28T15:12:47+01:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/OpenLocation
v11 v12 22 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: 23 23 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) 27 27 28 28 TODO: [http://wiki.openstreetmap.org/wiki/Xapi XAPI servers] … … 30 30 31 31 == 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] 33 34 34 35 ----
