[postgis-users] Wrong format: PostGIS misses a " " in it's WKT output?

Rémi c remi.cura at gmail.com
Fri Apr 23 12:44:53 PDT 2021


Hey dear list,
I'm looking at ST_asWKT() function.
I noticed an issue here:
PostGIS outputs something like:
`POLYGON((1 2, 2 3, 3 4, 1 2))`
Yet the WKT standard requires a space after `POLYGON`, like
`POLYGON ((1 2, 2 3, 3 4, 1 2))`

Am I missing something here?
Thanks folks.
Remi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20210423/b6d2c421/attachment.html>


More information about the postgis-users mailing list