From 1bea82ec62b2b7062e64cafc53c863a049b098b0 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 19 Dec 2011 19:21:26 +0000 Subject: [PATCH] Update loader tests to use the new reprojection switch [#994] git-svn-id: http://svn.osgeo.org/postgis/trunk@8473 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/loader/ReprojectPts.opts | 2 +- regress/loader/ReprojectPtsGeog.opts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/loader/ReprojectPts.opts b/regress/loader/ReprojectPts.opts index e267f8557..ca64df526 100644 --- a/regress/loader/ReprojectPts.opts +++ b/regress/loader/ReprojectPts.opts @@ -1,3 +1,3 @@ # This happens to be a multipoint shapefile that has only single points, so use -S. # It is in NJ State Plane NAD83, so reproject to 4326. --S -r 2260 -s 4326 +-S -s 2260:4326 diff --git a/regress/loader/ReprojectPtsGeog.opts b/regress/loader/ReprojectPtsGeog.opts index bfb00d837..d01ff690b 100644 --- a/regress/loader/ReprojectPtsGeog.opts +++ b/regress/loader/ReprojectPtsGeog.opts @@ -1,3 +1,3 @@ # This happens to be a multipoint shapefile that has only single points, so use -S. # It is in NJ State Plane NAD83, using the -G flag will reproject to 4326. --S -r 2260 -G +-S -s 2260:4326 -G -- 2.40.0