Open jjcfrancisco opened 5 months ago
Hi! Thanks for reporting this issue! This definitely looks like a bug to me. I'll have a look.
Are you didn't accidentally create VARCHAR's out of your linestrings (with ST_AsText
)? What is the output of:
DESCRIBE st_linemerge_table;
??
I have a table in which many rows contains geometries that are
MultiLineString
. When saving such table to a GeoJSON file, the resulting file does not follow OGC standard and instead creates a new member insideproperties
calledgeom
:I've used this:
For clarity, I am wondering if it is possible to end with a GeoJSON where its features as like this: