From 5229741fe5cdf2e5fa4772b9141298417331fa98 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Sun, 4 Mar 2012 00:15:57 +0000 Subject: added the Natural Earth projection git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2182 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- nad/testvarious | 31 +++++++++++++++++++++++++++++++ nad/tv_out.dist | 27 +++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) (limited to 'nad') diff --git a/nad/testvarious b/nad/testvarious index aadb8796..3886de56 100755 --- a/nad/testvarious +++ b/nad/testvarious @@ -371,6 +371,37 @@ $EXE +proj=latlong +ellps=sphere \ 3820138.08 2888664.15 EOF # +echo "##############################################################" >> ${OUT} +echo "Test the natural earth projection" >> ${OUT} +$EXE +proj=latlong +a=1 +lon_0=0 \ + +to +proj=natearth +a=6371008.7714 +b=6371008.7714 -f '%.'7'f' \ + -E >>${OUT} <