diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-28 12:03:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-28 12:03:20 +0100 |
| commit | f2efd1d73c6c56531280604fd27c73fb13b41206 (patch) | |
| tree | 93b2016db24e875ccebb43abcd2de43a41d1f698 /docs/source | |
| parent | a4c5cc1e42559f1d92c6b7655680d11f1eead703 (diff) | |
| parent | 15814256e2fbbc2702422fd3d09d3a0f6be60006 (diff) | |
| download | PROJ-f2efd1d73c6c56531280604fd27c73fb13b41206.tar.gz PROJ-f2efd1d73c6c56531280604fd27c73fb13b41206.zip | |
Merge pull request #1892 from rouault/add_projinfo_searchpaths
projinfo: add --searchpaths switch
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 47deaaeb..0b65b8a0 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -26,7 +26,8 @@ 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 | --remote-data | {object_definition} | + | {object_reference} | (-s {srs_def} -t {srs_def}) | where {object_definition} or {srs_def} is @@ -248,6 +249,21 @@ 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. + +.. option:: --remote-data + + .. versionadded:: 7.0 + + Display information regarding if :ref:`network` is enabled, and the + related URL. + Examples ******** |
