[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 7893bdc30106e3a27a5b9748f2f378312b658a96
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 17:41:10 2013 +0200

    Add man page for: spatialite_osm_raw.

diff --git a/debian/changelog b/debian/changelog
index 1ad4f39..7191236 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ spatialite-tools (4.1.1-1) UNRELEASED; urgency=low
     - spatialite_osm_filter
     - spatialite_osm_map
     - spatialite_osm_net
+    - spatialite_osm_raw
     (closes: #703344)
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Mon, 30 Sep 2013 02:35:52 +0200
diff --git a/debian/man/spatialite_osm_map.1.xml b/debian/man/spatialite_osm_raw.1.xml
similarity index 81%
copy from debian/man/spatialite_osm_map.1.xml
copy to debian/man/spatialite_osm_raw.1.xml
index 3313950..9aa42f7 100644
--- a/debian/man/spatialite_osm_map.1.xml
+++ b/debian/man/spatialite_osm_raw.1.xml
@@ -1,26 +1,25 @@
 <?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_osm_map'>
+<refentry id='spatialite_osm_raw'>
 
   <refmeta>
-    <refentrytitle>spatialite_osm_map</refentrytitle>
+    <refentrytitle>spatialite_osm_raw</refentrytitle>
     <manvolnum>1</manvolnum>
   </refmeta>
 
   <refnamediv>
-    <refname>spatialite_osm_map</refname>
-    <refpurpose>load OSM-XML maps into a SpatiaLite DB</refpurpose>
+    <refname>spatialite_osm_raw</refname>
+    <refpurpose>load "raw" OSM maps into a SpatiaLite DB</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv id='synopsis'>
     <cmdsynopsis>
-      <command>spatialite_osm_map</command>
+      <command>spatialite_osm_raw</command>
       <arg choice='opt'><option>-h</option></arg>
       <arg choice='opt'><option>-o</option> <replaceable>pathname</replaceable></arg>
       <arg choice='opt'><option>-d</option> <replaceable>pathname</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>
@@ -28,7 +27,7 @@
   <refsect1 id='description'>
     <title>DESCRIPTION</title>
     <para>
-      <command>spatialite_osm_map</command> is a tool for loading OSM-XML maps
+      <command>spatialite_osm_raw</command> is a tool for loading "raw" OSM maps
       into a SpatiaLite DB.
     </para>
   </refsect1>
@@ -82,14 +81,6 @@
       </varlistentry>
 
       <varlistentry>
-        <term><option>-n</option></term>
-        <term><option>--no-spatial-index</option></term>
-        <listitem>
-          <para>suppress R*Tree generation</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         <term><option>-jo</option></term>
         <term><option>--journal-off</option></term>
         <listitem>
diff --git a/debian/spatialite-bin.manpages b/debian/spatialite-bin.manpages
index 6ff94bd..2abfc1c 100644
--- a/debian/spatialite-bin.manpages
+++ b/debian/spatialite-bin.manpages
@@ -8,3 +8,4 @@ debian/man/spatialite_network.1
 debian/man/spatialite_osm_filter.1
 debian/man/spatialite_osm_map.1
 debian/man/spatialite_osm_net.1
+debian/man/spatialite_osm_raw.1

-- 
Spatialite Tools



More information about the Pkg-grass-devel mailing list