[postgis-devel] [PostGIS] #1855: 'SQL/MM Spatial exception - curve not simple' exception at adding two polygons

PostGIS trac at osgeo.org
Fri Jun 8 07:58:46 PDT 2012


#1855: 'SQL/MM Spatial exception - curve not simple' exception at adding two
polygons
----------------------+-----------------------------------------------------
 Reporter:  wimned    |       Owner:  strk         
     Type:  defect    |      Status:  assigned     
 Priority:  medium    |   Milestone:  PostGIS 2.0.1
Component:  topology  |     Version:  2.0.x        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by strk):

 Another example simpler to understand, and harder to fix:

 {{{
 SELECT CreateTopology('t');
 SELECT topogeo_AddLinestring('t', 'LINESTRING(0 0, 0 100)');
 SELECT topogeo_AddLinestring('t', 'LINESTRING(10 51, -100 50, 10 49)', 2);
 }}}

 The intersection points are closer than the tolerance.
 The code fails at consistently merging them into a single node.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1855#comment:9>
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-devel mailing list