[SCM] osgearth branch, master, updated. debian/1.4.1-1-71-gecb0256

Bas Couwenberg sebastic at xs4all.nl
Wed Sep 18 11:46:14 UTC 2013


The following commit has been merged in the master branch:
commit c944460280449306a2c5f58bdddef15699ee5927
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Sep 17 01:16:56 2013 +0200

    Add man page for: osgearth_overlayviewer.

diff --git a/debian/changelog b/debian/changelog
index e89cdcf..a38ef49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,7 @@ osgearth (2.4.0+dfsg-4) UNRELEASED; urgency=low
     - osgearth_tfs
     - osgearth_backfill
     - osgearth_boundarygen
+    - osgearth_overlayviewer
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 13 Sep 2013 15:14:27 +0200
 
diff --git a/debian/man/osgearth_viewer.1.xml b/debian/man/osgearth_overlayviewer.1.xml
similarity index 88%
copy from debian/man/osgearth_viewer.1.xml
copy to debian/man/osgearth_overlayviewer.1.xml
index 5ba1397..5c05968 100644
--- a/debian/man/osgearth_viewer.1.xml
+++ b/debian/man/osgearth_overlayviewer.1.xml
@@ -1,20 +1,20 @@
 <?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_viewer'>
+<refentry id='osgearth_overlayviewer'>
 
   <refmeta>
-    <refentrytitle>osgearth_viewer</refentrytitle>
+    <refentrytitle>osgearth_overlayviewer</refentrytitle>
     <manvolnum>1</manvolnum>
   </refmeta>
 
   <refnamediv>
-    <refname>osgearth_viewer</refname>
-    <refpurpose>load and display a map</refpurpose>
+    <refname>osgearth_overlayviewer</refname>
+    <refpurpose>debug the overlay decorator capability in osgEarth</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv id='synopsis'>
     <cmdsynopsis>
-      <command>osgearth_viewer</command>
+      <command>osgearth_overlayviewer</command>
       <arg choice='plain'><replaceable>earthfile.earth</replaceable></arg>
       <group>
         <arg choice='opt'><option>--sky</option></arg>
@@ -36,9 +36,10 @@
   <refsect1 id='description'>
     <title>DESCRIPTION</title>
     <para>
-      <command>osgearth_viewer</command> can load and display a map from the
-      command line. The osgEarth EarthManipulator is used to control the camera
-      and is optimized for viewing geospatial data.
+      <command>osgearth_overlayviewer</command> is a utility for debugging the
+      overlay decorator capability in osgEarth. It shows two windows, one with
+      the normal view of the map and another that shows the bounding frustums
+      that are used for the overlay computations.
     </para>
   </refsect1>
 
diff --git a/debian/osgearth.manpages b/debian/osgearth.manpages
index 5e8369c..7a68952 100644
--- a/debian/osgearth.manpages
+++ b/debian/osgearth.manpages
@@ -5,3 +5,4 @@ debian/man/osgearth_package.1
 debian/man/osgearth_tfs.1
 debian/man/osgearth_backfill.1
 debian/man/osgearth_boundarygen.1
+debian/man/osgearth_overlayviewer.1

-- 
osgEarth terrain rendering toolkit



More information about the Pkg-grass-devel mailing list