[postgis-devel] [PostGIS] #1990: Automatically swap X/Y coordinates in GML using urn: srs syntax
PostGIS
trac at osgeo.org
Fri Nov 9 13:35:11 PST 2012
#1990: Automatically swap X/Y coordinates in GML using urn: srs syntax
-------------------------+--------------------------------------------------
Reporter: xificurk | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: postgis | Version: 2.0.x
Keywords: |
-------------------------+--------------------------------------------------
Comment(by pramsey):
The doco says the 16 option is only useful for GML3 output, and I did find
I had to request GML3 in order to see the behaviour, but see it I did:
{{{
select st_asgml(3, 'SRID=4326;POINT(10 20)'::geometry,8,16);
}}}
I think this still qualifies as an enhancement request, not a defect.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1990#comment:5>
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