aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/operations_computation.rst
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-29 19:50:24 +0100
committerGitHub <noreply@github.com>2019-11-29 19:50:24 +0100
commitd4f73cb40c60dd807493061e87d5c4a958e8028e (patch)
tree7eb4ae53c4be96bb898a646c63bab891e1522dae /docs/source/operations/operations_computation.rst
parent54aa89325f587799d422f357630fcf9e3d8d057f (diff)
downloadPROJ-d4f73cb40c60dd807493061e87d5c4a958e8028e.tar.gz
PROJ-d4f73cb40c60dd807493061e87d5c4a958e8028e.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.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 b39dfb70..5aaa8afe 100644
--- a/docs/source/operations/operations_computation.rst
+++ b/docs/source/operations/operations_computation.rst
@@ -155,7 +155,7 @@ Geodetic/geographic CRS to Geodetic/geographic CRS, without known identifiers
In a number of situations, the source and/or target CRS do not have an identifier
(WKT without identifier, PROJ string, ..)
-The first step is to try to find in the proj.db a CRS of the same nature of
+The first step is to try to find in the ``proj.db`` a CRS of the same nature of
the CRS to identify and whose name exactly matches the one provided to the
createOperations method. If there is exactly one match and that the CRS are
"computationnaly" equivalent, then use the code of the CRS for further computations.