[postgis-devel] [PostGIS] #1735: ST_MakeValid: exception on geometry

PostGIS trac at osgeo.org
Fri Mar 30 08:28:09 PDT 2012


#1735: ST_MakeValid: exception on geometry
-----------------------+----------------------------------------------------
 Reporter:  aperi2007  |       Owner:  strk         
     Type:  defect     |      Status:  assigned     
 Priority:  medium     |   Milestone:  PostGIS 2.0.1
Component:  postgis    |     Version:  trunk        
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by strk):

 Trying to debug the polygonize issue I tried to model the situation I saw
 using intersection matrices into a new simpler input. This is it:

 [[Image(cannot_polygonize.png)]]

 In WKT, it is:
 {{{
 MULTILINESTRING((0 0, 4 0, 5 3, 4 6),(4 6, 6 6, 5 3, 6 0, 10 0, 5 10, 0
 0),(4 0, 6 0))
 }}}

 Unfortunately such input results in an EMPTY output from ST_Polygonize,
 which is confusing.

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