diff options
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 47deaaeb..f0a2ae08 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -26,7 +26,7 @@ Synopsis | [--main-db-path path] [--aux-db-path path]* | [--identify] [--3d] | [--c-ify] [--single-line] - | {object_definition} | {object_reference} | (-s {srs_def} -t {srs_def}) + | --searchpaths | {object_definition} | {object_reference} | (-s {srs_def} -t {srs_def}) | where {object_definition} or {srs_def} is @@ -248,6 +248,14 @@ The following control parameters can appear in any order: Output WKT or PROJJSON strings on a single line, instead of multiple intended lines by default. +.. option:: --searchpaths + + .. versionadded:: 7.0 + + Output the directories into which PROJ resources will be looked for + (if not using C API such as :cpp:func:`proj_context_set_search_paths` + that will override them. + Examples ******** |
