From: Rob Norris Date: Thu, 16 Oct 2014 18:38:50 +0000 (+0100) Subject: [DOC] Recommended programs X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/f2e987afcf34cad6df54dfb1e07b98c8eadaceb7?hp=686482262a96fb24591114e8eacb1d1c4ce10ac9 [DOC] Recommended programs --- diff --git a/help/C/recommends.xml b/help/C/recommends.xml new file mode 100644 index 00000000..5b16d6d6 --- /dev/null +++ b/help/C/recommends.xml @@ -0,0 +1,46 @@ + +] +> + +
+Recommended Programs + +gpsbabel +&appname; uses GPSBabel for several important functions, such as: + + +Importing Files from many formats (including KML) +Exporting Files to various formats +Transfer Data to/from GPS Devices via serial connections +Using Google Directions for routes + +Thus these will not be available if the program can not be found. +For Unix like systems this will search the system path to find the program, as it is typically installed via the System's package manager. + + From &appname; 1.6 onwards GPSBabel is not deployed automatically on Windows systems, + as it is made an optional install component (using the official GPSBabel installation program). + If GPSBabel is not installed in a typical Windows location that &appname; can find, + then the GPSBabel preference can be set to specify the exact location. See . + +&appname; will need to be restarted to use the new GPSBabel location preference. + +unbuffer +&appname; uses unbuffer command to optimize conversion calls. + +This mainly applies to Unix like systems when invoking GPSBabel commands. + +gpsd (not available for <trademark>Windows</trademark>) +&appname; can use gpsd to get the current location. + + +togpx +&appname; will use togpx to open GeoJSON files if the program is available on the system. + + +togeojson +&appname; will use togeojson to export to GeoJSON files if the program is available on the system. + + +
diff --git a/help/C/viking.xml b/help/C/viking.xml index c3ce7ac2..3c6c7930 100644 --- a/help/C/viking.xml +++ b/help/C/viking.xml @@ -2267,6 +2267,10 @@ Generally if you have a system with lots of memory it's recommended to increase Some other user defined program +
GPSBabel +This allows setting the specific location of GPSBabel. +&appname; will need to be restarted for this setting to take effect. +
OpenStreetMap Traces @@ -3317,17 +3321,7 @@ Accept: */*
-
Dependencies -gpsbabel -&appname; uses GPSBabel to convert data. - -unbuffer (optional) -&appname; uses unbuffer command to optimize conversion calls. - -gpsd (optional - but not <trademark>Windows</trademark>) -&appname; can use gpsd to get the current location. - -
+ diff --git a/help/Makefile.am b/help/Makefile.am index f6c1cfd9..a84bf035 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -14,7 +14,8 @@ dist-hook: get-icons doc-dist-hook DOC_MODULE = viking DOC_ENTITIES = legal.xml \ attribution.xml \ - commandline.xml + commandline.xml \ + recommends.xml DOC_INCLUDES = DOC_FIGURES = \ figures/addtr_18.png \