[postgis-users] ST_Split just doesn't work for me.

Alexander.Mahrou at ch2m.com Alexander.Mahrou at ch2m.com
Fri Oct 17 13:23:34 PDT 2014


Hello List,

I've got two polyline tables. I'm attempting to segment my lines by the intersections of the other lines.

create table segments as SELECT ST_CollectionExtract(ST_Split(a.newgeom,b.geom),2) as geom from
                line1 a, line2 b WHERE ST_Intersects(a.newgeom,b.geom) = true

The end result is the geometry that I started with. What am I doing wrong?

Alex Mahrou
Oil, Gas & Chemicals

CH2M HILL
9191 S. Jamaica St.
Englewood, CO 80112
www.ch2m.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20141017/7d2d3125/attachment.html>


More information about the postgis-users mailing list