]> git.street.me.uk Git - andy/viking.git/commitdiff
[DOC] Mention the new maps switch-xy property.
authorRob Norris <rw_norris@hotmail.com>
Fri, 6 Dec 2013 22:45:29 +0000 (22:45 +0000)
committerRob Norris <rw_norris@hotmail.com>
Sat, 7 Dec 2013 10:15:21 +0000 (10:15 +0000)
help/C/viking.xml
help/viking.xml

index b6d9e804172503ace22e735bd7291f70a9f75203..84d0736e37cb00d635bd1343b919d2973c4f06eb 100644 (file)
@@ -2730,7 +2730,11 @@ Accept: */*
             </varlistentry>
             <varlistentry>
               <term>url</term>
             </varlistentry>
             <varlistentry>
               <term>url</term>
-              <listitem><para>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")</para></listitem>
+              <listitem><para>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")</para></listitem>
+            </varlistentry>
+            <varlistentry>
+              <term>switch-xy (optional)</term>
+              <listitem><para>Swap the X,Y values around in the URL parametrized ordering.</para></listitem>
             </varlistentry>
           </variablelist>
         </para>
             </varlistentry>
           </variablelist>
         </para>
index 3a39246ba8955d539363257bc89fe63e07b3c696..f0e98100e04d592d8ef82c95a4291a9c3cb56e44 100644 (file)
@@ -205,7 +205,11 @@ and docbook-xsl in your Build-Depends control field.
             </varlistentry>
             <varlistentry>
               <term>url</term>
             </varlistentry>
             <varlistentry>
               <term>url</term>
-              <listitem><para>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")</para></listitem>
+              <listitem><para>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")</para></listitem>
+            </varlistentry>
+            <varlistentry>
+              <term>switch-xy (optional)</term>
+              <listitem><para>Swap the X,Y values around in the URL parametrized ordering.</para></listitem>
             </varlistentry>
           </variablelist>
         </para>
             </varlistentry>
           </variablelist>
         </para>