diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-16 12:01:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-16 12:01:39 +0200 |
| commit | a3e412995df7dae2c8ef13d2682e03b770edcb75 (patch) | |
| tree | 751cd21521ee33e002222b165c1938990d1b0bac /test/cli/testvarious | |
| parent | e54739954db813cd8394066b1e64ae8f2dd76bd8 (diff) | |
| parent | 85f496b26702bf6566296072795e821d70156c09 (diff) | |
| download | PROJ-a3e412995df7dae2c8ef13d2682e03b770edcb75.tar.gz PROJ-a3e412995df7dae2c8ef13d2682e03b770edcb75.zip | |
Merge pull request #2851 from rouault/epsg_10_035
Database: update to EPSG v10.035
Diffstat (limited to 'test/cli/testvarious')
| -rwxr-xr-x | test/cli/testvarious | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test/cli/testvarious b/test/cli/testvarious index 80340369..cbfb2d55 100755 --- a/test/cli/testvarious +++ b/test/cli/testvarious @@ -1011,14 +1011,13 @@ EOF echo "##############################################################" >> ${OUT} echo "Test effect of --authority (https://github.com/OSGeo/PROJ/issues/2442)" >> ${OUT} -echo "This test might be a bit fragile if proj.db content changes" >> ${OUT} -echo "The first result should use the 'WGS_1984_(ITRF08)_To_NAD_1983_2011' (ESRI:108363) operation" >> ${OUT} +echo "The first result should use the EPSG:8076 operation" >> ${OUT} echo "and the second one a no-op" >> ${OUT} -$EXE -E +proj=latlong +datum=WGS84 +no_defs +to +init=epsg:6342 >> ${OUT} <<EOF --105 40 +$EXE -E ITRF96 ITRF2014 >> ${OUT} <<EOF +49 2 EOF -$EXE --authority EPSG -E +proj=latlong +datum=WGS84 +no_defs +to +init=epsg:6342 >> ${OUT} <<EOF --105 40 +$EXE --authority PROJ -E ITRF96 ITRF2014 >> ${OUT} <<EOF +49 2 EOF echo "##############################################################" >> ${OUT} |
