[postgis-tickets] [PostGIS] #2216: ST_GeomFromGeoJson MultiPolygon crash

PostGIS trac at osgeo.org
Thu Feb 28 09:40:34 PST 2013


#2216: ST_GeomFromGeoJson MultiPolygon crash
---------------------+------------------------------------------------------
 Reporter:  halset   |       Owner:  strk         
     Type:  defect   |      Status:  assigned     
 Priority:  blocker  |   Milestone:  PostGIS 2.0.3
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 Found a simpler case:

 {{{
 {"type":"MultiPolygon","coordinates":[[[[4,0],[0,-4],[-4,0],[0,4],[4,0]],[[2,0],[0,2],[-2,0],[0,-2],[2,0]]],[[[24,0],[20,-4],[16,0],[20,4],[24,0]],[[22,0],[20,2],[18,0],[20,-2],[22,0]]],[[[44,0],[40,-4],[36,0],[40,4],[44,0]],[[42,0],[40,2],[38,0],[40,-2],[42,0]]]]}
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2216#comment:4>
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-tickets mailing list