From: Paul Ramsey Date: Thu, 29 Oct 2009 19:41:08 +0000 (+0000) Subject: Increase precision of minor axis constant. X-Git-Tag: 1.5.0b1~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=952cff1b5b2a96c8874ccc2449f05ad53ae5340e;p=postgis Increase precision of minor axis constant. git-svn-id: http://svn.osgeo.org/postgis/trunk@4701 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/geography.h b/postgis/geography.h index 77c2539fa..ec601c5d8 100644 --- a/postgis/geography.h +++ b/postgis/geography.h @@ -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) /**********************************************************************