Fix see also link

This commit is contained in:
Nyall Dawson 2019-01-10 07:53:47 +10:00
parent 629de0c651
commit 7b664ea9a8
2 changed files with 2 additions and 2 deletions

View File

@ -407,7 +407,7 @@ will also be in this same CRS.
:return: - the latitude at which the geodesic crosses the antimeridian
- fractionAlongLine: will be set to the fraction along the geodesic line joining ``p1`` to ``p2`` at which the antimeridian crossing occurs.
.. seealso:: :py:func:`breakGeometryAtAntimeridian`
.. seealso:: :py:func:`splitGeometryAtAntimeridian`
.. versionadded:: 3.6

View File

@ -333,7 +333,7 @@ class CORE_EXPORT QgsDistanceArea
* \param fractionAlongLine will be set to the fraction along the geodesic line joining \a p1 to \a p2 at which the antimeridian crossing occurs.
*
* \returns the latitude at which the geodesic crosses the antimeridian
* \see breakGeometryAtAntimeridian()
* \see splitGeometryAtAntimeridian()
*
* \since QGIS 3.6
*/