[postgis-users] intersects() yields TopologyException: side location conflict

2008-09-16 Thread Reid Priedhorsky
Dear all, PostGIS is failing on one of my tables with the following in the logs: 2008-09-16 01:27:31 CDT NOTICE: TopologyException: side location conflict 464854 4.96637e+06 2008-09-16 01:27:31 CDT ERROR: GEOS intersects() threw an error! 2008-09-16 01:27:31 CDT STATEMENT:

Re: [postgis-users] intersects() yields TopologyException: side location conflict

2008-09-16 Thread Paul Ramsey
SELECT gid FROM the_table WHERE NOT ST_IsValid(the_geom); On Tue, Sep 16, 2008 at 10:55 AM, Reid Priedhorsky [EMAIL PROTECTED] wrote: Dear all, PostGIS is failing on one of my tables with the following in the logs: 2008-09-16 01:27:31 CDT NOTICE: TopologyException: side location conflict