diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2009-01-06 02:11:57 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2009-01-06 02:11:57 +0000 |
| commit | 9491279ef52c951148e903f54dc21445cbcfa74c (patch) | |
| tree | fad282e8795b47ac0e89961bfec4b8acfcc6bd93 /src/projects.h | |
| parent | a4927c2bec24ea0d778205d66ff59bdcb4f9328a (diff) | |
| download | PROJ-9491279ef52c951148e903f54dc21445cbcfa74c.tar.gz PROJ-9491279ef52c951148e903f54dc21445cbcfa74c.zip | |
removed CVS log messages since they are not maintained by subversion
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1504 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 82 |
1 files changed, 1 insertions, 81 deletions
diff --git a/src/projects.h b/src/projects.h index 9270755c..6ed75648 100644 --- a/src/projects.h +++ b/src/projects.h @@ -25,87 +25,7 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. - ****************************************************************************** - * - * $Log$ - * Revision 1.27 2007/11/26 00:21:59 fwarmerdam - * Modified PJ structure to hold a_orig, es_orig, ellipsoid definition before - * adjustment for spherical projections. - * Modified pj_datum_transform() to use the original ellipsoid parameters, - * not the ones adjusted for spherical projections. - * Modified pj_datum_transform() to not attempt any datum shift via - * geocentric coordinates if the source *or* destination are raw ellipsoids - * (ie. PJD_UNKNOWN). All per PROJ bug #1602, GDAL bug #2025. - * - * Revision 1.26 2007/03/11 17:03:18 fwarmerdam - * support drive letter prefixes on win32 and related fixes (bug 1499) - * - * Revision 1.25 2006/11/17 22:16:30 mloskot - * Uploaded PROJ.4 port for Windows CE. - * - * Revision 1.24 2006/10/18 04:34:03 fwarmerdam - * added mlist functions from libproj4 - * - * Revision 1.23 2006/10/12 21:04:39 fwarmerdam - * Added experimental +lon_wrap argument to set a "center point" for - * longitude wrapping of longitude values coming out of pj_transform(). - * - * Revision 1.22 2006/03/30 14:35:09 fwarmerdam - * bug 1145: avoid warnings on VC8. - * - * Revision 1.21 2004/10/28 16:08:13 fwarmerdam - * added pj_get_*_ref() accessors - * - * Revision 1.20 2004/10/20 17:04:29 fwarmerdam - * added geos, sterea and supporting gauss code from libproj4 - * - * Revision 1.19 2004/08/31 22:57:11 warmerda - * Don't re-declare hypot() on win32 as it will conflict with math.h as per - * http://bugzilla.remotesensing.org/show_bug.cgi?id=495 - * - * Revision 1.18 2004/04/15 13:56:45 warmerda - * changed PJD_ERR_GEOCENTRIC to -45 - * - * Revision 1.17 2003/03/17 18:56:34 warmerda - * implement heirarchical NTv2 gridinfos - * - * Revision 1.16 2003/03/15 06:02:02 warmerda - * preliminary NTv2 support, major restructure of datum shifting - * - * Revision 1.15 2002/12/14 20:35:15 warmerda - * fix C_NAMESPACE warning issue with C_NAMESPACE_VAR for variables - * - * Revision 1.14 2002/12/14 20:16:21 warmerda - * added geocentric support, and PJ_CVSID - * - * Revision 1.13 2002/12/09 16:01:02 warmerda - * added prime meridian support - * - * Revision 1.12 2002/07/08 02:32:05 warmerda - * ensure clean C++ builds - * - * Revision 1.11 2002/06/20 16:09:31 warmerda - * removed strtod, reimplement non-GPL strtod cover within dmstor.c - * - * 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 - * - * Revision 1.8 2001/04/05 04:24:10 warmerda - * added prototypes for new functions, and PJ_VERSION - * - * Revision 1.7 2001/02/07 17:55:05 warmerda - * Cleaned up various warnings when compiled with -Wall. - * - * Revision 1.6 2000/11/30 03:37:22 warmerda - * use proj_strtod() in dmstor() - * - * Revision 1.5 2000/07/06 23:36:47 warmerda - * added lots of datum related stuff - * - */ + *****************************************************************************/ /* General projections header file */ #ifndef PROJECTS_H |
