Changes between Version 3 and Version 4 of Help/Action/OpenLocation
- Timestamp:
- 2009-10-13T20:42:43+02:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/OpenLocation
v3 v4 5 5 Keyboard shortcut: CTRL-L 6 6 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. 8 8 9 9 The following dialog is displayed: … … 19 19 If there isn't a data layer yet, a new data layer is always created. 20 20 21 == Data sources == 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: 21 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) 27 28 TODO: [http://wiki.openstreetmap.org/wiki/Xapi XAPI servers] 29 30 31 == See also == 32 * [wiki:/Help/Menu/File File menu]
