diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-04-22 15:26:43 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-04-22 15:49:31 +0200 |
| commit | 3faaf339216f128be7a8bb354e858203e5ec6d7f (patch) | |
| tree | 9752b44809889a657919a10dc931ef0f61b3d90f /test/cli/testprojinfo | |
| parent | 17b2607deff4e939255ef7747c5887887ad3b7d7 (diff) | |
| download | PROJ-3faaf339216f128be7a8bb354e858203e5ec6d7f.tar.gz PROJ-3faaf339216f128be7a8bb354e858203e5ec6d7f.zip | |
Database: use non-deprecated code for SWEREF99 for 'RH2000 height to SWEREF99' transformation
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index 244e1bd5..d8569a76 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -103,8 +103,8 @@ echo "Testing CRS with towgs84: projinfo -o PROJ EPSG:25832" >> ${OUT} $EXE -o PROJ EPSG:25832 >>${OUT} 2>&1 echo "" >>${OUT} -echo "Testing RH2000 height to SWEREF99: projinfo -s EPSG:5613 -t EPSG:4377" >> ${OUT} -$EXE -s EPSG:5613 -t EPSG:4377 >>${OUT} 2>&1 +echo "Testing RH2000 height to SWEREF99: projinfo -s EPSG:5613 -t EPSG:4977" >> ${OUT} +$EXE -s EPSG:5613 -t EPSG:4977 >>${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} |
