]> git.street.me.uk Git - andy/viking.git/blobdiff - help/viking.xml
Display attribution on Mapnik Renderings.
[andy/viking.git] / help / viking.xml
index 7cc0263487e72197443327289f17fca2cac3f30d..46581a42405479fc8c4d6d06f4032b2dfa9b047f 100644 (file)
@@ -91,6 +91,23 @@ and docbook-xsl in your Build-Depends control field.
         <arg choice="plain"><option>-V</option></arg>
         <arg choice="plain"><option>--verbose</option></arg>
       </group>
+      <sbr/>
+      <group choice="opt">
+        <arg choice="plain"><option>--latitude</option> <replaceable>degrees</replaceable></arg>
+      </group>
+      <group choice="opt">
+        <arg choice="plain"><option>--longitude</option> <replaceable>degrees</replaceable></arg>
+      </group>
+      <sbr/>
+      <group choice="opt">
+        <arg choice="plain"><option>-z</option></arg>
+        <arg choice="plain"><option>--zoom</option> <replaceable>ZoomLevelOSM</replaceable></arg>
+      </group>
+      <group choice="opt">
+        <arg choice="plain"><option>-m</option></arg>
+        <arg choice="plain"><option>--map</option> <replaceable>MapId</replaceable></arg>
+      </group>
+      <sbr/>
       <arg rep="repeat"><replaceable>file</replaceable></arg>
     </cmdsynopsis>
     <cmdsynopsis>
@@ -115,9 +132,9 @@ and docbook-xsl in your Build-Depends control field.
       Viking is a program to manage GPS data.
     </para>
     <para>  
-      You can import and plot tracks, routes and waypoints, show OpenStreetMap (OSM) maps and/or
-      Terraserver maps under it, add coordinate lines, make new tracks, routes and waypoints, hide different things, etc.
-      It is written in C with the GTK+ 2 toolkit, available for Linux, other POSIX operating systems and Windows.
+      You can import and plot tracks, routes and waypoints, show OpenStreetMap (OSM) and/or other maps, generate maps (using Mapnik),
+       geotag images, add coordinate lines, make new tracks, routes and waypoints, hide different things, etc.
+      It is written mainly in C with some C++ and uses the GTK+ 2 toolkit. It is available for Linux, other POSIX operating systems and Windows.
     </para>
     <para>  
       Homepage: <ulink type="http" url="http://viking.sf.net">http://viking.sf.net</ulink>
@@ -165,6 +182,41 @@ and docbook-xsl in your Build-Depends control field.
           <para>Show version.</para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term><option>--latitude</option></term>
+        <listitem>
+          <para>Set the initial position to the specified latitude in decimal degrees.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>--longitude</option></term>
+        <listitem>
+          <para>Set the initial position to the specified longitude in decimal degrees.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-z</option></term>
+        <term><option>--zoom</option></term>
+        <listitem>
+          <para>Set the initial zoom level. The value is the OSM zoom level (0 - 22).</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-m</option></term>
+        <term><option>--map</option></term>
+        <listitem>
+          <para>Add a map layer by specifying the map id. The value needs to match one of the internal ids or an id from the maps configuration extension (see below).
+          Specifying a value of 0 will use the configured map layer default.</para>
+<variablelist>
+  <varlistentry>
+    <listitem><para>Internal Map Ids:</para></listitem>
+    <listitem><para>OSM Mapnik = 13</para></listitem>
+    <listitem><para>OSM Cycle = 17</para></listitem>
+    <listitem><para>Mapquest OSM = 19</para></listitem>
+  </varlistentry>
+</variablelist>
+        </listitem>
+      </varlistentry>
     </variablelist>
 
   </refsect1>
@@ -545,7 +597,7 @@ and docbook-xsl in your Build-Depends control field.
       <varlistentry>
         <term><filename>~/.viking-maps/</filename></term>
         <listitem>
-          <para>Map cache of tiles downloaded by &dhpackage;.</para>
+          <para>Default location of the map cache of tiles downloaded or created by &dhpackage;.</para>
         </listitem>
       </varlistentry>
     </variablelist>