[SCM] spatialite-tools branch, master, updated. debian/4.0.0-1-33-ga7a885a

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 17:14:20 UTC 2013


The following commit has been merged in the master branch:
commit ceb36ced6ebd83c75d7f321e7e6fed45ec79bf85
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 15:21:17 2013 +0200

    Add man page for: spatialite_gml.

diff --git a/debian/changelog b/debian/changelog
index 916ab43..ca19fad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ spatialite-tools (4.1.1-1) UNRELEASED; urgency=low
     - spatialite
     - spatialite_convert
     - spatialite_dxf
+    - spatialite_gml
     (closes: #703344)
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Mon, 30 Sep 2013 02:35:52 +0200
diff --git a/debian/man/spatialite_gml.1.xml b/debian/man/spatialite_gml.1.xml
new file mode 100644
index 0000000..6fd05c7
--- /dev/null
+++ b/debian/man/spatialite_gml.1.xml
@@ -0,0 +1,91 @@
+<?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='spatialite_gml'>
+
+  <refmeta>
+    <refentrytitle>spatialite_gml</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>spatialite_gml</refname>
+    <refpurpose>load GML into a SpatiaLite DB</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv id='synopsis'>
+    <cmdsynopsis>
+      <command>spatialite_gml</command>
+      <arg choice='opt'><option>-h</option></arg>
+      <arg choice='opt'><option>-g</option> <replaceable>pathname</replaceable></arg>
+      <arg choice='opt'><option>-d</option> <replaceable>pathname</replaceable></arg>
+      <arg choice='opt'><option>-t</option> <replaceable>name</replaceable></arg>
+      <arg choice='opt'><option>-m</option></arg>
+      <arg choice='opt'><option>-n</option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1 id='description'>
+    <title>DESCRIPTION</title>
+    <para>
+      <command>spatialite_gml</command> is a tool for loading GML into a
+      SpatiaLite DB.
+    </para>
+  </refsect1>
+
+  <refsect1 id='options'>
+    <title>OPTIONS</title>
+    <variablelist>
+
+      <varlistentry>
+        <term><option>-h</option></term>
+        <term><option>--help</option></term>
+        <listitem>
+          <para>show help message</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-g</option> <replaceable>pathname</replaceable></term>
+        <term><option>--gml-path</option> <replaceable>pathname</replaceable></term>
+        <listitem>
+          <para>the GML-XML file path</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-d</option> <replaceable>pathname</replaceable></term>
+        <term><option>--db-path</option> <replaceable>pathname</replaceable></term>
+        <listitem>
+          <para>the SpatiaLite DB path</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-t</option> <replaceable>name</replaceable></term>
+        <term><option>--table-name</option> <replaceable>name</replaceable></term>
+        <listitem>
+          <para>the DB table name</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-m</option></term>
+        <term><option>--in-memory</option></term>
+        <listitem>
+          <para>using IN-MEMORY database</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-n</option></term>
+        <term><option>--no-spatial-index</option></term>
+        <listitem>
+          <para>suppress R*Tree generation</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </refsect1>
+
+</refentry>
diff --git a/debian/spatialite-bin.manpages b/debian/spatialite-bin.manpages
index cb64d09..39fc46c 100644
--- a/debian/spatialite-bin.manpages
+++ b/debian/spatialite-bin.manpages
@@ -3,3 +3,4 @@ debian/man/shp_doctor.1
 debian/man/spatialite.1
 debian/man/spatialite_convert.1
 debian/man/spatialite_dxf.1
+debian/man/spatialite_gml.1

-- 
Spatialite Tools



More information about the Pkg-grass-devel mailing list