From: Paul Ramsey Date: Wed, 15 Feb 2012 21:56:50 +0000 (+0000) Subject: shp2pgsql: a switch to drop M from 4d imports (#900) X-Git-Tag: 2.0.0alpha6~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9a241d88e4d8e592ba49ffab14244be7798f0ec;p=postgis 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 --- 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