aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testprojinfo
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-02-21 12:47:38 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-02-21 12:47:38 +0100
commit34168532d3f3773e1afa2e560bdfba9bd369a0aa (patch)
tree050ba984a01c706d839c56aa847451274b1871cc /test/cli/testprojinfo
parent2e23effff14c82abf086664341a4646d4b928239 (diff)
downloadPROJ-34168532d3f3773e1afa2e560bdfba9bd369a0aa.tar.gz
PROJ-34168532d3f3773e1afa2e560bdfba9bd369a0aa.zip
Geog2D+Height -> Geog3D of same datum: avoid inserting a useless ballpark horizontal transformation
Diffstat (limited to 'test/cli/testprojinfo')
-rwxr-xr-xtest/cli/testprojinfo4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo
index c78da8fd..0f987850 100755
--- a/test/cli/testprojinfo
+++ b/test/cli/testprojinfo
@@ -108,6 +108,10 @@ echo "Testing RH2000 height to SWEREF99: projinfo -s EPSG:5613 -t EPSG:4377" >>
$EXE -s EPSG:5613 -t EPSG:4377 >>${OUT} 2>&1
echo "" >>${OUT}
+echo "Testing NAD83(2011) + NAVD88 height -> NAD83(2011) : projinfo -s EPSG:6349 -t EPSG:6319 --spatial-test intersects -o PROJ" >> ${OUT}
+$EXE -s EPSG:6349 -t EPSG:6319 --spatial-test intersects -o PROJ >>${OUT} 2>&1
+echo "" >>${OUT}
+
# do 'diff' with distribution results
echo "diff ${OUT} with testprojinfo_out.dist"
diff -u ${OUT} ${TEST_CLI_DIR}/testprojinfo_out.dist