aboutsummaryrefslogtreecommitdiff
path: root/nad
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2011-06-09 21:49:33 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2011-06-09 21:49:33 +0000
commit42abd11f539575007ae4eddec40d3748a2073fc9 (patch)
tree47e59a9e558c5e63cd9843fc79004d9b44e2b4ac /nad
parent67e58252e9c5ce192afed5d3b777e06e93daea04 (diff)
downloadPROJ-42abd11f539575007ae4eddec40d3748a2073fc9.tar.gz
PROJ-42abd11f539575007ae4eddec40d3748a2073fc9.zip
fix robinson projection constant (#113)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2051 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'nad')
-rwxr-xr-xnad/testvarious10
-rw-r--r--nad/tv_out.dist4
2 files changed, 14 insertions, 0 deletions
diff --git a/nad/testvarious b/nad/testvarious
index 69bd949d..3913ce7d 100755
--- a/nad/testvarious
+++ b/nad/testvarious
@@ -228,6 +228,16 @@ $EXE +proj=latlong +datum=WGS84 \
15d4'42.357"E 14d48'56.372"N 0.000
EOF
#
+echo "##############################################################" >> ${OUT}
+echo "Test robinson projection (#113)" >> ${OUT}
+#
+$EXE +proj=latlong +datum=WGS84 \
+ +to +proj=robin +datum=WGS84 \
+ -E >>${OUT} <<EOF
+-30 40
+-35 45
+EOF
+#
##############################################################################
# Done!
# do 'diff' with distribution results
diff --git a/nad/tv_out.dist b/nad/tv_out.dist
index d7215a2b..8e9d5b12 100644
--- a/nad/tv_out.dist
+++ b/nad/tv_out.dist
@@ -80,3 +80,7 @@ Test transverse mercator inverse (#97)
10d40'55.532"W 17d42'48.526"N 0.000 999999.99 1999999.99 0.00
1d32'21.33"W 17d3'47.233"N 0.000 2000000.03 1999999.62 0.00
15d4'42.357"E 14d48'56.372"N 0.000 3999967.33 1999855.31 0.00
+##############################################################
+Test robinson projection (#113)
+-30 40 -2612095.95 4276351.58 0.00
+-35 45 -2963455.42 4805073.65 0.00