diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-08-19 10:11:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-19 10:11:47 +0200 |
| commit | 4766b7c3a17dc98f99c59d2b64076fd924df5804 (patch) | |
| tree | 562d91eab76ad8196f4a721c4f48e8fb90e22a2e /docs/source/development/reference | |
| parent | 92d8cc66100d72ba53bbc0bb0651b26310dfce4c (diff) | |
| parent | 31692d0c0667f26ea1975affeae161beabb279fd (diff) | |
| download | PROJ-4766b7c3a17dc98f99c59d2b64076fd924df5804.tar.gz PROJ-4766b7c3a17dc98f99c59d2b64076fd924df5804.zip | |
Merge pull request #2814 from rouault/fix_2813
BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/extent/id attributes (fixes #2813)
Diffstat (limited to 'docs/source/development/reference')
| -rw-r--r-- | docs/source/development/reference/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst index 29b52149..142c7ca9 100644 --- a/docs/source/development/reference/functions.rst +++ b/docs/source/development/reference/functions.rst @@ -52,7 +52,7 @@ paragraph for more details. syntax "EPSG:2393+5717"), - a OGC URN combining references for concatenated operations (e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618") - - a PROJJSON string. The jsonschema is at https://proj.org/schemas/v0.2/projjson.schema.json (*added in 6.2*) + - a PROJJSON string. The jsonschema is at https://proj.org/schemas/v0.3/projjson.schema.json (*added in 6.2*) - a compound CRS made from two object names separated with " + ". e.g. "WGS 84 + EGM96 height" (*added in 7.1*) Example call: |
