X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/14d69f98ce5be7da1010e0fbffb0ccd9f827548e..413e9753c4e3560ca75b23247a24c5b3b09caba4:/help/C/viking.xml diff --git a/help/C/viking.xml b/help/C/viking.xml index b6d9e804..84d0736e 100644 --- a/help/C/viking.xml +++ b/help/C/viking.xml @@ -2730,7 +2730,11 @@ Accept: */* url - the parametrized address of the tile, in the spirit of C printf format, with 3 "%d" fields for X, Y and Z (zoom level) (eg. "/%d/%d/%d.png") + 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") + + + switch-xy (optional) + Swap the X,Y values around in the URL parametrized ordering.