[osgearth] 13/19: Add manpage for osgearth_terraineffects.

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 abec5ed6feeaf75f535b1466ae8b227a305b2afb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jan 26 00:37:08 2014 +0100

    Add manpage for osgearth_terraineffects.
---
 debian/changelog                         |   2 +-
 debian/man/osgearth_terraineffects.1.xml | 143 +++++++++++++++++++++++++++++++
 debian/osgearth.manpages                 |   1 +
 3 files changed, 145 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d3ab90c..bb21c79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +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.
+  * Add manpage for osgearth_tileindex & osgearth_terraineffects.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Thu, 16 Jan 2014 22:35:07 +0100
 
diff --git a/debian/man/osgearth_terraineffects.1.xml b/debian/man/osgearth_terraineffects.1.xml
new file mode 100644
index 0000000..ff071aa
--- /dev/null
+++ b/debian/man/osgearth_terraineffects.1.xml
@@ -0,0 +1,143 @@
+<?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_terraineffects'>
+
+  <refmeta>
+    <refentrytitle>osgearth_terraineffects</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>osgearth_terraineffects</refname>
+    <refpurpose>tests built-in TerrainEffect classes</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv id='synopsis'>
+    <cmdsynopsis>
+      <command>osgearth_terraineffects</command>
+      <arg choice='plain'><replaceable>earthfile.earth</replaceable></arg>
+      <group>
+        <arg choice='opt'><option>--sky</option></arg>
+        <arg choice='opt'><option>--ocean</option></arg>
+        <arg choice='opt'><option>--kml</option> <replaceable>file.kml</replaceable></arg>
+        <arg choice='opt'><option>--coords</option></arg>
+        <arg choice='opt'><option>--dms</option></arg>
+        <arg choice='opt'><option>--dd</option> <replaceable></replaceable></arg>
+        <arg choice='opt'><option>--mgrs</option> <replaceable></replaceable></arg>
+        <arg choice='opt'><option>--ortho</option> <replaceable></replaceable></arg>
+        <arg choice='opt'><option>--autoclip</option> <replaceable></replaceable></arg>
+        <arg choice='opt'><option>--images</option> <replaceable>path</replaceable></arg>
+        <arg choice='opt'><option>--image-extensions</option> <replaceable>*</replaceable></arg>
+        <arg choice='opt'><option>--out-earth</option> <replaceable>out.earth</replaceable></arg>
+      </group>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1 id='description'>
+    <title>DESCRIPTION</title>
+    <para>
+      <command>osgearth_terraineffects</command> tests all the various built-in
+      TerrainEffect classes and lets you toggle them and try them together.
+    </para>
+  </refsect1>
+
+  <refsect1 id='options'>
+    <title>OPTIONS</title>
+    <variablelist>
+
+      <varlistentry>
+        <term><replaceable>earthfile.earth</replaceable></term>
+        <listitem>
+          <para>Path to the earth file</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--sky</option></term>
+        <listitem>
+          <para>Installs a SkyNode (sun, moon, stars and atmosphere..globe only)</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--ocean</option></term>
+        <listitem>
+          <para>Installs a sample ocean surface node</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--kml</option> <replaceable>file.kml</replaceable></term>
+        <listitem>
+          <para>Loads a KML or KMZ file</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--coords</option></term>
+        <listitem>
+          <para>Displays map coords under mouse</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--dms</option></term>
+        <listitem>
+          <para>Displays map coords as degrees/mins/seconds</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--dd</option></term>
+        <listitem>
+          <para>Displays map coords as decimal degrees</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--mgrs</option></term>
+        <listitem>
+          <para>Displays map coords as MGRS</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--ortho</option></term>
+        <listitem>
+          <para>Installs an orthographic camera projection</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--autoclip</option></term>
+        <listitem>
+          <para>Installs an automatic clip plane handler</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--images</option> <replaceable>path</replaceable></term>
+        <listitem>
+          <para>Finds images in [path] and loads them as image layers</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--image-extensions</option> <replaceable>*</replaceable></term>
+        <listitem>
+          <para>With <option>--images</option>, only considers the listed extensions</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--out-earth</option> <replaceable>out.earth</replaceable></term>
+        <listitem>
+          <para>With <option>--images</option>, writes out an earth file</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </refsect1>
+
+</refentry>
diff --git a/debian/osgearth.manpages b/debian/osgearth.manpages
index c29214c..28116c5 100644
--- a/debian/osgearth.manpages
+++ b/debian/osgearth.manpages
@@ -7,3 +7,4 @@ debian/man/osgearth_backfill.1
 debian/man/osgearth_boundarygen.1
 debian/man/osgearth_overlayviewer.1
 debian/man/osgearth_tileindex.1
+debian/man/osgearth_terraineffects.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