X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/2eb18edcf50fe75d495725c0142ba2e0665d97a9..0d744b77055336d6608c2d1f3aa9cbc11159ad31:/help/C/viking.xml diff --git a/help/C/viking.xml b/help/C/viking.xml index c5fb45f8..3101c77a 100644 --- a/help/C/viking.xml +++ b/help/C/viking.xml @@ -2815,6 +2815,17 @@ Accept: */* url the parametrized address of the tile, in the spirit of C printf format, with 3 "%d" fields for Z, X and Y (in that order) (eg. "/%d/%d/%d.png") + + zoom-min (optional) + The minimum zoom value supported by the tile server. The Default is 0 if not specified. + + + zoom-max (optional) + + The maximum zoom value supported by the tile server. The Default is 18 if not specified. + See Zoom Levels + + switch-xy (optional) Swap the X,Y values around in the URL parametrized ordering.