From bca0a82921594c675ed1212f54e032f19004ee82 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 14 Sep 2021 18:13:47 +0200 Subject: PROJJSON: support additional properties allowed in id object (version, authority_citation, uri) for parity with WKT2:2019 --- include/proj/io.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3