[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 202f7ce4ea4923b3bfc070e87ce0a9f7ff6b5a13
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 17:19:55 2013 +0200

    Add man page for: spatialite_osm_filter

diff --git a/debian/changelog b/debian/changelog
index fe67e7c..a2b2013 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ spatialite-tools (4.1.1-1) UNRELEASED; urgency=low
     - spatialite_dxf
     - spatialite_gml
     - spatialite_network
+    - spatialite_osm_filter
     (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_osm_filter.1.xml
similarity index 55%
copy from debian/man/spatialite_gml.1.xml
copy to debian/man/spatialite_osm_filter.1.xml
index 6fd05c7..523141c 100644
--- a/debian/man/spatialite_gml.1.xml
+++ b/debian/man/spatialite_osm_filter.1.xml
@@ -1,34 +1,35 @@
 <?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'>
+<refentry id='spatialite_osm_filter'>
 
   <refmeta>
-    <refentrytitle>spatialite_gml</refentrytitle>
+    <refentrytitle>spatialite_osm_filter</refentrytitle>
     <manvolnum>1</manvolnum>
   </refmeta>
 
   <refnamediv>
-    <refname>spatialite_gml</refname>
-    <refpurpose>load GML into a SpatiaLite DB</refpurpose>
+    <refname>spatialite_osm_filter</refname>
+    <refpurpose>loading OSM-XML maps into a SpatiaLite DB</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv id='synopsis'>
     <cmdsynopsis>
-      <command>spatialite_gml</command>
+      <command>spatialite_osm_filter</command>
       <arg choice='opt'><option>-h</option></arg>
-      <arg choice='opt'><option>-g</option> <replaceable>pathname</replaceable></arg>
+      <arg choice='opt'><option>-o</option> <replaceable>pathname</replaceable></arg>
+      <arg choice='opt'><option>-w</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>-cs</option> <replaceable>num</replaceable></arg>
       <arg choice='opt'><option>-m</option></arg>
-      <arg choice='opt'><option>-n</option></arg>
+      <arg choice='opt'><option>-jo</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.
+      <command>spatialite_osm_filter</command> is a tool for loading OSM-XML
+      maps into a SpatiaLite DB.
     </para>
   </refsect1>
 
@@ -45,10 +46,18 @@
       </varlistentry>
 
       <varlistentry>
-        <term><option>-g</option> <replaceable>pathname</replaceable></term>
-        <term><option>--gml-path</option> <replaceable>pathname</replaceable></term>
+        <term><option>-o</option> <replaceable>pathname</replaceable></term>
+        <term><option>--osm-path</option> <replaceable>pathname</replaceable></term>
         <listitem>
-          <para>the GML-XML file path</para>
+          <para>the OSM-XML (output) file path</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-w</option> <replaceable>pathname</replaceable></term>
+        <term><option>--wkt-mask-path</option> <replaceable>pathname</replaceable></term>
+        <listitem>
+          <para>path of text file [WKT mask]</para>
         </listitem>
       </varlistentry>
 
@@ -61,10 +70,10 @@
       </varlistentry>
 
       <varlistentry>
-        <term><option>-t</option> <replaceable>name</replaceable></term>
-        <term><option>--table-name</option> <replaceable>name</replaceable></term>
+        <term><option>-cs</option> <replaceable>num</replaceable></term>
+        <term><option>--cache-size</option> <replaceable>num</replaceable></term>
         <listitem>
-          <para>the DB table name</para>
+          <para>DB cache size (how many pages)</para>
         </listitem>
       </varlistentry>
 
@@ -77,10 +86,10 @@
       </varlistentry>
 
       <varlistentry>
-        <term><option>-n</option></term>
-        <term><option>--no-spatial-index</option></term>
+        <term><option>-jo</option></term>
+        <term><option>--journal-off</option></term>
         <listitem>
-          <para>suppress R*Tree generation</para>
+          <para>unsafe (but faster) mode</para>
         </listitem>
       </varlistentry>
 
diff --git a/debian/spatialite-bin.manpages b/debian/spatialite-bin.manpages
index 1c13e9c..69e8125 100644
--- a/debian/spatialite-bin.manpages
+++ b/debian/spatialite-bin.manpages
@@ -5,3 +5,4 @@ debian/man/spatialite_convert.1
 debian/man/spatialite_dxf.1
 debian/man/spatialite_gml.1
 debian/man/spatialite_network.1
+debian/man/spatialite_osm_filter.1

-- 
Spatialite Tools



More information about the Pkg-grass-devel mailing list