From 886ced02f0aaab5d66d16459435f7447cf976650 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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs') 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 *********** -- cgit v1.2.3