From 94fb64a2a1a4267980277ca1d7ac7000c0dfc105 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Tue, 14 Oct 2014 23:38:15 +0100 Subject: [PATCH] [DOC] Help for the extended datasource. --- help/C/viking.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/help/C/viking.xml b/help/C/viking.xml index aa319cee..2d0e31a0 100644 --- a/help/C/viking.xml +++ b/help/C/viking.xml @@ -3170,6 +3170,7 @@ Accept: */* A = center lAtitude of the current view O = center lOngitude of the current view Z = OSM Zoom value of the current view. See Zoom Levels + S = A user specified input string requested from the user via a dialog box Thus for the url example above then the format code should be AO @@ -3181,6 +3182,20 @@ Accept: */* Possible values such as 'kml', 'mapsource' etc.. can be used. See GPSBabel File Formats for the full list. + + babel_filter_args + + This value is passed on for the filter arguments interfacing with GPSBabel. + E.g. "-x nuketypes,routes" can be used to filter all routes from the results. + + + + input_label + + This value is used when requesting input from the user. + It is the label of the text input box. + + -- 2.39.5