diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-09-15 14:03:15 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-09-15 14:03:15 +0200 |
| commit | 16ce294aa5246a94e07bad554b007dd8423e5780 (patch) | |
| tree | 0975bfee4af172085ee029f028385360da9d39dc | |
| parent | dcc0acb22124a3b463415532d918fb649f72a1cf (diff) | |
| download | PROJ-16ce294aa5246a94e07bad554b007dd8423e5780.tar.gz PROJ-16ce294aa5246a94e07bad554b007dd8423e5780.zip | |
testdatumfile: fix axis order issue in test
| -rw-r--r-- | test/cli/td_out.dist | 2 | ||||
| -rwxr-xr-x | test/cli/testdatumfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/cli/td_out.dist b/test/cli/td_out.dist index 417d5203..179ded11 100644 --- a/test/cli/td_out.dist +++ b/test/cli/td_out.dist @@ -29,4 +29,4 @@ NAD27 -> NAD83: 1st through ntv1, 2nd through conus 39d00'00.000"N 111d00'00.000"W 0.0 38d59'59.912"N 111d0'2.604"W 0.000 ############################################################## WGS84 -> WGS84+EGM96 -49N 2E 0 2.00 49.00 -44.64 +2dE 49dN 0 2.00 49.00 -44.64 diff --git a/test/cli/testdatumfile b/test/cli/testdatumfile index b528cfa7..45c29428 100755 --- a/test/cli/testdatumfile +++ b/test/cli/testdatumfile @@ -110,7 +110,7 @@ echo "##############################################################" >> ${OUT} echo "WGS84 -> WGS84+EGM96" >> ${OUT} # $EXE +init=epsg:4326 +to +init=epsg:4326 +geoidgrids=egm96_15.gtx -E >>${OUT} <<EOF -49N 2E 0 +2dE 49dN 0 EOF # Cleanup |
