diff options
| author | Andrew Bell <andrew.bell.ia@gmail.com> | 2019-05-15 10:44:02 -0400 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-05-15 10:56:27 -0500 |
| commit | c98489fcf2df2389b3e7c5cea17c587794343f68 (patch) | |
| tree | 33262964f34baeb9e301f121ff7820d226b745e1 /docs/source/apps | |
| parent | 2c21977bd5f9f3101610f8f6a9aba3cfbe49d73d (diff) | |
| download | PROJ-c98489fcf2df2389b3e7c5cea17c587794343f68.tar.gz PROJ-c98489fcf2df2389b3e7c5cea17c587794343f68.zip | |
Add file reference language.
Diffstat (limited to 'docs/source/apps')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 955b9a18..fa1737a0 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] | [--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 {srs_def} is @@ -41,6 +41,10 @@ Synopsis - a OGC URN combining references for concatenated operations (e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618") + {object_reference} is a filename preceded with the '@' character. The + file referenced by the {object_reference} must contain a valid + {object_definition}. + Description *********** |
