From 4559a3f702f3f2e2d796d46458a61f38595d6e08 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 25 Oct 2020 18:06:57 +0100 Subject: Add +proj=col_urban projection, implementing a EPSG projection method used by a number of projected CRS in Colombia (fixes #589) --- test/cli/testvarious | 6 ++++++ test/cli/tv_out.dist | 3 +++ 2 files changed, 9 insertions(+) (limited to 'test/cli') 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} <