]> git.street.me.uk Git - andy/viking.git/commitdiff
[DOC] Mention map tilesize configuration.
authorRob Norris <rw_norris@hotmail.com>
Tue, 28 Mar 2017 21:42:34 +0000 (22:42 +0100)
committerRob Norris <rw_norris@hotmail.com>
Tue, 28 Mar 2017 21:56:44 +0000 (22:56 +0100)
help/C/viking.xml
help/viking.xml.in

index 1136bd31a4683544946ac4c377e6fd231617474c..c08c4a072b2aa9d9a05d96a5991396bc0fbb97bd 100644 (file)
@@ -3162,6 +3162,14 @@ Accept: */*
                 <para>The ETag value is stored in a separate file in the same directory as the tile to enable checking the value across multiple runs of the program.</para>
               </listitem>
             </varlistentry>
+            <varlistentry>
+              <term>tilesize-x (optional)</term>
+              <listitem><para>The tile x size. The default is 256 pixels if not specified.</para></listitem>
+            </varlistentry>
+            <varlistentry>
+              <term>tilesize-y (optional)</term>
+              <listitem><para>The tile y size. The default is 256 pixels if not specified.</para></listitem>
+            </varlistentry>
           </variablelist>
         </para>
         <para>The <classname>VikTmsMapSource</classname> allows to declare any TMS service. It supports the following properties (as per VikSlippyMapSource above):
index 405b0cab03f54039290e06f39aa316cf110decd4..eff1eab970fb75a54f52aa99ed4e361192cd315d 100644 (file)
@@ -324,6 +324,14 @@ and docbook-xsl in your Build-Depends control field.
                 <para>The ETag value is stored in a separate file in the same directory as the tile to enable checking the value across multiple runs of the program.</para>
               </listitem>
             </varlistentry>
+            <varlistentry>
+              <term>tilesize-x (optional)</term>
+              <listitem><para>The tile x size. The default is 256 pixels if not specified.</para></listitem>
+            </varlistentry>
+            <varlistentry>
+              <term>tilesize-y (optional)</term>
+              <listitem><para>The tile y size. The default is 256 pixels if not specified.</para></listitem>
+            </varlistentry>
           </variablelist>
         </para>
         <para>The VikTmsMapSource allows to declare any TMS service. It supports the following properties (as per VikSlippyMapSource above):