aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorPeter Townsend <38544371+mlptownsend@users.noreply.github.com>2021-11-12 06:39:20 -0600
committerGitHub <noreply@github.com>2021-11-12 13:39:20 +0100
commitac882266b57d04720bb645b8144901127f7427cf (patch)
treeff3e30f46124ca53d842e56d69f9447d934f3b67 /docs/source
parentac113a8898cded7f5359f1edd3abc17a78eee9b4 (diff)
downloadPROJ-ac882266b57d04720bb645b8144901127f7427cf.tar.gz
PROJ-ac882266b57d04720bb645b8144901127f7427cf.zip
Add new option to proj_create_crs_to_crs_from_pj method to force +over on transformation operations (#2914)
Fixes #2512
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/development/reference/functions.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst
index 564135d2..bd2f5d54 100644
--- a/docs/source/development/reference/functions.rst
+++ b/docs/source/development/reference/functions.rst
@@ -201,6 +201,9 @@ paragraph for more details.
- ALLOW_BALLPARK=YES/NO: can be set to NO to disallow the use of
:term:`Ballpark transformation` in the candidate coordinate operations.
+ - FORCE_OVER=YES/NO: can be set to YES to force the +over flag on the transformation
+ returned by this function.
+
.. doxygenfunction:: proj_normalize_for_visualization
:project: doxygen_api