wiki:Help/Action/OpenLocation

File > Open Location

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

Open an URL.

This action interprets various kinds URLs to download several types of OSM and JOSM data.

It handles the URLs being dropped by mouse or pasted via clipboard into the Mapview, too. This happens by silently reusing the current state of the check-boxes of the dialog.

The Download as new layer checkbox controls if the data is loaded in a new layer.

By default the map view pans to the downloaded data. When checking Zoom to downloaded data off no panning is done in expert mode.

Note: source:trunk/resources/images/paste.svg Pasting the URL with an active data layer bypasses the dialog while using the previously set options.

Data sources

If the URL matches several data sources, a window will follow to choose the type of data to download.

Examples of data sources are listed hereafter.

OSM data

Current version of objects

The OSM servers are 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 (replace 123456789 with the object id).

Example of an API URL: https://api.openstreetmap.org/api/0.6/way/123456789
Example of an URL from the slippy map: https://www.openstreetmap.org/node/123456789

Older version of objects

You can also load older versions of an object (replace 123 with the version number) Example of an API URL: https://api.openstreetmap.org/api/0.6/relation/<relation id>/123

Changeset

For all objects belonging to a changeset the URL is https://www.openstreetmap.org/changeset/123456 (replace 123456 with the changeset id)

Area

For all objects in an area the URL is https://www.openstreetmap.org/#map=18/46.20140/4.27022

Other servers

Additional to the main osm server listed above, other servers are available too, e.g.:

geo: URIs/URLs

The geographic URL format can be used to download osm data at a small area around the given location, e.g. geo:37.786971,-122.399677

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.

GPS

  • URLs ending with .gpx
  • OSM user traces in the format ​https://www.openstreetmap.org/user/foo/traces/2277313
  • OSM user traces in the format https://www.openstreetmap.org/edit?gpx=2277313
  • OSM user traces in the format https://www.openstreetmap.org/edit?gpx=2277313#map=14/-20.7321/-40.5328 (which can also be found at the osm user traces page)

The full list of supported data sources and URL patterns is shown when an invalid URL was entered.

See also


Back to File menu
Back to Main help

Last modified 2 years ago Last modified on 2022-03-03T15:12:39+01:00

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.