wiki:Help/Action/OpenLocation

Version 17 (modified by Klumbumbus, 9 years ago) ( diff )

+ load rom osm.org url see [8240]

This page is incomplete. Some data sources are not explained, yet.

File > Open Location

Dialog

source:trunk/images/openlocation.png Keyboard shortcut: Ctrl+L

Load OSM data from an URL either in the current data layer or in a new data layer.

The following dialog is displayed:

You can enter the URL where to download data from and click Download URL.

Separate Layer

You can control whether the data is loaded into the current or in a new layer:

  • if Separate Layer is selected, the data is loaded in a new layer
  • if Separate Layer is not selected, the data is loaded in the current data layer

If there isn't a data layer yet, a new data layer is always created.

Data sources

OSM API

Current version

The OSM web server is the main data source you can use here. For instance, if you know the object id of a node, way, or relation you can load the respective object with one of the following URLs:

  • for a node the URL is https://api.openstreetmap.org/api/0.6/node/123456789 (replace 123456789 with the node id)
  • for a way the URL is https://api.openstreetmap.org/api/0.6/way/123456789 (replace 123456789 with the way id)
  • for a relation the URL is https://api.openstreetmap.org/api/0.6/relation/123456789 (replace 123456789 with the relation id)

You can also use the URL format of osm.org:

  • for a node the URL is https://www.openstreetmap.org/node/123456789 (replace 123456789 with the node id)
  • for a way the URL is https://www.openstreetmap.org/way/123456789 (replace 123456789 with the way id)
  • for a relation the URL is https://www.openstreetmap.org/relation/123456789 (replace 123456789 with the relation id)
  • for all objects belonging to a changeset the URL is https://www.openstreetmap.org/changeset/123456789 (replace 123456789 with the changeset id)
  • for an area the URL is https://www.openstreetmap.org/#map=18/46.20140/4.27022

Older versions of objects

You can also load older versions of an object

  • for a node the URL is https://api.openstreetmap.org/api/0.6/node/<node id>/123 (replace 123 with the version number)
  • for a way the URL is https://api.openstreetmap.org/api/0.6/way/<way id>/123 (replace 123 with the version number)
  • for a relation the URL is https://api.openstreetmap.org/api/0.6/relation/<relation id>/123 (replace 123 with the version number)

Notes

  • If the URL contains /note/123456 you can choose if you also want to download the Note with the given id.
  • If the URL contains &layers=N you can choose if you also want to download the Notes in the given area.

XAPI

TODO: XAPI servers

GPS

Overpass API

See also


Back to Menu File
Back to Main Help

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.