]> git.street.me.uk Git - andy/viking.git/commit - help/C/viking.xml
Restore Google Directions feature
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Fri, 4 Jan 2013 07:32:52 +0000 (08:32 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Fri, 4 Jan 2013 07:32:52 +0000 (08:32 +0100)
commit55340efac3ba71a35fab6efb0e492f967a140aeb
tree8e6372f676645086abe0009d68d7d93162af36f2
parent19a0d58f05c8ac9ee09b74c810f7894727ec7402
Restore Google Directions feature

KML is no more supported but gpsbabel support JSON format in HTML page.

Google Directions is no more a separated configure option: there is no
reason to distinguish from other Google feature.

I also disabled the file checking when data is downloaded via
a_babel_convert_from_url function. The reason is this function can be
used to download any sort of data, not only XML. Currently, it is used
to download GPX (for OSM) and HTML (for Google).
An other solution was to select the checking function using the input
type (with a nice serie of tests on strcmp). But as gpsbabel will do the
check, I consider this check is not needed.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
configure.ac
help/C/viking.xml
src/Makefile.am
src/acquire.c
src/babel.c
src/datasource_google.c
src/datasources.h
src/menu.xml.h
src/viktrwlayer.c
src/vikwindow.c