[postgis-tickets] [PostGIS] #2938: Patch for gml export of curved geometries
PostGIS
trac at osgeo.org
Mon Oct 27 03:14:47 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: |
---------------------+------------------------------------------------------
Comment(by mhugent):
Oh, my editor inserted those spaces. The attached patch now uses tabs
everywhere.
The relevant change is that there is a switch for compoundurves in
'asgml3_curvepoly_size' and in 'asgml3_curvepoly_buf'. To avoid a compile
error, I additionally had to move the methods
'asgml3_compound_size','asgml3_compound_buf', 'asgml3_compound' to be in
front of the two changed methods (this might look like reformatting, but
it is necessary for compilation).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2938#comment:2>
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