From 16ce294aa5246a94e07bad554b007dd8423e5780 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 15 Sep 2019 14:03:15 +0200 Subject: testdatumfile: fix axis order issue in test --- test/cli/td_out.dist | 2 +- test/cli/testdatumfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/cli') 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} <