diff options
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index af9ed171..20225b25 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -26,14 +26,18 @@ Synopsis | [--main-db-path path] [--aux-db-path path]* | [--identify] | [--c-ify] [--single-line] - | {object_definition} | (-s {srs_def} -t {srs_def}) + | {object_definition} | {object_reference} | (-s {srs_def} -t {srs_def}) | - where {object_definition} or {object_definition} is a PROJ string, a + where {object_definition} is a PROJ string, a WKT string, an object name or a AUTHORITY:CODE (where AUTHORITY is the name of a CRS authority and CODE the code of a CRS found in the proj.db database). + {object_reference} is a filename preceded with the '@' character. The + file referenced by the {object_reference} must contain a valid + {object_definition}. + Description *********** |
