From cd61a8a65d5368d527c3d7fb998b315dabadd546 Mon Sep 17 00:00:00 2001 From: Bojan Savric Date: Mon, 4 Apr 2016 15:01:19 -0700 Subject: Test revisions --- nad/testvarious | 4 +-- nad/tv_out.dist | 83 ++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 57 insertions(+), 30 deletions(-) diff --git a/nad/testvarious b/nad/testvarious index 420e6628..ef1bfbee 100755 --- a/nad/testvarious +++ b/nad/testvarious @@ -508,7 +508,7 @@ $EXE +proj=latlong +ellps=sphere \ EOF # echo "##############################################################" >> ${OUT} -echo "Test the natural earth projection" >> ${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} <> ${OUT} -echo "Test the natural earth II projection" >> ${OUT} +echo "Test the Natural Earth II Projection" >> ${OUT} $EXE +proj=latlong +a=1 +lon_0=0 \ +to +proj=natearth2 +a=6371008.7714 +b=6371008.7714 -f '%.'7'f' \ -E >>${OUT} <