[postgis-devel] [PostGIS] #1115: Numerical problem in ST_Polygonize

PostGIS trac at osgeo.org
Thu Oct 14 10:01:30 PDT 2010


#1115: Numerical problem in ST_Polygonize
------------------------+---------------------------------------------------
 Reporter:  gabrimonfa  |       Owner:  strk    
     Type:  defect      |      Status:  assigned
 Priority:  medium      |   Milestone:          
Component:  postgis     |     Version:  1.5.X   
 Keywords:              |  
------------------------+---------------------------------------------------

Comment(by strk):

 For clarity, that'd be:

 {{{
 SELECT AsText(ST_Polygonize(
   ST_UnaryUnion( -- ST_UnaryUnion does proper noding...
    ST_Union(ST_Boundary(poly), line)
   )
 )) AS mpoly FROM ...
 }}}

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