[osgearth] 12/19: Add manpage for osgearth_tileindex.

Bas Couwenberg sebastic at xs4all.nl
Thu Feb 20 23:27:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository osgearth.

commit 155ab8fcfc9c33ab336f133d970770f660391ec9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jan 26 00:35:26 2014 +0100

    Add manpage for osgearth_tileindex.
---
 debian/changelog                    |  1 +
 debian/man/osgearth_tileindex.1.xml | 52 +++++++++++++++++++++++++++++++++++++
 debian/osgearth.manpages            |  1 +
 3 files changed, 54 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2643566..d3ab90c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ osgearth (2.5.0+dfsg-1) UNRELEASED; urgency=medium
   * Drop MPGeometry-OpenSceneGraph-3.1.8.patch, included in upstream.
   * Drop becuase-typo.patch, applied upstream.
   * Refresh cmake-FindMiniZip.patch.
+  * Add manpage for osgearth_tileindex.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Thu, 16 Jan 2014 22:35:07 +0100
 
diff --git a/debian/man/osgearth_tileindex.1.xml b/debian/man/osgearth_tileindex.1.xml
new file mode 100644
index 0000000..e953ad8
--- /dev/null
+++ b/debian/man/osgearth_tileindex.1.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<refentry id='osgearth_tileindex'>
+
+  <refmeta>
+    <refentrytitle>osgearth_tileindex</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>osgearth_tileindex</refname>
+    <refpurpose>build a tile index</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv id='synopsis'>
+    <cmdsynopsis>
+      <command>osgearth_tileindex</command>
+      <arg choice='plain'><option>--index</option> <replaceable>index.shp</replaceable></arg>
+      <arg choice='plain' rep='repeat'><replaceable>file</replaceable></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1 id='description'>
+    <title>DESCRIPTION</title>
+    <para>
+      <command>osgearth_tileindex</command> can build a tile index from a list
+      of files.
+    </para>
+  </refsect1>
+
+  <refsect1 id='options'>
+    <title>OPTIONS</title>
+    <variablelist>
+
+      <varlistentry>
+        <term><option>--index</option> <replaceable>index.shp</replaceable></term>
+        <listitem>
+          <para>Path to index shapefile</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><replaceable>file</replaceable></term>
+        <listitem>
+          <para>Path to file to index</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+  </refsect1>
+
+</refentry>
diff --git a/debian/osgearth.manpages b/debian/osgearth.manpages
index 7a68952..c29214c 100644
--- a/debian/osgearth.manpages
+++ b/debian/osgearth.manpages
@@ -6,3 +6,4 @@ debian/man/osgearth_tfs.1
 debian/man/osgearth_backfill.1
 debian/man/osgearth_boundarygen.1
 debian/man/osgearth_overlayviewer.1
+debian/man/osgearth_tileindex.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osgearth.git



More information about the Pkg-grass-devel mailing list