[postgis-devel] [PostGIS] #1714: totopogeom - can't add multipolygon (was: totopogeom - can't add multipolygo)

PostGIS trac at osgeo.org
Wed Apr 11 04:34:59 PDT 2012


#1714: totopogeom - can't add multipolygon
----------------------+-----------------------------------------------------
 Reporter:  robe      |       Owner:  strk         
     Type:  defect    |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.0.1
Component:  topology  |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by strk):

 Final reduction of the case:
 {{{
 CreateTopology('bug1714');
 SELECT AddNode('bug1714', 'POINT(10 0)');
 SELECT TopoGeo_addLinestring('bug1714', 'LINESTRING(10 0, 0 20, 0 0, 10
 0)', 12);
 }}}

 The second geometry, snapped against existing node (10,0) becomes non-
 simple.

 Working on testcase and fix

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