From c98489fcf2df2389b3e7c5cea17c587794343f68 Mon Sep 17 00:00:00 2001 From: Andrew Bell Date: Wed, 15 May 2019 10:44:02 -0400 Subject: Add file reference language. --- docs/source/apps/projinfo.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/source/apps') 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 *********** -- cgit v1.2.3