From: Rob Norris Date: Sun, 15 Jan 2017 18:14:20 +0000 (+0000) Subject: [DOC] Add details about routing format option X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/a0072a71196a358692e313030da68a090ef7fd79 [DOC] Add details about routing format option --- diff --git a/help/C/viking.xml b/help/C/viking.xml index 159c1909..d4dcc649 100644 --- a/help/C/viking.xml +++ b/help/C/viking.xml @@ -3317,6 +3317,13 @@ Accept: */* label the text displayed in the menu entry + + format + + The GPSBabel format code to interpret the service response. By default a GPX response is expected and processed internally. However if the service returns different format then GPSBabel is used to transform the text into something that &appname; can understand. Only formats that GPSBabel supports can be used: e.g. 'gpx', 'kml', 'gtrnctr' (for Garmin Training Center .tcx files), etc... + Use gpsbabel --help on the command line to find out the supported file types and their codes to process them. + + url-base the base URL of the web service (eg. "http://hostname/service?")