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 /test/cli/testdatumfile | |
| parent | dcc0acb22124a3b463415532d918fb649f72a1cf (diff) | |
| download | PROJ-16ce294aa5246a94e07bad554b007dd8423e5780.tar.gz PROJ-16ce294aa5246a94e07bad554b007dd8423e5780.zip | |
testdatumfile: fix axis order issue in test
Diffstat (limited to 'test/cli/testdatumfile')
| -rwxr-xr-x | test/cli/testdatumfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
