diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-27 20:38:40 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-27 20:38:40 +0100 |
| commit | 15814256e2fbbc2702422fd3d09d3a0f6be60006 (patch) | |
| tree | 93b2016db24e875ccebb43abcd2de43a41d1f698 /docs | |
| parent | ea6245ea32f0b0ee414c22951b1f5dc4048782de (diff) | |
| download | PROJ-15814256e2fbbc2702422fd3d09d3a0f6be60006.tar.gz PROJ-15814256e2fbbc2702422fd3d09d3a0f6be60006.zip | |
projinfo: add --remote-data 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 f0a2ae08..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] - | --searchpaths | {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 @@ -256,6 +257,13 @@ The following control parameters can appear in any order: (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 ******** |
