]> git.street.me.uk Git - andy/viking.git/commit - src/osm.c
Add a new webtool datasource to allow acquiring data from URLs that return a file.
authorRob Norris <rw_norris@hotmail.com>
Sun, 3 Mar 2013 10:55:29 +0000 (10:55 +0000)
committerRob Norris <rw_norris@hotmail.com>
Thu, 2 May 2013 23:46:17 +0000 (00:46 +0100)
commit82993cc7d379563c9a95e33c5e5369a957b0c121
treeec4a6e05f96e360c7f6b3703ef94c84ffc77599e
parent4b4b5bc4f2d3078d043d8f2b23859caaf43f5a6a
Add a new webtool datasource to allow acquiring data from URLs that return a file.

Adds a built in OpenStreetBugs extension.

Allows defining your own datasource references via a datasources.xml file,
 similar to the external_tools.xml methods.

The URL format reference encodes how the location (and zoom) parameters are substituted.
The file type returned should be specified and is passed on for the -i parameter for GPSBabel.
src/Makefile.am
src/modules.c
src/osm.c
src/viktrwlayer.c
src/vikwebtool_datasource.c [new file with mode: 0644]
src/vikwebtool_datasource.h [new file with mode: 0644]
src/vikwindow.c