diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2001-03-15 04:36:41 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2001-03-15 04:36:41 +0000 |
| commit | e8fee3df62f4574611fc1d07f910cc5b8e4847d7 (patch) | |
| tree | ce2015699021a2033120dda348f9445cc8409813 | |
| parent | 2bfae6b1ce144c7babe701f251f1e54733d10188 (diff) | |
| download | PROJ-e8fee3df62f4574611fc1d07f910cc5b8e4847d7.tar.gz PROJ-e8fee3df62f4574611fc1d07f910cc5b8e4847d7.zip | |
added nad/epsg
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@911 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | nad/Makefile.am | 2 | ||||
| -rw-r--r-- | nad/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2001-03-14 Frank Warmerdam <warmerdam@pobox.com> + + * added nad/epsg database of translations between EPSG PCS/GCS + codes and PROJ.4 definitions. + 2001-02-24 Frank Warmerdam <warmerdam@pobox.com> * Include +ellps in proj example as per suggestion from Michael diff --git a/nad/Makefile.am b/nad/Makefile.am index 016f1907..869da149 100644 --- a/nad/Makefile.am +++ b/nad/Makefile.am @@ -1,5 +1,5 @@ pkgdata_DATA = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist \ - proj_def.dat test27 test83 world + proj_def.dat test27 test83 world epsg EXTRA_DIST = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist \ proj_def.dat test27 test83 world diff --git a/nad/Makefile.in b/nad/Makefile.in index 8ae11929..958f1930 100644 --- a/nad/Makefile.in +++ b/nad/Makefile.in @@ -72,7 +72,7 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -pkgdata_DATA = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist proj_def.dat test27 test83 world +pkgdata_DATA = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist proj_def.dat test27 test83 world epsg EXTRA_DIST = GL27 nad.lst nad27 nad83 pj_out27.dist pj_out83.dist proj_def.dat test27 test83 world |
