Changes between Version 13 and Version 14 of Help/Action/OpenLocation
- Timestamp:
- 2013-06-28T18:00:46+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/OpenLocation
v13 v14 1 [[TranslatedPages]] 1 [[TranslatedPages(outdated=This page is incomplete. Some data sources are not explained\, yet.)]] 2 2 3 3 = File > Open Location = 4 == Dialog == 5 [[Image(source:trunk/images/openlocation.png)]] ''Keyboard shortcut:'' **`Ctrl+L`** 4 6 5 [[ Image(source:/trunk/images/openlocation.png)]] ''Keyboard shortcut:'' '''{{{Ctrl-L}}}'''7 [[PageOutline(2-4,Table of Contents)]] 6 8 7 '''Load OSM data from an URL either in the current data layer or in a new data layer.'''9 **Load OSM data from an URL either in the current data layer or in a new data layer.** 8 10 9 11 The following dialog is displayed: … … 11 13 [[Image(download-location.png)]] 12 14 13 You can enter the URL where to download data from and click '''Download URL'''.15 You can enter the URL where to download data from and click **Download URL**. 14 16 17 === Separate Layer === 15 18 You can control whether the data is loaded into the current or in a new layer: 16 * if '''Separate Layer'''is selected, the data is loaded in a new layer17 * if '''Separate Layer'''is not selected, the data is loaded in the current data layer19 * if **Separate Layer** is selected, the data is loaded in a new layer 20 * if **Separate Layer** is not selected, the data is loaded in the current data layer 18 21 19 22 If there isn't a data layer yet, a new data layer is always created. 20 23 21 24 == 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:23 25 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) 26 === OSM API === 27 ==== Current version ==== 28 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: 27 29 28 TODO: [http://wiki.openstreetmap.org/wiki/Xapi XAPI servers] 30 * for a node the URL is `http://api.openstreetmap.org/api/0.6/node/123456789` (replace `123456789` with the node id) 31 * for a way the URL is `http://api.openstreetmap.org/api/0.6/way/123456789` (replace `123456789` with the way id) 32 * for a relation the URL is `http://api.openstreetmap.org/api/0.6/relation/123456789` (replace `123456789` with the relation id) 29 33 30 == Older versions of objects == 34 ==== Older versions of objects ==== 31 35 You can also load older versions of an object 32 * for a node the URL is `http://api.openstreetmap.org/api/0.6/node/<node id>/123` (replace `123` with the version number) 33 * for a way the URL is `http://api.openstreetmap.org/api/0.6/way/<way id>/123` (replace `123` with the version number) 34 * for a relation the URL is `http://api.openstreetmap.org/api/0.6/relation/<relation id>/123` (replace `123` with the version number) 36 * for a node the URL is `http://api.openstreetmap.org/api/0.6/node/<node id>/123` (replace `123` with the version number) 37 * for a way the URL is `http://api.openstreetmap.org/api/0.6/way/<way id>/123` (replace `123` with the version number) 38 * for a relation the URL is `http://api.openstreetmap.org/api/0.6/relation/<relation id>/123` (replace `123` with the version number) 39 40 === XAPI === 41 TODO: [https://wiki.openstreetmap.org/wiki/Xapi XAPI servers] 42 43 === GPS === 44 45 === Overpass API === 46 35 47 36 48 == See also == 37 * [[Image(source:/trunk/images/open.png)]] [wiki:/Help/Action/Open Open ...]38 * [[Image(source:/trunk/images/openrecent.png)]] [wiki:/Help/Action/OpenRecent Open Recent]49 * [[Image(source:trunk/images/open.png)]] [Action/Open Open ...] 50 * [[Image(source:trunk/images/openrecent.png)]] [Action/OpenRecent Open Recent] 39 51 40 52 ---- 41 Back to [ wiki:/Help/Menu/File Menu File][[Br]]42 Back to [wiki:Help Main Help] 53 Back to [Menu/File Menu File][[Br]] 54 Back to [wiki:/Help Main Help]
