]> granicus.if.org Git - postgis/commitdiff
Documented loader support for 0.x versions
authorSandro Santilli <strk@keybit.net>
Tue, 5 Apr 2005 08:00:07 +0000 (08:00 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 5 Apr 2005 08:00:07 +0000 (08:00 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1593 b70326c6-7e19-0410-871a-916f4a2858ee

CHANGES
doc/man/shp2pgsql.1
doc/postgis.xml

diff --git a/CHANGES b/CHANGES
index 9e295888d4f0f8fdeb419a9762801dbbf85398b8..8f8331db17250a3414fcf33eb089139bb0e62fb6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
 PostGIS 1.0.0
        - NEW manual pages for loader/dumper
+       - NEW shp2pgsql support for old (HWGEOM) postgis versions
 
 PostGIS 1.0.0RC6
 2005/03/30
index b4d48813abd9bc6db2fc81158504e4d445de8650..c5f10395de3970332ab5122e98dbeb5219415360 100644 (file)
@@ -7,8 +7,8 @@ shp2pgsql - shapefile to postgis loader
 shp2pgsql [\fIoptions\fR] \fIshapefile\fR [\fIschema\fR\fB.\fR]\fItable\fR
 .SH "DESCRIPTION"
 .LP 
-The shp2pgsql data loader converts ESRI Shape files into SQL suitable for insertion into a PostGIS/PostgreSQL database. Produced output is NOT compatible
-with pre\-1.0.0 versions of PostGIS.
+The shp2pgsql data loader converts ESRI Shape files into SQL suitable for insertion into a PostGIS/PostgreSQL database. 
+
 .SH "OPTIONS"
 .LP 
 The loader has several operating modes distinguished by command line flags:
@@ -37,10 +37,16 @@ Creates and populates the geometry tables with the specified SRID.
 \fB\-k\fR
 Keep idendifiers case (column, schema and attributes). Note that attributes in Shapefile are all UPPERCASE.
 
-
 .TP 
 \fB\-i\fR
 Coerce all integers to standard 32\-bit integers, do not create 64\-bit bigints, even if the DBF header signature appears to warrant it.
+
+.TP 
+\fB\-w\fR
+Output WKT format, for use with older (0.x) versions of PostGIS.
+Note that this will introduce coordinate drifts and will drop
+M values from shapefiles.
+
 .SH "EXAMPLES"
 .LP 
 An example session using the loader to create an input file and uploading it might look like this:
index 9679bf7f51ef02d99d0aaf425583c70e72b35ca0..61a8d57dbff934ef580311b6fb551d504f078df4 100644 (file)
@@ -1319,6 +1319,19 @@ COMMIT;</programlisting>
               to warrant it.</para>
             </listitem>
           </varlistentry>
+
+          <varlistentry>
+            <term>-w</term>
+
+            <listitem>
+              <para>
+                     Output WKT format, for use with older (0.x) versions of PostGIS.
+              Note  that this will introduce coordinate drifts and will drop M
+              values from shapefiles.
+              </para>
+            </listitem>
+          </varlistentry>
+
         </variablelist>
 
         <para>An example session using the loader to create an input file and