aboutsummaryrefslogtreecommitdiff
path: root/test/gie/4D-API_cs2cs-style.gie
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-05-19 13:03:22 +0200
committerEven Rouault <even.rouault@spatialys.com>2018-05-19 13:53:45 +0200
commite9e9e72c9d36eac00e65bb137242d039891c78f5 (patch)
treef6a031960b272d0d7d652ae49aafe8c164a57e4f /test/gie/4D-API_cs2cs-style.gie
parent39581f346d5c4d86afb675d0f7faca6677ba586f (diff)
downloadPROJ-e9e9e72c9d36eac00e65bb137242d039891c78f5.tar.gz
PROJ-e9e9e72c9d36eac00e65bb137242d039891c78f5.zip
Vertical grid shift: do not interpolate node values at nodata value (fixes #1002)
Diffstat (limited to 'test/gie/4D-API_cs2cs-style.gie')
-rw-r--r--test/gie/4D-API_cs2cs-style.gie12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/gie/4D-API_cs2cs-style.gie b/test/gie/4D-API_cs2cs-style.gie
index 6eed4faa..4f756ed1 100644
--- a/test/gie/4D-API_cs2cs-style.gie
+++ b/test/gie/4D-API_cs2cs-style.gie
@@ -1,3 +1,5 @@
+
+-------------------------------------------------------------------------------
===============================================================================
Test the 4D API handling of cs2cs style transformation options.
@@ -278,4 +280,14 @@ expect 1335.8339 7522.963
-------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+Test bugfix of https://github.com/OSGeo/proj.4/issues/1002
+(do not interpolate nodata values)
+-------------------------------------------------------------------------------
+operation +proj=latlong +ellps=WGS84 +geoidgrids=tests/test_nodata.gtx
+-------------------------------------------------------------------------------
+accept 4.05 52.1 0
+expect 4.05 52.1 -10
+-------------------------------------------------------------------------------
+
</gie>