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 /include | |
| 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 'include')
| -rw-r--r-- | include/proj/io.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 1c858248..b07f55ff 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -540,8 +540,7 @@ class PROJ_GCC_DLL JSONFormatter { PROJ_INTERNAL bool outputUsage(bool calledBeforeObjectContext = false) const; - PROJ_INTERNAL static const char *PROJJSON_v0_2; - PROJ_INTERNAL static const char *PROJJSON_v0_3; + PROJ_INTERNAL static const char *PROJJSON_v0_4; //! @endcond |
