From 98dd8d5b6c0f24b8e2be1a8e77e4dfac72a2dc50 Mon Sep 17 00:00:00 2001 From: Thomas Knudsen Date: Fri, 10 Nov 2017 13:55:12 +0100 Subject: Do not require needless plusses (#651) proj_create is now indifferent whether or not proj definition terms start with a '+' character. Also, improve gie to support testing this. --- test/gie/axisswap.gie | 3 +-- test/gie/deformation.gie | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/gie/axisswap.gie b/test/gie/axisswap.gie index 409af742..2264a056 100644 --- a/test/gie/axisswap.gie +++ b/test/gie/axisswap.gie @@ -53,8 +53,7 @@ EXPECT 3 -2 1 4 ROUNDTRIP 100 - -OPERATION +proj=pipeline +step +proj=latlong +step +proj=axisswap +order=1,2,3,4 +angularunits +OPERATION proj=pipeline step proj=latlong step proj=axisswap order=1,2,3,4 angularunits TOLERANCE 0.00001 m ACCEPT 12 55 0 0 EXPECT 12 55 0 0 diff --git a/test/gie/deformation.gie b/test/gie/deformation.gie index 74a6b25d..4173fa31 100644 --- a/test/gie/deformation.gie +++ b/test/gie/deformation.gie @@ -64,7 +64,7 @@ ROUNDTRIP 1000 ------------------------------------------------------------------------------- Test using both horizontal and vertical grids ------------------------------------------------------------------------------- -OPERATION +proj=deformation +xy_grids=alaska +z_grids=egm96_15.gtx +t_epoch=2016.0 +OPERATION proj=deformation xy_grids=alaska z_grids=egm96_15.gtx t_epoch=2016.0 ------------------------------------------------------------------------------- TOLERANCE 0.000001 m ACCEPT -3004295.5882503074 -1093474.1690603832 5500477.1338251457 2000.0 -- cgit v1.2.3