aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/gie/4D-API_cs2cs-style.gie49
1 files changed, 49 insertions, 0 deletions
diff --git a/test/gie/4D-API_cs2cs-style.gie b/test/gie/4D-API_cs2cs-style.gie
index 19b3ad96..e5722b5e 100644
--- a/test/gie/4D-API_cs2cs-style.gie
+++ b/test/gie/4D-API_cs2cs-style.gie
@@ -386,6 +386,55 @@ operation +proj=pop +v_3
accept 12 56 0 0
expect 12 56 0 0
+-------------------------------------------------------------------------------
+Test Pipeline +omit_inv
+-------------------------------------------------------------------------------
+
+operation +proj=pipeline
+ +step +proj=affine +xoff=1 +yoff=1 +omit_inv
+
+accept 2 49 0 0
+expect 3 50 0 0
+
+direction inverse
+accept 2 49 0 0
+expect 2 49 0 0
+
+
+operation +proj=pipeline
+ +step +inv +proj=affine +xoff=1 +yoff=1 +omit_inv
+
+accept 2 49 0 0
+expect 1 48 0 0
+
+direction inverse
+accept 2 49 0 0
+expect 2 49 0 0
+
+-------------------------------------------------------------------------------
+Test Pipeline +omit_fwd
+-------------------------------------------------------------------------------
+
+operation +proj=pipeline
+ +step +proj=affine +xoff=1 +yoff=1 +omit_fwd
+
+accept 2 49 0 0
+expect 2 49 0 0
+
+direction inverse
+accept 2 49 0 0
+expect 1 48 0 0
+
+
+operation +proj=pipeline
+ +step +inv +proj=affine +xoff=1 +yoff=1 +omit_fwd
+
+accept 2 49 0 0
+expect 2 49 0 0
+
+direction inverse
+accept 2 49 0 0
+expect 3 50 0 0
-------------------------------------------------------------------------------
Test bugfix of https://github.com/OSGeo/proj.4/issues/1002