]> git.street.me.uk Git - andy/viking.git/commit - src/acquire.c
Add Acquiring 'My' OSM Traces as a datasource.
authorRob Norris <rw_norris@hotmail.com>
Tue, 27 Nov 2012 19:20:33 +0000 (19:20 +0000)
committerRob Norris <rw_norris@hotmail.com>
Wed, 23 Jan 2013 21:59:33 +0000 (21:59 +0000)
commit3cc574137b278895d6604df2413563539d8ce514
tree84099f7e80bf815070343775070a9d3b3d2c9b49
parent8be6e73eb545e2c1f0351dd9203df3ba6a4d2ec2
Add Acquiring 'My' OSM Traces as a datasource.

This is a two stage Acquire, first get a list of all the specified users traces (password required).
The dialog columns can be sorted to help select only those traces of interest.
Then get the Ids for the selected traces and download the individual GPX files.
po/POTFILES.in
src/Makefile.am
src/acquire.c
src/acquire.h
src/datasource_osm_my_traces.c [new file with mode: 0644]
src/datasources.h
src/menu.xml.h
src/osm-traces.c
src/osm-traces.h
src/viktrwlayer.c
src/vikwindow.c