aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-18 18:42:31 +0200
committerGitHub <noreply@github.com>2020-10-18 18:42:31 +0200
commit2357d264d477c5eee363514fb094772980509726 (patch)
treec4bdcbe7d36d961a9a55241844fe1977d3434aad /scripts
parent3a2df3462c851b7dc823b1cd84fc8a61dc9c2d08 (diff)
parentffe1922d54d4ce379c96f5472dba2e76223348f1 (diff)
downloadPROJ-2357d264d477c5eee363514fb094772980509726.tar.gz
PROJ-2357d264d477c5eee363514fb094772980509726.zip
Merge pull request #2381 from rouault/fix_1453
Add multi-line PROJ string export capability, and use it by default in projinfo (unless --single-line is specified) (fixes #1543)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/reference_exported_symbols.txt3
1 files changed, 3 insertions, 0 deletions
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()