]> git.street.me.uk Git - andy/viking.git/commit
Allow to import any file known by gpsbabel
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 1 Oct 2011 12:25:22 +0000 (14:25 +0200)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 1 Oct 2011 12:25:22 +0000 (14:25 +0200)
commit313490094e04a31b987bb0e39df2db7a7e90e8a1
treeae467fefa275aedb391a7706489fa6172c7d3e53
parent8acbc68eb105f230393b6ab379022923c449ac44
Allow to import any file known by gpsbabel

A new menu entry allow to import a file as TRW layer. The file must
be in a format known by gpsbabel. The user has to specify the format
in the long list of file formats supported by gpsbabel.

This patch naturally reuses the datasource/acquire set of features.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
po/POTFILES.in
src/Makefile.am
src/datasource_file.c [new file with mode: 0644]
src/datasources.h
src/menu.xml.h
src/vikwindow.c