diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-29 19:53:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-29 19:53:09 +0100 |
| commit | 21f85158ea9671db8143aa6a0c12f7c53cd47fd1 (patch) | |
| tree | 75a5b2d5c77b3c694036c13c66a2dccdbce690b0 /docs/source | |
| parent | 31be9108ce28bad6eb76da5492b6c820853bc67e (diff) | |
| download | PROJ-21f85158ea9671db8143aa6a0c12f7c53cd47fd1.tar.gz PROJ-21f85158ea9671db8143aa6a0c12f7c53cd47fd1.zip | |
Update docs/source/operations/operations_computation.rst
Co-Authored-By: Kristian Evers <kristianevers@gmail.com>
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/operations/operations_computation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/operations/operations_computation.rst b/docs/source/operations/operations_computation.rst index 38f48dfd..d662285e 100644 --- a/docs/source/operations/operations_computation.rst +++ b/docs/source/operations/operations_computation.rst @@ -215,7 +215,7 @@ and will add at the end a conversion between the second intermediate CRS and the target CRS. Those conversions are conversion between geographic 2D and geographic 3D CRS or geographic 2D/3D and geocentric CRS. -This is done by the createOperationsWithDatumPivot() method. +This is done by the :c:func:`createOperationsWithDatumPivot()` method. So if transforming between EPSG:7042, RGF93 (lon-lat), geographic 3D and EPSG:4936, ETRS89, geocentric, one get the following concatenated operation, |
