aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-08-08 20:04:20 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-08-09 13:22:25 +0200
commit89f2cc7ec4178a369e73e9cd115a2552a55d870a (patch)
treeb5a96d4248a0bb866477ed3c865fdb5648dc0a06 /include
parentec49c9cd0aa9de24623920b8de226daf05a0e90f (diff)
downloadPROJ-89f2cc7ec4178a369e73e9cd115a2552a55d870a.tar.gz
PROJ-89f2cc7ec4178a369e73e9cd115a2552a55d870a.zip
PROJJSON export: use more compact form
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index cfb4b3f7..043b4c4b 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -503,6 +503,8 @@ class PROJ_GCC_DLL JSONFormatter {
PROJ_INTERNAL void setAllowIDInImmediateChild();
+ PROJ_INTERNAL void setOmitTypeInImmediateChild();
+
// cppcheck-suppress functionStatic
PROJ_INTERNAL bool outputId() const;