diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-25 22:19:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-25 22:19:42 +0100 |
| commit | a1513668db1acbd2c84f985ff1e772986cde0321 (patch) | |
| tree | 40f0d59d990727740a2dd7cab6d0ec7c17760c76 /test/cli/testvarious | |
| parent | 6476108774c8c947f0197ec1acff781f17e6edde (diff) | |
| parent | 4559a3f702f3f2e2d796d46458a61f38595d6e08 (diff) | |
| download | PROJ-a1513668db1acbd2c84f985ff1e772986cde0321.tar.gz PROJ-a1513668db1acbd2c84f985ff1e772986cde0321.zip | |
Merge pull request #2395 from rouault/colombia_urban
Add +proj=col_urban projection, implementing a EPSG projection method used by a number of projected CRS in Colombia (fixes #589)
Diffstat (limited to 'test/cli/testvarious')
| -rwxr-xr-x | test/cli/testvarious | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/cli/testvarious b/test/cli/testvarious index 6a77729e..292ee316 100755 --- a/test/cli/testvarious +++ b/test/cli/testvarious @@ -1003,6 +1003,12 @@ echo "2 49" > tmp.txt $EXE EPSG:4326 EPSG:4326 tmp.txt -E >> ${OUT} rm tmp.txt +echo "##############################################################" >> ${OUT} +echo "Test Colombia Urban" >> ${OUT} +$EXE -f %.3f EPSG:4686 EPSG:6247 -E >> ${OUT} <<EOF +4.8 -74.25 +EOF + # Done! # do 'diff' with distribution results echo "diff ${OUT} with ${OUT}.dist" |
