[postgis-tickets] [PostGIS] #2987: ERROR: BOOM! Could not generate outside point!
PostGIS
trac at osgeo.org
Mon Nov 10 07:53:55 PST 2014
#2987: ERROR: BOOM! Could not generate outside point!
-------------------------+--------------------------------------------------
Reporter: jczaplewski | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.5
Component: postgis | Version: 2.1.x
Keywords: |
-------------------------+--------------------------------------------------
Comment(by jczaplewski):
I upgraded to 2.1.3 and narrowed it down to some problematic geometries.
Basically, I LIMIT 10 with an offset, and if I do
{{{
ST_Intersects(geom, (SELECT buffer FROM linestring))
}}}
I get the BOOM! error. However, if I wrap the geometry in an
ST_MakeValid() I do not:
{{{
ST_Intersects(ST_MakeValid(geom), (SELECT buffer FROM linestring))
}}}
Would you like me to pass along the problematic geometries for debugging,
or should we consider this resolved? Thanks for your help!
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2987#comment:7>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list