diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-06-06 21:34:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-06 21:34:49 +0200 |
| commit | 6aab9a71395ca05ccf109ae979611eeff265cfaf (patch) | |
| tree | 8dd723f95b1d54648d01212d97637c572aa2ac1d /docs/source | |
| parent | 489ac4b2f4918b36185e01ec5c07e5251f92d11e (diff) | |
| parent | cd28089a9984698b5557be1d9b868d30eaa3a893 (diff) | |
| download | PROJ-6aab9a71395ca05ccf109ae979611eeff265cfaf.tar.gz PROJ-6aab9a71395ca05ccf109ae979611eeff265cfaf.zip | |
Merge pull request #1505 from rouault/ogc_urn_projectedCRS
createFromUserInput(): support OGC URN to create projectedCRS, for example to instanciate a projected 3D CRS
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 105b1e1b..dabcc0fe 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -38,6 +38,10 @@ Synopsis - a OGC URN combining references for compound coordinate reference systems (e.g "urn:ogc:def:crs,crs:EPSG::2393,crs:EPSG::5717" or custom abbreviated syntax "EPSG:2393+5717"), + - a OGC URN combining references for references for projected or derived CRSs + e.g. for Projected 3D CRS "UTM zone 31N / WGS 84 (3D)": + "urn:ogc:def:crs,crs:EPSG::4979,cs:PROJ::ENh,coordinateOperation:EPSG::16031" + (*added in 6.2*) - a OGC URN combining references for concatenated operations (e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618") |
