diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-27 18:14:56 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-27 18:45:07 +0100 |
| commit | ea6245ea32f0b0ee414c22951b1f5dc4048782de (patch) | |
| tree | 65b0e20d6a42840384b9aab01f0667f79fbfa582 /docs | |
| parent | a4c5cc1e42559f1d92c6b7655680d11f1eead703 (diff) | |
| download | PROJ-ea6245ea32f0b0ee414c22951b1f5dc4048782de.tar.gz PROJ-ea6245ea32f0b0ee414c22951b1f5dc4048782de.zip | |
projinfo: add --searchpaths switch
Diffstat (limited to 'docs')
| -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 ******** |
