aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorCharles Karney <charles@karney.com>2021-03-13 16:18:14 -0500
committerGitHub <noreply@github.com>2021-03-13 16:18:14 -0500
commit468b43c28911d349a0b0497dc663a520525c9589 (patch)
tree638871f05d8b1adbc69cabfb22df33186b1be69c /docs/source
parent56dce02c707f0fe560f2c4cf5226520746950972 (diff)
parent70a6188c3c8b4d5233d643612fb8b12b4bd32e50 (diff)
downloadPROJ-468b43c28911d349a0b0497dc663a520525c9589.tar.gz
PROJ-468b43c28911d349a0b0497dc663a520525c9589.zip
Merge pull request #2576 from cffk/geod-1.52
Update geodesic routines from GeographicLib 1.52
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).