From: Rob Norris Date: Fri, 6 Dec 2013 22:45:29 +0000 (+0000) Subject: [DOC] Mention the new maps switch-xy property. X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/413e9753c4e3560ca75b23247a24c5b3b09caba4?hp=14d69f98ce5be7da1010e0fbffb0ccd9f827548e [DOC] Mention the new maps switch-xy property. --- 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. diff --git a/help/viking.xml b/help/viking.xml index 3a39246b..f0e98100 100644 --- a/help/viking.xml +++ b/help/viking.xml @@ -205,7 +205,11 @@ and docbook-xsl in your Build-Depends control field. 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.