diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-14 18:13:47 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-09-14 18:13:47 +0200 |
| commit | bca0a82921594c675ed1212f54e032f19004ee82 (patch) | |
| tree | 29373bee072524c43091b0b0597d9bd1a74d3006 /test/unit/test_c_api.cpp | |
| parent | 92ca1a9455cdd136aaaeb1dbb0d8d867020e70c6 (diff) | |
| download | PROJ-bca0a82921594c675ed1212f54e032f19004ee82.tar.gz PROJ-bca0a82921594c675ed1212f54e032f19004ee82.zip | |
PROJJSON: support additional properties allowed in id object (version, authority_citation, uri) for parity with WKT2:2019
Diffstat (limited to 'test/unit/test_c_api.cpp')
| -rw-r--r-- | test/unit/test_c_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp index 721c54d5..600f47ff 100644 --- a/test/unit/test_c_api.cpp +++ b/test/unit/test_c_api.cpp @@ -4288,7 +4288,7 @@ TEST_F(CApi, proj_as_projjson) { EXPECT_EQ(std::string(projjson), "{\n" " \"$schema\": " - "\"https://proj.org/schemas/v0.2/projjson.schema.json\",\n" + "\"https://proj.org/schemas/v0.4/projjson.schema.json\",\n" " \"type\": \"Ellipsoid\",\n" " \"name\": \"WGS 84\",\n" " \"semi_major_axis\": 6378137,\n" |
