From ac882266b57d04720bb645b8144901127f7427cf Mon Sep 17 00:00:00 2001 From: Peter Townsend <38544371+mlptownsend@users.noreply.github.com> Date: Fri, 12 Nov 2021 06:39:20 -0600 Subject: Add new option to proj_create_crs_to_crs_from_pj method to force +over on transformation operations (#2914) Fixes #2512 --- docs/source/development/reference/functions.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/source/development') 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 -- cgit v1.2.3