diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2002-06-13 14:06:49 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2002-06-13 14:06:49 +0000 |
| commit | 958e5d74a36ae7b514f10e40f50f891175775b9c (patch) | |
| tree | c37508d1c5bfbecc275ca9eed1074e09621edf99 /src/projects.h | |
| parent | de92e4ef5c6c9a89ce1fe46ffbdc87549b82605d (diff) | |
| download | PROJ-958e5d74a36ae7b514f10e40f50f891175775b9c.tar.gz PROJ-958e5d74a36ae7b514f10e40f50f891175775b9c.zip | |
Removed incorrect labelling of 3PARAM and 7PARAM as Molodensky.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1019 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/projects.h b/src/projects.h index 23b2561b..54f01155 100644 --- a/src/projects.h +++ b/src/projects.h @@ -28,6 +28,9 @@ ****************************************************************************** * * $Log$ + * Revision 1.10 2002/06/13 14:06:49 warmerda + * Removed incorrect labelling of 3PARAM and 7PARAM as Molodensky. + * * Revision 1.9 2001/04/06 01:24:13 warmerda * Introduced proj_api.h as a public interface for PROJ.4 * @@ -109,8 +112,8 @@ extern double hypot(double, double); /* datum_type values */ #define PJD_UNKNOWN 0 -#define PJD_3PARAM 1 /* Molodensky */ -#define PJD_7PARAM 2 /* Molodensky */ +#define PJD_3PARAM 1 +#define PJD_7PARAM 2 #define PJD_GRIDSHIFT 3 #define PJD_WGS84 4 /* WGS84 (or anything considered equivelent) */ |
