]> granicus.if.org Git - postgis/commitdiff
Increase precision of minor axis constant.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 29 Oct 2009 19:41:08 +0000 (19:41 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 29 Oct 2009 19:41:08 +0000 (19:41 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4701 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography.h

index 77c2539fadf8d00af85327d746ee0ad245c9a8b1..ec601c5d8ff914982005078cfc04bdc45ec56e6a 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #define WGS84_MAJOR_AXIS 6378137.0
-#define WGS84_MINOR_AXIS 6356752.314245
+#define WGS84_MINOR_AXIS 6356752.314245179498
 #define WGS84_RADIUS ((2.0 * WGS84_MAJOR_AXIS + WGS84_MINOR_AXIS ) / 3.0)
 
 /**********************************************************************