[postgis-tickets] [PostGIS] #3135: ST_SubDivide garden crasher on malformed polygon and linestring

PostGIS trac at osgeo.org
Tue May 26 23:25:50 PDT 2015


#3135: ST_SubDivide garden crasher on malformed polygon and linestring
---------------------+---------------------------
 Reporter:  robe     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  blocker  |  Milestone:  PostGIS 2.2.0
Component:  postgis  |    Version:  trunk
 Keywords:           |
---------------------+---------------------------
 I didn't even think it was possible to create a geometry like this.  You
 learn so much from robot monkeys :)


 {{{
 SELECT ST_SubDivide(ST_GeomFromText('POLYGON((1 2,1 2,1 2,1 2))'), 2);

 SELECT ST_SubDivide(ST_GeomFromText('LINESTRING(1 2,1 2,1 2,1 2)'), 2);
 }}}

 pramsey you've got to try harder to out smart monkeys :)

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3135>
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