MULTILINESTRING((-90.019707 29.98066, -90.019656 29.980831, -90.019239 29.980748, -90.019096 29.981058, -90.019051 29.981149, -90.01898 29.981285), (-90.018976 29.981288, -90.018856 29.981499, -90.018758 29.98166, -90.018718 29.981747, -90.017807 29.982343, -90.017308 29.98243))
I would like an automated procedure to convert this multilinestring to a linestring, either by creating a line segment between the end point of the first linestring and the start point of the second line string, or merging the two points. I have tried various approaches using ST_LineMerge, ST_GeometryN, ST_Collect, etc., none seem to give me what I want. The only way I seem to be able to do this in QGIS is via manual editing.
--
You received this message because you are subscribed to a topic in the Google Groups "SpatiaLite Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/spatialite-users/ORop9dcxr9s/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to spatialite-users+unsubscribe@googlegroups.com.
To post to this group, send email to spatialite-users@googlegroups.com.