diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-01-04 19:25:04 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-01-04 19:25:04 +0100 |
| commit | b62fdee0f34d960527af8fb0a8bf6344fcf78d4b (patch) | |
| tree | 0341b02ba45f0a3d1761adde97d3c58a220e73ac /src/iso19111/io.cpp | |
| parent | d89a6ab2f3f26d1451971369b0ccfc4eb322729d (diff) | |
| download | PROJ-b62fdee0f34d960527af8fb0a8bf6344fcf78d4b.tar.gz PROJ-b62fdee0f34d960527af8fb0a8bf6344fcf78d4b.zip | |
WKT export: no longer export Geographic 3D CRS in WKT1, unless strict mode is disabled
Diffstat (limited to 'src/iso19111/io.cpp')
| -rw-r--r-- | src/iso19111/io.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp index 6a2c3e1a..cfccd70f 100644 --- a/src/iso19111/io.cpp +++ b/src/iso19111/io.cpp @@ -239,7 +239,8 @@ WKTFormatter::setOutputAxis(OutputAxisRule outputAxisIn) noexcept { /** \brief Set whether the formatter should operate on strict more or not. * - * The default is strit mode, in which case a FormattingException can be thrown. + * The default is strict mode, in which case a FormattingException can be + * thrown. */ WKTFormatter &WKTFormatter::setStrict(bool strictIn) noexcept { d->params_.strict_ = strictIn; |
