aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Bell <andrew.bell.ia@gmail.com>2019-05-15 10:44:02 -0400
committerAndrew Bell <andrew.bell.ia@gmail.com>2019-05-15 10:44:02 -0400
commit886ced02f0aaab5d66d16459435f7447cf976650 (patch)
tree93b43a3607c105eeaa6e6c08180b8b9d972f81ba /docs
parent942722214e0b94bd848dac21c8e21923cf9f1c04 (diff)
downloadPROJ-886ced02f0aaab5d66d16459435f7447cf976650.tar.gz
PROJ-886ced02f0aaab5d66d16459435f7447cf976650.zip
Add file reference language.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/apps/projinfo.rst8
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
***********