diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2001-09-15 22:47:40 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2001-09-15 22:47:40 +0000 |
| commit | 953a49b5fd0c6b3ea130ab37f5776b3372b09ee3 (patch) | |
| tree | ff3843c6f97b2194506a0c05d545c93b02c61773 /ChangeLog | |
| parent | a08dfcd769f4c64c241cfe501f7ad6f1dc7ca2a6 (diff) | |
| download | PROJ-953a49b5fd0c6b3ea130ab37f5776b3372b09ee3.tar.gz PROJ-953a49b5fd0c6b3ea130ab37f5776b3372b09ee3.zip | |
fixed lat/long range check sensitivity to edges in geodetic_to_geocentric
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@980 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-09-15 Frank Warmerdam <warmerdam@pobox.com> + + * src/geocent.c: I have modified the Convert_Geodetic_To_Geocentric() + function to clamp Latitudes just a little out of the range + -PI/2 to PI/2 and to no longer do error checks on Longitudes since + they will be auto-wrapped by sin() and cos(). + + See http://bugzilla.remotesensing.org/show_bug.cgi?id=17 + 2001-08-23 Frank Warmerdam <warmerdam@pobox.com> * src/makefile.vc: improved the setting of PROJ_LIB defaults. |
