aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/c_api.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-04-03 19:41:23 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-04-03 19:50:48 +0200
commitbb770de3b7cb04aad8116ed84a5815b7f6f7a82c (patch)
tree4f0ecbe08d2ab975966d65f85e4485e4f4050324 /src/iso19111/c_api.cpp
parent1a8933942cf92d0724cc168d04302d8b78c3814f (diff)
downloadPROJ-bb770de3b7cb04aad8116ed84a5815b7f6f7a82c.tar.gz
PROJ-bb770de3b7cb04aad8116ed84a5815b7f6f7a82c.zip
createFromUserInput(): allow compound CRS with the 2 parts given by names, e.g. 'WGS 84 + EGM96 height'
Diffstat (limited to 'src/iso19111/c_api.cpp')
-rw-r--r--src/iso19111/c_api.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp
index 17fbd079..5a3f0374 100644
--- a/src/iso19111/c_api.cpp
+++ b/src/iso19111/c_api.cpp
@@ -427,7 +427,9 @@ PJ *proj_clone(PJ_CONTEXT *ctx, const PJ *obj) {
/** \brief Instantiate an object from a WKT string, PROJ string, object code
* (like "EPSG:4326", "urn:ogc:def:crs:EPSG::4326",
- * "urn:ogc:def:coordinateOperation:EPSG::1671") or PROJJSON string.
+ * "urn:ogc:def:coordinateOperation:EPSG::1671"), a PROJJSON string, an object
+ * name (e.g "WGS 84") of a compound CRS build from object names
+ * (e.g "WGS 84 + EGM96 height")
*
* This function calls osgeo::proj::io::createFromUserInput()
*