]> granicus.if.org Git - postgis/commitdiff
Update loader tests to use the new reprojection switch [#994]
authorSandro Santilli <strk@keybit.net>
Mon, 19 Dec 2011 19:21:26 +0000 (19:21 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 19 Dec 2011 19:21:26 +0000 (19:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8473 b70326c6-7e19-0410-871a-916f4a2858ee

regress/loader/ReprojectPts.opts
regress/loader/ReprojectPtsGeog.opts

index e267f8557e2b68d09407fa79fa34c96ac27babec..ca64df52646f896df202e5c491eb1953e0601223 100644 (file)
@@ -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
index bfb00d837937b3f4d50beb13157b6905b25ad890..d01ff690bee14199eb564bab74c8e3ce2629ff8c 100644 (file)
@@ -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