From a9a241d88e4d8e592ba49ffab14244be7798f0ec Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 15 Feb 2012 21:56:50 +0000 Subject: [PATCH] shp2pgsql: a switch to drop M from 4d imports (#900) git-svn-id: http://svn.osgeo.org/postgis/trunk@9205 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_postgis_dataman.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml index 3d42dcaa0..f8d6bf674 100644 --- a/doc/using_postgis_dataman.xml +++ b/doc/using_postgis_dataman.xml @@ -1804,6 +1804,21 @@ COMMIT; + + -t <dimensionality> + + + Force the output geometry to have the specified dimensionality. Use the following + strings to indicate the dimensionality: 2D, 3DZ, 3DM, 4D. + + + If the input has fewer dimensions that specified, the output will have those dimensions filled + in with zeroes. If the input has more dimensions that specified, the unwanted dimensions will + be stripped. + + + + -w -- 2.40.0