diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-29 20:34:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-29 20:34:11 +0100 |
| commit | ba66e2d8d72dbbc5fce7c035e8268f3a99a1d840 (patch) | |
| tree | 2f162915ce4bd7b03ba48df5852207c6c992c6f3 /docs/source/operations/operations_computation.rst | |
| parent | 6ebf6ceac2295385949b68202431dd6368b96f8e (diff) | |
| download | PROJ-ba66e2d8d72dbbc5fce7c035e8268f3a99a1d840.tar.gz PROJ-ba66e2d8d72dbbc5fce7c035e8268f3a99a1d840.zip | |
Update docs/source/operations/operations_computation.rst
Co-Authored-By: Kristian Evers <kristianevers@gmail.com>
Diffstat (limited to 'docs/source/operations/operations_computation.rst')
| -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 497297a2..8941dda3 100644 --- a/docs/source/operations/operations_computation.rst +++ b/docs/source/operations/operations_computation.rst @@ -505,7 +505,7 @@ This is implemented by the ``createOperationsDerivedTo`` method For the symetric case, source CRS to a derived CRS, the above algorithm is applied by switching the source and target CRS, and then inverting the resulting operation(s). -This is mostly a matter of avoiding to write twice very similar code. This logic +This is mostly a matter of avoiding to write very similar code twice. This logic is also applied to all below cases when considering the transformation between 2 different types of objects. |
