download-osm-overpass Command

Downloads OSM data from http://wiki.openstreetmap.org/wiki/Overpass_API servers.

Once downloaded, the map data is stored in memory, so you'll need to save it on the disk (using SaveSource (TODO)) if you want to use it later.

NOTE: Overpass API servers can be unresponsive at certain times, so you should retry the downloading if it fails. Also try not to download too big an area as it could take a very long time to download from the server.

Usage

 download-osm-overpass
	[bounds=<bounds>]
	[query=<query string>]
	[service-url=<Overpass API URL>]

Parameters:

Examples

download-osm-overpass bounds=20,30,50,40

Downloads OSM data for the specific area.

download-osm-overpass

Downloads OSM data for the current map view bounds.