diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-29 20:33:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-29 20:33:57 +0100 |
| commit | 6ebf6ceac2295385949b68202431dd6368b96f8e (patch) | |
| tree | 2e261285773aab562580b0075cb25be913c529ab /docs/source/operations/operations_computation.rst | |
| parent | 41faf3e8336eecd4f11555101411d8600848a40d (diff) | |
| download | PROJ-6ebf6ceac2295385949b68202431dd6368b96f8e.tar.gz PROJ-6ebf6ceac2295385949b68202431dd6368b96f8e.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 edc6f826..497297a2 100644 --- a/docs/source/operations/operations_computation.rst +++ b/docs/source/operations/operations_computation.rst @@ -483,7 +483,7 @@ Projected CRS to any target CRS This actually extends to any Derived CRS, whose Projected CRS is a well-known particular case. Such transformations are done in 2 steps: -1. Use the inverse conversion of the derived CRS to its base CRS, typically a +1. Use the inverse conversion of the derived CRS to its base CRS, typically an inverse map projection. 2. Find transformations from this base CRS to the target CRS. If the base CRS is the target CRS, this step can be skipped. |
