[postgis-devel] [PostGIS] #437: Nested GeometryCollection with ST_AsSVG not handle

PostGIS trac at osgeo.org
Mon Feb 22 10:15:39 PST 2010


#437: Nested GeometryCollection with ST_AsSVG not handle
-----------------------------------------+----------------------------------
 Reporter:  colivier                     |       Owner:  colivier     
     Type:  defect                       |      Status:  new          
 Priority:  medium                       |   Milestone:  PostGIS 2.0.0
Component:  postgis                      |     Version:  trunk        
 Keywords:  ST_AsSVG GeometryCollection  |  
-----------------------------------------+----------------------------------
 St_AsSVG not handle nested GeometryCollection (only care about first
 GEOMETRYCOLLECTION)


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


 Should produce:

 {{{
 cx="0" cy="-1";M 2 -3 L 4 -5
 }}}


 Rather than:

 {{{
 cx="0" cy="-1"
 }}}



 1.4 and 1.5 should also be impacted

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