diff options
| author | Peter Townsend <38544371+mlptownsend@users.noreply.github.com> | 2021-11-12 06:39:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-12 13:39:20 +0100 |
| commit | ac882266b57d04720bb645b8144901127f7427cf (patch) | |
| tree | ff3e30f46124ca53d842e56d69f9447d934f3b67 /docs/source/development | |
| parent | ac113a8898cded7f5359f1edd3abc17a78eee9b4 (diff) | |
| download | PROJ-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/development')
| -rw-r--r-- | docs/source/development/reference/functions.rst | 3 |
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 |
