[SCM] mapserver branch, jessie, updated. upstream/6.2.1-72-ga226f0d
Bas Couwenberg
sebastic at xs4all.nl
Fri Jul 5 21:21:39 UTC 2013
The following commit has been merged in the jessie branch:
commit cbd28a505247ba2c6fc3439ac6545670877f81d9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jul 5 19:07:40 2013 +0200
Add man page for shptreevis.
diff --git a/debian/changelog b/debian/changelog
index 71c9f9a..a2bbba5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ mapserver (6.2.1-3) UNRELEASED; urgency=low
- scalebar
- shp2img
- shptree
+ - shptreevis
-- Bas Couwenberg <sebastic at xs4all.nl> Fri, 14 Jun 2013 22:00:07 +0200
diff --git a/debian/man/shptree.1.xml b/debian/man/shptree.1.xml
index 01cea6b..0aaaa81 100644
--- a/debian/man/shptree.1.xml
+++ b/debian/man/shptree.1.xml
@@ -186,6 +186,11 @@ shptree us_states.shp
<refsect1 id='see-also'>
<title>SEE ALSO</title>
+ <citerefentry>
+ <refentrytitle>shptreevis</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </citerefentry>
+
<para>
The
<ulink url="https://github.com/mapserver/mapserver/wiki/ShpTree">
diff --git a/debian/man/shptreevis.1.xml b/debian/man/shptreevis.1.xml
new file mode 100644
index 0000000..116de7d
--- /dev/null
+++ b/debian/man/shptreevis.1.xml
@@ -0,0 +1,84 @@
+<?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='shptreevis'>
+
+ <refmeta>
+ <refentrytitle>shptreevis</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+
+ <refnamediv>
+ <refname>shptreevis</refname>
+ <refpurpose>view the quadtree quadrants of a .qix file</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv id='synopsis'>
+ <cmdsynopsis>
+ <command>shptreevis</command>
+ <arg choice='plain'><replaceable>shapefile</replaceable></arg>
+ <arg choice='plain'><replaceable>new_shapefile</replaceable></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1 id='description'>
+ <title>DESCRIPTION</title>
+ <para>
+ <command>shptreevis</command> can be used to view the quadtree quadrants
+ that are part of a .qix file (that was created with the shptree utility).
+ </para>
+ </refsect1>
+
+ <refsect1 id='options'>
+ <title>OPTIONS</title>
+ <variablelist>
+
+ <varlistentry>
+ <term><replaceable>shapefile</replaceable></term>
+ <listitem>
+ <para>The name of the .shp file index.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><replaceable>new_shapefile</replaceable></term>
+ <listitem>
+ <para>The name of the .shp file to create.</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+ </refsect1>
+
+ <refsect1 id='example'>
+ <title>EXAMPLE</title>
+
+ <informalexample>
+ <screen>
+shptreevis us_states.shp quad.shp
+This new LSB index supports a shapefile with 2895 shapes, 10 depth
+ </screen>
+
+ Result:
+ <blockquote>
+ A Shape data set named 'quad.shp' is created. You can now view this
+ Shape data set in a desktop GIS (such as QGIS for example) to see the
+ quadtrees that were created with the shptree command.
+ </blockquote>
+ </informalexample>
+
+ <figure>
+ <title>shptreevis result displayed in QGIS</title>
+ <ulink url="http://mapserver.org/_images/shptreevis-example.png"></ulink>
+ </figure>
+ </refsect1>
+
+ <refsect1 id='see-also'>
+ <title>SEE ALSO</title>
+
+ <citerefentry>
+ <refentrytitle>shptree</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </citerefentry>
+ </refsect1>
+
+</refentry>
diff --git a/debian/mapserver-bin.manpages b/debian/mapserver-bin.manpages
index 514a708..9dfe116 100644
--- a/debian/mapserver-bin.manpages
+++ b/debian/mapserver-bin.manpages
@@ -3,3 +3,4 @@ debian/man/msencrypt.1
debian/man/scalebar.1
debian/man/shp2img.1
debian/man/shptree.1
+debian/man/shptreevis.1
--
Mapserver
More information about the Pkg-grass-devel
mailing list