diff options
| author | Bojan Savric <bsavric@esri.com> | 2016-04-04 15:01:19 -0700 |
|---|---|---|
| committer | Bojan Savric <bsavric@esri.com> | 2016-04-04 15:01:19 -0700 |
| commit | cd61a8a65d5368d527c3d7fb998b315dabadd546 (patch) | |
| tree | ed4ae8b5442ea1356adf55786bed2a97e3e8b35a /nad/testvarious | |
| parent | 0251f964dc55e2bd4058cc5c2f52cab643a7df36 (diff) | |
| download | PROJ-cd61a8a65d5368d527c3d7fb998b315dabadd546.tar.gz PROJ-cd61a8a65d5368d527c3d7fb998b315dabadd546.zip | |
Test revisions
Diffstat (limited to 'nad/testvarious')
| -rwxr-xr-x | nad/testvarious | 4 |
1 files changed, 2 insertions, 2 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} <<EOF @@ -539,7 +539,7 @@ $EXE +proj=latlong +a=1 +lon_0=0 \ 180.0 90.0 0 9591912.979377454 9062062.394736718 EOF echo "##############################################################" >> ${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} <<EOF |
