]> git.street.me.uk Git - andy/viking.git/blob - help/viking.xml
SF Features#121: Support reading alternative forms of tile image names.
[andy/viking.git] / help / viking.xml
1 <?xml version='1.0' encoding='ISO-8859-1'?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4
5 <!--
6
7 Process this file with an XSLT processor: `xsltproc \
8 -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
9 manpages/docbook.xsl manpage.dbk'.  A manual page
10 <package>.<section> will be generated.  You may view the
11 manual page with: nroff -man <package>.<section> | less'.  A
12 typical entry in a Makefile or Makefile.am is:
13
14 DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
15 manpages/docbook.xsl
16 XP=xsltproc -''-nonet
17
18 manpage.1: manpage.dbk
19         $(XP) $(DB2MAN) $<
20     
21 The xsltproc binary is found in the xsltproc package.  The
22 XSL files are in docbook-xsl.  Please remember that if you
23 create the nroff version in one of the debian/rules file
24 targets (such as build), you will need to include xsltproc
25 and docbook-xsl in your Build-Depends control field.
26
27 -->
28
29   <!-- Fill in your name for FIRSTNAME and SURNAME. -->
30   <!ENTITY dhfirstname "<firstname>Ralf</firstname>">
31   <!ENTITY dhsurname   "<surname>Meyer</surname>">
32   <!-- Please adjust the date whenever revising the manpage. -->
33   <!ENTITY dhdate      "<date>2013-10-13</date>">
34   <!-- Would be nice if the version could auto-update. -->
35   <!ENTITY dhsource      "Viking">
36   <!ENTITY dhversion     "1.5.0">
37   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
38        allowed: see man(7), man(1). -->
39   <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
40   <!ENTITY dhemail     "<email>ranfyy@gmail.com</email>">
41   <!ENTITY dhusername  "Ralf Meyer">
42   <!ENTITY dhucpackage "<refentrytitle>VIKING</refentrytitle>">
43   <!ENTITY dhpackage   "viking">
44
45   <!ENTITY debian      "<productname>Debian</productname>">
46   <!ENTITY gnu         "<acronym>GNU</acronym>">
47   <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
48 ]>
49
50 <reference>
51 <title>&dhsource; &dhversion;</title>
52
53 <refentry xmlns:xi="http://www.w3.org/2001/XInclude">
54   <refentryinfo>
55     <address>
56       &dhemail;
57     </address>
58     <copyright>
59       <year>2007</year>
60       <holder>&dhusername;</holder>
61     </copyright>
62     <copyright>
63       <year>2010</year>
64       <holder>Guilhem Bonnefille</holder>
65     </copyright>
66     <copyright>
67       <year>2013</year>
68       <holder>Rob Norris</holder>
69     </copyright>
70     &dhdate;
71   </refentryinfo>
72   <refmeta>
73     &dhucpackage;
74     &dhsection;
75     <refmiscinfo CLASS="source">&dhsource;</refmiscinfo>
76     <refmiscinfo CLASS="version">&dhversion;</refmiscinfo>
77   </refmeta>
78   <refnamediv>
79     <refname>&dhpackage;</refname>
80
81     <refpurpose>program to manage GPS data</refpurpose>
82   </refnamediv>
83   <refsynopsisdiv>
84     <cmdsynopsis>
85       <command>&dhpackage;</command>
86       <group choice="opt">
87         <arg choice="plain"><option>-d</option></arg>
88         <arg choice="plain"><option>--debug</option></arg>
89       </group>
90       <group choice="opt">
91         <arg choice="plain"><option>-V</option></arg>
92         <arg choice="plain"><option>--verbose</option></arg>
93       </group>
94       <arg rep="repeat"><replaceable>file</replaceable></arg>
95     </cmdsynopsis>
96     <cmdsynopsis>
97       <command>&dhpackage;</command>
98       <group choice="opt">
99         <arg choice="plain"><option>-h</option></arg>
100         <arg choice="plain"><option>--help</option></arg>
101       </group>
102     </cmdsynopsis>
103     <cmdsynopsis>
104       <command>&dhpackage;</command>
105       <group choice="opt">
106         <arg choice="plain"><option>-v</option></arg>
107         <arg choice="plain"><option>--version</option></arg>
108       </group>
109     </cmdsynopsis>
110   </refsynopsisdiv>
111   <refsect1>
112     <title>DESCRIPTION</title>
113
114     <para>
115       Viking is a program to manage GPS data.
116     </para>
117     <para>  
118       You can import and plot tracks, routes and waypoints, show OpenStreetMap (OSM) maps and/or
119       Terraserver maps under it, add coordinate lines, make new tracks, routes and waypoints, hide different things, etc.
120       It is written in C with the GTK+ 2 toolkit, available for Linux, other POSIX operating systems and Windows.
121     </para>
122     <para>  
123       Homepage: <ulink type="http" url="http://viking.sf.net">http://viking.sf.net</ulink>
124     </para>
125     <para>  
126       Viking is licensed under the GNU GPL.
127     </para>
128
129   </refsect1>
130   <refsect1>
131     <title>OPTIONS</title>
132
133     <variablelist>
134       <varlistentry>
135         <term><option>file</option></term>
136         <listitem>
137           <para>Specify file to load at start.</para>
138         </listitem>
139       </varlistentry>
140       <varlistentry>
141         <term><option>-d</option></term>
142         <term><option>--debug</option></term>
143         <listitem>
144           <para>Enable debug output.</para>
145         </listitem>
146       </varlistentry>
147       <varlistentry>
148         <term><option>-V</option></term>
149         <term><option>--verbose</option></term>
150         <listitem>
151           <para>Enable verbose output.</para>
152         </listitem>
153       </varlistentry>
154       <varlistentry>
155         <term><option>-?</option></term>
156         <term><option>--help</option></term>
157         <listitem>
158           <para>Show help options.</para>
159         </listitem>
160       </varlistentry>
161       <varlistentry>
162         <term><option>-v</option></term>
163         <term><option>--version</option></term>
164         <listitem>
165           <para>Show version.</para>
166         </listitem>
167       </varlistentry>
168     </variablelist>
169
170   </refsect1>
171   <refsect1>
172     <title>Extending Viking</title>
173
174       <para>Currently, &dhpackage; has some extension points based on configuration files. The file format is heavily inspired by the GtkBuilder file format: you specify the class of the GObject to build and set its properties. Technically, it is a XML file containing a "objects" root element. Inside this element, you set a collection of "object".</para>
175       <para>Here is an example:
176 <literallayout><![CDATA[
177 <objects>
178   <object class="ClassName">
179     <property name="property_name1">Property value</property>
180     <property name="property_name2">Property value</property>
181   </object>
182   ...
183 <objects>
184 ]]>
185 </literallayout>
186 </para>
187       <para>You can find more examples in the documentation part of the distribution.</para>
188       <formalpara>
189         <title>Map Source</title>
190         <para>It is possible to add new map's sources. The file is <filename>~/.viking/maps.xml</filename>.</para>
191         <para>An example of the file in the distribution <filename>doc/examples/maps.xml</filename>.</para>
192         <para>The VikSlippyMapSource allows to declare any map's source working like OpenStreetMap. It supports the following properties:
193           <variablelist>
194             <varlistentry>
195               <term>id</term>
196               <listitem><para>this is an integer and should be unique as it used to identify the map source</para></listitem>
197             </varlistentry>
198             <varlistentry>
199               <term>name</term>
200               <listitem><para>a string (should be unique) that is used for the OSM style cache directory name when the Map Cache directory is the default (<filename>~/.viking-maps</filename>)</para></listitem>
201             </varlistentry>
202             <varlistentry>
203               <term>label</term>
204               <listitem><para>the text displayed in the map's source selection dialog</para></listitem>
205             </varlistentry>
206             <varlistentry>
207               <term>hostname</term>
208               <listitem><para>the server's hostname (eg. "tile.openstreetmap.org")</para></listitem>
209             </varlistentry>
210             <varlistentry>
211               <term>url</term>
212               <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>
213             </varlistentry>
214             <varlistentry>
215               <term>zoom-min (optional)</term>
216               <listitem><para>The minimum zoom value supported by the tile server. The Default is 0 if not specified.</para></listitem>
217             </varlistentry>
218             <varlistentry>
219               <term>zoom-max (optional)</term>
220               <listitem>
221                  <para>The maximum zoom value supported by the tile server. The Default is 18 if not specified.</para>
222                  <para>See <ulink url="http://wiki.openstreetmap.org/wiki/Zoom_levels">Zoom Levels</ulink></para>
223               </listitem>
224             </varlistentry>
225             <varlistentry>
226               <term>file-extension (optional)</term>
227               <listitem>
228                 <para>The file extension of the files on disk. The default is <emphasis>.png</emphasis></para>
229                 <para>If the tile source URL ends in something other than .png, then this parameter will need to match it.</para>
230                 <para>This can also be useful in reading a tileset from other software which may name tiles in an alternative form,
231                       e.g. for Mobile Atlas creator it names them <emphasis>.png.tile</emphasis></para>
232                 <note><para>The file types actually usable are those supported by GDK Pixbuf Library, which includes at least PNG and JPEG.</para></note>
233                 <note><para>Remember to include the beginning <emphasis>'.'</emphasis> when specifying this parameter.</para></note>
234               </listitem>
235             </varlistentry>
236             <varlistentry>
237               <term>switch-xy (optional)</term>
238               <listitem><para>Swap the X,Y values around in the URL parametrized ordering.</para></listitem>
239             </varlistentry>
240           </variablelist>
241         </para>
242         <para>The VikTmsMapSource allows to declare any TMS service. It supports the following properties:
243           <variablelist>
244             <varlistentry>
245               <term>id</term>
246               <listitem><para>this is an integer and should be unique as it used to identify the map source</para></listitem>
247             </varlistentry>
248             <varlistentry>
249               <term>label</term>
250               <listitem><para>the text displayed in the map's source selection dialog</para></listitem>
251             </varlistentry>
252             <varlistentry>
253               <term>hostname</term>
254               <listitem><para>the server's hostname (eg. "tile.openstreetmap.org")</para></listitem>
255             </varlistentry>
256             <varlistentry>
257               <term>url</term>
258               <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>
259             </varlistentry>
260           </variablelist>
261         </para>
262         <para>The VikWmscMapSource allows to declare any WMS or WMS-C service. It supports the following properties:
263           <variablelist>
264             <varlistentry>
265               <term>id</term>
266               <listitem><para>this is an integer and should be unique as it used to identify the map source</para></listitem>
267             </varlistentry>
268             <varlistentry>
269               <term>label</term>
270               <listitem><para>the text displayed in the map's source selection dialog</para></listitem>
271             </varlistentry>
272             <varlistentry>
273               <term>hostname</term>
274               <listitem><para>the server's hostname (eg. "tile.openstreetmap.org")</para></listitem>
275             </varlistentry>
276             <varlistentry>
277               <term>url</term>
278               <listitem><para>the parametrized address of the tile, in the spirit of C printf format, with 4 "%s" fields for bounding box coordinates (eg. "/coord=%s,%s,%s,%s")</para></listitem>
279             </varlistentry>
280           </variablelist>
281         </para>
282       </formalpara>
283
284       <formalpara>
285         <title>Go-to search engines</title>
286         <para>It is possible to add new new search engines for the "Go-To" feature. The file is <filename>~/.viking/goto_tools.xml</filename>.</para>
287         <para>An example of the file in the distribution <filename>doc/examples/goto_tools.xml</filename>.</para>
288         <para>Currently, there is a single object class available: VikGotoXmlTool. Such feature allows to declare any search engine using a XML format as result.</para>
289         <para>The related properties are:
290           <variablelist>
291             <varlistentry>
292               <term>label</term>
293               <listitem><para>the text displayed in the <guilabel>Go-To</guilabel> dialog</para></listitem>
294             </varlistentry>
295             <varlistentry>
296               <term>url-format</term>
297               <listitem><para>the parametrized address of the query, in the spirit of C <function>printf</function> format, with a single "%s" field (replaced by the query string)</para></listitem>
298             </varlistentry>
299             <varlistentry>
300               <term>lat-path</term>
301               <listitem><para>XML path of the latitude (eg. <literal>/root/parent/elem</literal>)</para></listitem>
302             </varlistentry>
303             <varlistentry>
304               <term>lat-attr (optional)</term>
305               <listitem><para>name of the attribute (of previous element) containing the latitude</para></listitem>
306             </varlistentry>
307             <varlistentry>
308               <term>lon-path</term>
309               <listitem><para>XML path of the longitude (eg. <literal>/root/parent/elem</literal>)</para></listitem>
310             </varlistentry>
311             <varlistentry>
312               <term>lon-attr (optional)</term>
313               <listitem><para>name of the attribute (of previous element) containing the longiude</para></listitem>
314             </varlistentry>
315           </variablelist>
316         </para>
317         <para>As a facility (or readability) it is possible to set both path and attribute name in a single property, like an XPath expression. To do so, simply set both info in lat-path (or lon-path) in the following format: <literal>/root/parent/elem@attribute</literal>.</para>
318       </formalpara>
319
320       <formalpara>
321         <title>External tools</title>
322         <para>It is possible to add new external tools. The file is <filename>~/.viking/external_tools.xml</filename>.</para>
323         <para>An example of the file in the distribution <filename>doc/examples/external_tools.xml</filename>.</para>
324         <para>The VikWebtoolCenter allows to declare any Webtool using a logic based on center coordinates and zoom level value.</para>
325         <para>The related properties are:
326           <variablelist>
327             <varlistentry>
328               <term>label</term>
329               <listitem><para>the text displayed in the menu entry</para></listitem>
330             </varlistentry>
331             <varlistentry>
332               <term>url</term>
333               <listitem><para>the parametrized URL to open, in the spirit of C printf format, with 2 "%s" and a "%d" fields for X, Y and Z (zoom level) (eg. "http://hostname/?lat=%s&amp;lon=%s&amp;zoom=%d")</para></listitem>
334             </varlistentry>
335           </variablelist>
336         </para>
337         <para>The VikWebtoolBounds allows to declare any Webtool using a logic based on bounds coordinates.</para>
338         <para>The related properties are:
339           <variablelist>
340             <varlistentry>
341               <term>label</term>
342               <listitem><para>the text displayed in the menu entry</para></listitem>
343             </varlistentry>
344             <varlistentry>
345               <term>url</term>
346               <listitem><para>the parametrized address of the tile, in the spirit of C printf format, with 4 "%s" fields for left, right, bottom and top (eg. "http://hostname:8111/load_and_zoom?left=%s&amp;right=%s&amp;bottom=%s&amp;top=%s")</para></listitem>
347             </varlistentry>
348           </variablelist>
349         </para>
350       </formalpara>
351
352       <formalpara>
353         <title>Remote File Datasources</title>
354         <para>It is possible to add web references expected to return a file which can then be opened directly or converted via GPSBabel.</para>
355         <para>The file is <filename>~/.viking/datasources.xml</filename>.</para>
356         <para>An example of the file is in the source distribution <filename>doc/examples/datasources.xml</filename>.</para>
357         <para>The VikWebtoolDatasource allows to declare any URL using logic based on coordinates.</para>
358         <para>The related properties are:
359           <variablelist>
360             <varlistentry>
361               <term>label</term>
362               <listitem><para>the text displayed in the menu entry</para></listitem>
363             </varlistentry>
364             <varlistentry>
365               <term>url</term>
366               <listitem>
367                 <para>the parametrized URL to open in the spirit of C printf format, with up to 7 "%s" values. e.g. <literal>http://hostname/getfile?lat=%s&amp;lon=%s</literal></para>
368                 <para>The order and meaning of these parameters is given by the url_format_code below</para>
369               </listitem>
370             </varlistentry>
371             <varlistentry>
372               <term>url_format_code</term>
373               <listitem>
374                 <para>A string describing the parametrized URL substitution parameters, each character represents how to translate each term.</para>
375                 <para>B = Bottom of the current view i.e. minimum latitude</para>
376                 <para>L = Left of the current view i.e. minimum longitude</para>
377                 <para>T = Top of the current view i.e. maximum latitude</para>
378                 <para>R = Right of the current view i.e. maximum longitude</para>
379                 <para>A = center lAtitude of the current view</para>
380                 <para>O = center lOngitude of the current view</para>
381                 <para>Z = OSM Zoom value of the current view. See <ulink url="http://wiki.openstreetmap.org/wiki/Zoom_levels">Zoom Levels</ulink></para>
382                 <para>Thus for the url example above then the format code should be <emphasis>AO</emphasis></para>
383               </listitem>
384             </varlistentry>
385             <varlistentry>
386               <term>file_type</term>
387               <listitem>
388                 <para>This value is passed on for the -i parameter in interfacing with GPSBabel.</para>
389                 <para>If it is not defined then the returned file is interpreted internally as a GPX file.</para>
390                 <para>Possible values such as 'kml', 'mapsource' etc.. can be used. See <ulink url="http://www.gpsbabel.org/capabilities.html">GPSBabel File Formats</ulink> for the full list.</para>
391               </listitem>
392             </varlistentry>
393           </variablelist>
394         </para>
395       </formalpara>
396
397   </refsect1>
398   <refsect1>
399     <title>FILES</title>
400
401     <variablelist>
402       <varlistentry>
403         <term><filename>~/.viking/maps.xml</filename></term>
404         <listitem>
405           <para>File containing definition of map sources.</para>
406           <para>See previous section for details.</para>
407        </listitem>
408       </varlistentry>
409       <varlistentry>
410         <term><filename>~/.viking/goto_tools.xml</filename></term>
411         <listitem>
412           <para>File containing definition of "Go-to" services.</para>
413           <para>See previous section for details.</para>
414        </listitem>
415       </varlistentry>
416       <varlistentry>
417         <term><filename>~/.viking/external_tools.xml</filename></term>
418         <listitem>
419           <para>File containing definition of external tools.</para>
420           <para>See previous section for details.</para>
421        </listitem>
422       </varlistentry>
423       <varlistentry>
424         <term><filename>~/.viking/datasources.xml</filename></term>
425         <listitem>
426           <para>File containing definition of remote file datasources.</para>
427           <para>See previous section for details.</para>
428        </listitem>
429       </varlistentry>
430       <varlistentry>
431         <term><filename>~/.viking/viking.prefs</filename></term>
432         <listitem>
433           <para>Preferences for &dhpackage;.</para>
434         </listitem>
435       </varlistentry>
436       <varlistentry>
437         <term><filename>~/.viking/viking_layer_defaults.ini</filename></term>
438         <listitem>
439           <para>Layer default values for &dhpackage;.</para>
440         </listitem>
441       </varlistentry>
442       <varlistentry>
443         <term><filename>~/.viking/viking.ini</filename></term>
444         <listitem>
445           <para>Values for &dhpackage; automatically saved between sessions.</para>
446           <para>Not generally intended to be manually edited.</para>
447           <para>However some finer control of default internal values can be set.</para>
448         </listitem>
449       </varlistentry>
450       <varlistentry>
451         <term><filename>~/.viking/cookies.txt</filename></term>
452         <listitem>
453           <para>File hosting cookies used by &dhpackage;.</para>
454         </listitem>
455       </varlistentry>
456       <varlistentry>
457         <term><filename>~/.viking-maps/</filename></term>
458         <listitem>
459           <para>Map cache of tiles downloaded by &dhpackage;.</para>
460         </listitem>
461       </varlistentry>
462     </variablelist>
463
464         <para>Extension files (<filename>maps.xml</filename>,
465         <filename>goto_tools.xml</filename>,
466         <filename>datasources.xml</filename>,
467         <filename>external_tools.xml</filename>)
468         are also searched in <filename>/etc/viking</filename> and
469         <filename>/usr/share/viking</filename> directories (or related in your system).</para>
470
471   </refsect1>
472   <refsect1>
473     <title>ENVIRONMENT</title>
474
475     <variablelist>
476       <varlistentry>
477         <term><envar>XDG_DATA_HOME</envar></term>
478         <listitem>
479           <para>Optional directory to look for extension files
480           (<filename>maps.xml</filename>, <filename>goto_tools.xml</filename>,
481           <filename>external_tools.xml</filename>).</para>
482        </listitem>
483       </varlistentry>
484       <varlistentry>
485         <term><envar>XDG_DATA_DIRS</envar></term>
486         <listitem>
487           <para>Path used to change the directories scanned for extension files
488           (<filename>maps.xml</filename>, <filename>goto_tools.xml</filename>,
489           <filename>external_tools.xml</filename>).</para>
490        </listitem>
491       </varlistentry>
492     </variablelist>
493
494   </refsect1>
495   <refsect1>
496     <title>AUTHOR</title>
497
498     <para>This manual page was originally written by &dhusername; &dhemail; for
499       the &debian; system (but may be used by others).  Permission is
500       granted to copy, distribute and/or modify this document under
501       the terms of the &gnu; General Public License, Version 2 any 
502           later version published by the Free Software Foundation.
503     </para>
504         <para>
505           On Debian systems, the complete text of the GNU General Public
506           License can be found in /usr/share/common-licenses/GPL.
507         </para>
508
509   </refsect1>
510 </refentry>
511 </reference>