From 149366116ad0ffb936eaa042823211731e9dcdee Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 16 Oct 2020 00:10:05 +0200 Subject: Add multi-line PROJ string export capability, and use it by default in projinfo (unless --single-line is specified) (fixes #1543) --- scripts/reference_exported_symbols.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index 8f225b3b..72db3fd3 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -406,6 +406,9 @@ osgeo::proj::io::PROJStringFormatter::ingestPROJString(std::string const&) osgeo::proj::io::PROJStringFormatter::~PROJStringFormatter() osgeo::proj::io::PROJStringFormatter::setCRSExport(bool) osgeo::proj::io::PROJStringFormatter::setCurrentStepInverted(bool) +osgeo::proj::io::PROJStringFormatter::setIndentationWidth(int) +osgeo::proj::io::PROJStringFormatter::setMaxLineLength(int) +osgeo::proj::io::PROJStringFormatter::setMultiLine(bool) osgeo::proj::io::PROJStringFormatter::setUseApproxTMerc(bool) osgeo::proj::io::PROJStringFormatter::startInversion() osgeo::proj::io::PROJStringFormatter::stopInversion() -- cgit v1.2.3