aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-29 20:36:42 +0100
committerGitHub <noreply@github.com>2019-11-29 20:36:42 +0100
commit94abd1f827d859f5207cb5406e107f79424526b8 (patch)
tree6739a187e01e41e7f0a07739528e2ba30436450f /docs
parentb05e6bd98131295e54d15fdbfc3662163307b563 (diff)
downloadPROJ-94abd1f827d859f5207cb5406e107f79424526b8.tar.gz
PROJ-94abd1f827d859f5207cb5406e107f79424526b8.zip
Update docs/source/operations/operations_computation.rst
Co-Authored-By: Kristian Evers <kristianevers@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/operations/operations_computation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/operations/operations_computation.rst b/docs/source/operations/operations_computation.rst
index 65a1c824..6f0bf386 100644
--- a/docs/source/operations/operations_computation.rst
+++ b/docs/source/operations/operations_computation.rst
@@ -397,7 +397,7 @@ following results for the AGD84 to GDA2020 coordinate operations lookup:
+step +proj=axisswap +order=2,1
One can see that the selected intermediate CRS that has been used is GDA94.
-This is a completely novel behaviour of PROJ 6 regarding to the PROJ.4 logic
+This is a completely novel behaviour of PROJ 6 as opposed to the logic of PROJ.4
where datum transformations implied using EPSG:4326 / WGS 84 has the mandatory
datum hub. PROJ 6 no longer hardcodes it as the mandatory datum hub, and relies
on the database to find the appropriate hub(s).