On Mon, Apr 16, 2012 at 03:05:21PM -0400, Stephen V. Mather wrote:
> > IIRC there's a difference with a multipolygon composed by two
> > overlapping rectangles.
> 
> Rereading, does ST_MakeValid also test for overlapping polygons? 

It handles those too, yes.
Basically it nodes and polygonizes all boundaries of input polygons
and then maximizes the vertices retained in output by toggling
between interior and exterior at every boundary. When impossible,
the line is retained as a linestring.

--strk; 

  ,------o-. 
  |   __/  |    Delivering high quality PostGIS 2.0 !
  |  / 2.0 |    http://strk.keybit.net - http://vizzuality.com
  `-o------'

_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to