diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-08-08 20:04:20 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-08-09 13:22:25 +0200 |
| commit | 89f2cc7ec4178a369e73e9cd115a2552a55d870a (patch) | |
| tree | b5a96d4248a0bb866477ed3c865fdb5648dc0a06 /include/proj/io.hpp | |
| parent | ec49c9cd0aa9de24623920b8de226daf05a0e90f (diff) | |
| download | PROJ-89f2cc7ec4178a369e73e9cd115a2552a55d870a.tar.gz PROJ-89f2cc7ec4178a369e73e9cd115a2552a55d870a.zip | |
PROJJSON export: use more compact form
Diffstat (limited to 'include/proj/io.hpp')
| -rw-r--r-- | include/proj/io.hpp | 2 |
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; |
