[postgis-devel] [PostGIS] #441: ST_AsGeoJson Bbox on GeometryCollection error

PostGIS trac at osgeo.org
Mon Feb 22 13:17:12 PST 2010


#441: ST_AsGeoJson Bbox on GeometryCollection error
--------------------------------------------------+-------------------------
 Reporter:  colivier                              |       Owner:  colivier     
     Type:  defect                                |      Status:  new          
 Priority:  medium                                |   Milestone:  PostGIS 1.4.2
Component:  postgis                               |     Version:  trunk        
 Keywords:  ST_AsGeoJSon bbox GeometryCollection  |  
--------------------------------------------------+-------------------------
 On such WKT, GeoJson with Bbox option is not reliable (try to recompute
 bbox for each subgeoms)

 With lwgeon cunit produce execution error (double free)

 {{{
 GEOMETRYCOLLECTION(POINT(0 1),LINESTRING(2 3,4 5))
 }}}

 Branches 1.4, 1.5 should also be impacted

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