diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-03-23 21:06:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-23 21:06:52 +0100 |
| commit | 03b5f40edf0fe5716f8ff72ae7db992b1786990b (patch) | |
| tree | c38d1a29f665915b6e437695e3628ddcb1cef478 /test/cli/testprojinfo | |
| parent | 9a7ee56058d1d01a35acc37b622430601401aa3f (diff) | |
| parent | eeb9fef28aed4f7e5d62d8c5064f96e1090ee348 (diff) | |
| download | PROJ-03b5f40edf0fe5716f8ff72ae7db992b1786990b.tar.gz PROJ-03b5f40edf0fe5716f8ff72ae7db992b1786990b.zip | |
Merge pull request #2600 from rouault/backport_2548
[Backport 8.0] Database: Additions to the norwegian NKG2020 transformation (#2548), …
Diffstat (limited to 'test/cli/testprojinfo')
| -rwxr-xr-x | test/cli/testprojinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo index e11989cd..1e964a5b 100755 --- a/test/cli/testprojinfo +++ b/test/cli/testprojinfo @@ -275,6 +275,10 @@ echo 'Testing -s "ETRS89 / TM35FIN(E,N) + N2000 height" -t "KKJ / Finland Unifor $EXE -s "ETRS89 / TM35FIN(E,N) + N2000 height" -t "KKJ / Finland Uniform Coordinate System + N43 height" --grid-check none -o PROJ -q >>${OUT} 2>&1 echo "" >>${OUT} +# Quick check of NKG transformations +echo 'Testing NKG: -s EPSG:7789 -t EPSG:4936 --area EPSG:1080 --summary --hide-ballpark' >> ${OUT} +$EXE -s EPSG:7789 -t EPSG:4936 --area EPSG:1080 --summary --hide-ballpark >>${OUT} 2>&1 +echo "" >>${OUT} # do 'diff' with distribution results echo "diff ${OUT} with testprojinfo_out.dist" |
