diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-19 11:11:42 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-19 11:11:42 +0100 |
| commit | c5cc0f74fd912cef2872da227fa2bb2b47f116c6 (patch) | |
| tree | 25600409ed21f51e9df7e14ec890046027d918a7 /docs | |
| parent | 4b99c3b47e76afdeda2425e39ff53fed0f12b679 (diff) | |
| download | PROJ-c5cc0f74fd912cef2872da227fa2bb2b47f116c6.tar.gz PROJ-c5cc0f74fd912cef2872da227fa2bb2b47f116c6.zip | |
Doc: impove doc about OGC URN
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 151b3079..d4c0a6ba 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -30,9 +30,11 @@ Synopsis | where {object_definition} or {object_definition} is a PROJ string, a - WKT string, an object name or a AUTHORITY:CODE + WKT string, an object name, AUTHORITY:CODE (where AUTHORITY is the name of a CRS authority and CODE the code of a CRS - found in the proj.db database). + found in the proj.db database) or a OGC URN (such as "urn:ogc:def:crs:EPSG::4326", + "urn:ogc:def:coordinateOperation:EPSG::1671", "urn:ogc:def:ellipsoid:EPSG::7001" + or "urn:ogc:def:datum:EPSG::6326") Description *********** |
