From 862c4682e67ab06b60951b57bf6634789651677a Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 9 Feb 2015 09:01:31 +0000 Subject: Fix NaN handling by geod_inverse and incorrect area computation by geod_polygon_addedge if the longitude extent of the added edge exceeds 180 degrees (patch by Charles Karney, #251, #253) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2600 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- man/man3/geodesic.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/man3/geodesic.3 b/man/man3/geodesic.3 index 717be2b9..3c7668bd 100644 --- a/man/man3/geodesic.3 +++ b/man/man3/geodesic.3 @@ -1,6 +1,6 @@ .\" @(#)geodesic.3 .nr LL 7.0i -.TH GEODESIC 3 "2013/07/11 Rel. 4.9.0" +.TH GEODESIC 3 "2014/12/17 Rel. 4.9.0" .ad b .hy 1 .SH NAME @@ -38,7 +38,7 @@ measure angles (latitudes, longitudes, and azimuths) in degrees, unlike the rest of the \fBproj\fR library, which uses radians. The documentation for this library is included in geodesic.h. A formatted version of the documentation is available at -http://geographiclib.sf.net/1.32/C +http://geographiclib.sf.net/1.40/C .SH EXAMPLE The following program reads in lines with the coordinates for two points in decimal degrees (\fIlat1\fR, \fIlon1\fR, \fIlat2\fR, \fIlon2\fR) and @@ -72,7 +72,7 @@ libproj.a \- library of projections and support procedures .SH SEE ALSO Full online documentation for \fBgeodesic(3)\fR, .br -http://geographiclib.sf.net/1.32/C +http://geographiclib.sf.net/1.40/C .PP .B geod(1) .PP -- cgit v1.2.3