diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-14 22:03:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-14 22:03:48 +0200 |
| commit | 47fb85bdf0e45bf5660e0b1dbde7b76f8824a87a (patch) | |
| tree | 29373bee072524c43091b0b0597d9bd1a74d3006 /docs/source/apps | |
| parent | 92ca1a9455cdd136aaaeb1dbb0d8d867020e70c6 (diff) | |
| parent | bca0a82921594c675ed1212f54e032f19004ee82 (diff) | |
| download | PROJ-47fb85bdf0e45bf5660e0b1dbde7b76f8824a87a.tar.gz PROJ-47fb85bdf0e45bf5660e0b1dbde7b76f8824a87a.zip | |
Merge pull request #2850 from rouault/projjson_0_4
PROJJSON: support additional properties allowed in id object (version, authority_citation, uri) for parity with WKT2:2019
Diffstat (limited to 'docs/source/apps')
| -rw-r--r-- | docs/source/apps/cct.rst | 2 | ||||
| -rw-r--r-- | docs/source/apps/cs2cs.rst | 2 | ||||
| -rw-r--r-- | docs/source/apps/projinfo.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index 75d67972..08bdd004 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -29,7 +29,7 @@ by :c:func:`proj_create`, provided it expresses a coordinate operation uniqueness is not guaranteed, heuristics are applied to determine the appropriate best match. - 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.3/projjson.schema.json + - a PROJJSON string. The jsonschema is at https://proj.org/schemas/v0.4/projjson.schema.json .. versionadded:: 8.0.0 diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst index 00443d9c..841ce092 100644 --- a/docs/source/apps/cs2cs.rst +++ b/docs/source/apps/cs2cs.rst @@ -35,7 +35,7 @@ Synopsis (*added in 6.2*) - 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.3/projjson.schema.json (*added in 6.2*) + - a PROJJSON string. The jsonschema is at https://proj.org/schemas/v0.4/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*) .. versionadded:: 6.0.0 diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index f9445f1b..04ee7578 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -55,7 +55,7 @@ Synopsis (*added in 6.2*) - 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.3/projjson.schema.json (*added in 6.2*) + - a PROJJSON string. The jsonschema is at https://proj.org/schemas/v0.4/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*) {object_reference} is a filename preceded by the '@' character. The |
