From ecdaa2d53889b207b71383598297b5e0d84c0f52 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 21 Feb 2012 10:57:24 +0000 Subject: [PATCH] Update documentation about shp2pgsql -s/-g flag (#1524) git-svn-id: http://svn.osgeo.org/postgis/trunk@9244 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_postgis_dataman.xml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml index f8d6bf674..697e0922b 100644 --- a/doc/using_postgis_dataman.xml +++ b/doc/using_postgis_dataman.xml @@ -1744,23 +1744,14 @@ COMMIT; - -s <SRID> + -s [<FROM_SRID%gt;:]<SRID> Creates and populates the geometry tables with the specified SRID. - - - - - - -r <SRID> - - - Specifies that the input shapefile uses the given SRID. If -s is not - specified, this SRID will be used to populate the geometry table. If - -s is specified, the geometries will be reprojected to the SRID given - in the -s parameter. If -G is specified, but -s is not, the geometries - will be reprojected to 4326. This parameter cannot be used with -D. + Optionally specifies that the input shapefile uses the given + FROM_SRID, in which case the geometries will be reprojected to the + target SRID. + FROM_SRID cannot be specified with -D. -- 2.40.0