aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorCharles Karney <charles@karney.com>2021-03-13 09:28:00 -0500
committerCharles Karney <charles@karney.com>2021-03-13 09:28:00 -0500
commiteb881d2957d426dd2d43bd3a6a7fe77121cf71ea (patch)
tree45895d59acd433434b4ba0b546b31fe5abc5ed42 /docs/source
parent56dce02c707f0fe560f2c4cf5226520746950972 (diff)
downloadPROJ-eb881d2957d426dd2d43bd3a6a7fe77121cf71ea.tar.gz
PROJ-eb881d2957d426dd2d43bd3a6a7fe77121cf71ea.zip
Update geodesic routines from GeographicLib 1.52
Be more aggressive in preventing negative s12 and m12 for short lines. Initialize reference argument to remquo.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/geodesic.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/geodesic.rst b/docs/source/geodesic.rst
index 11bb5e5c..6d07352c 100644
--- a/docs/source/geodesic.rst
+++ b/docs/source/geodesic.rst
@@ -47,7 +47,7 @@ Traditionally two geodesic problems are considered:
:math:`\alpha_2`.
PROJ incorporates `C library for Geodesics
-<https://geographiclib.sourceforge.io/1.49/C/>`_ from `GeographicLib
+<https://geographiclib.sourceforge.io/1.52/C/>`_ from `GeographicLib
<https://geographiclib.sourceforge.io>`_. This library provides
routines to solve the direct and inverse geodesic problems. Full double
precision accuracy is maintained provided that
@@ -55,7 +55,7 @@ precision accuracy is maintained provided that
to the
`application programming interface
- <https://geographiclib.sourceforge.io/1.49/C/geodesic_8h.html>`_
+ <https://geographiclib.sourceforge.io/1.52/C/geodesic_8h.html>`_
for full documentation. A brief summary of the routines is given in
geodesic(3).