diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-05-15 10:17:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-15 10:17:56 -0500 |
| commit | 985e4e1aea9eaff3a575c95e20ab6cdff1ea1f37 (patch) | |
| tree | c4d0f3dd19456600f718a6e0c8573577f433549b | |
| parent | d67203a6f76a74f5ac029ff052dbcc72e3b59624 (diff) | |
| parent | 8f268409d37cea329d263e177b83e42f8384d3c7 (diff) | |
| download | PROJ-985e4e1aea9eaff3a575c95e20ab6cdff1ea1f37.tar.gz PROJ-985e4e1aea9eaff3a575c95e20ab6cdff1ea1f37.zip | |
Merge pull request #1472 from abellgithub/master
projinfo doc addition
| -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..fc816e40 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 by the '@' character. The + file referenced by the {object_reference} must contain a valid + {object_definition}. + Description *********** |
