setTrim as true for GEOSWKTWriter since geos3.12 changed it as false by default (#21929)
This commit is contained in:
parent
66efc5de27
commit
0806d37292
|
@ -173,6 +173,7 @@ int32_t initCtxAsText() {
|
|||
|
||||
if (geosCtx->WKTWriter) {
|
||||
GEOSWKTWriter_setRoundingPrecision_r(geosCtx->handle, geosCtx->WKTWriter, 6);
|
||||
GEOSWKTWriter_setTrim_r(geosCtx->handle, geosCtx->WKTWriter, 0);
|
||||
} else {
|
||||
return code;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue