From 31692d0c0667f26ea1975affeae161beabb279fd Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 18 Aug 2021 20:27:46 +0200 Subject: =?UTF-8?q?BoundCRS:=20accept=20importing/exporting=20in=20WKT2=20?= =?UTF-8?q?and=20PROJJSON=20the=20scope/area/extent/id=20attributes=20(fix?= =?UTF-8?q?es=C2=A0#2813)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For PROJJSON only, also accept the ``name`` attribute. --- docs/source/development/reference/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/development/reference') 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: -- cgit v1.2.3