diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-25 18:06:57 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-25 21:17:29 +0100 |
| commit | 4559a3f702f3f2e2d796d46458a61f38595d6e08 (patch) | |
| tree | 40f0d59d990727740a2dd7cab6d0ec7c17760c76 /test/cli | |
| parent | 6476108774c8c947f0197ec1acff781f17e6edde (diff) | |
| download | PROJ-4559a3f702f3f2e2d796d46458a61f38595d6e08.tar.gz PROJ-4559a3f702f3f2e2d796d46458a61f38595d6e08.zip | |
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')
| -rwxr-xr-x | test/cli/testvarious | 6 | ||||
| -rw-r--r-- | test/cli/tv_out.dist | 3 |
2 files changed, 9 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" diff --git a/test/cli/tv_out.dist b/test/cli/tv_out.dist index 22a26380..70b2ab6e 100644 --- a/test/cli/tv_out.dist +++ b/test/cli/tv_out.dist @@ -482,3 +482,6 @@ Check +proj=longlat +over +datum=WGS84 +to proj=merc +a=6378137 +b=6378137 +lat_ ############################################################## Test EPSG:xxxx EPSG:yyyy filename 2 49 2dN 49dE 0.000 +############################################################## +Test Colombia Urban +4.8 -74.25 122543.174 80859.033 0.000 |
