From 952cff1b5b2a96c8874ccc2449f05ad53ae5340e Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 29 Oct 2009 19:41:08 +0000 Subject: [PATCH] Increase precision of minor axis constant. git-svn-id: http://svn.osgeo.org/postgis/trunk@4701 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geography.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) /********************************************************************** -- 2.50.1