[postgis-tickets] [PostGIS] #2938: Patch for gml export of curved geometries

PostGIS trac at osgeo.org
Thu Sep 25 01:47:39 PDT 2014


#2938: Patch for gml export of curved geometries
---------------------+------------------------------------------------------
 Reporter:  mhugent  |       Owner:  pramsey      
     Type:  patch    |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.1.5
Component:  postgis  |     Version:  2.1.x        
 Keywords:           |  
---------------------+------------------------------------------------------
 This patch fixes a bug in the gml curve type export. The code did not
 handle compoundcurve rings in curved polygons so far. The attached patch
 adds the 'if( subgeom->type == COMPOUNDTYPE )' switch to the curved
 polygon export.

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