On Wed, Jun 09, 2010 at 12:13:48PM -0700, Mike Toews wrote: > Hi all, > > I'm trying to do something in PostGIS or JTS Builder, and I can't figure it > out. > > I'd like to split a polygon into either two polygons or a multipolygon > using a linestring that crosses the polygon. > > Any pointers? Thanks.
Postgis trunk does have a ST_Split(polygon, line) function. Tests welcome :) --strk; () Free GIS & Flash consultant/developer /\ http://strk.keybit.net/services.html _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
