Re: [gdal-dev] WFS Axis order issue with projected coordinate system

2013-03-07 Thread Even Rouault
t; To: gdal-dev@lists.osgeo.org > Cc: Jeremy Palmer > Subject: Re: [gdal-dev] WFS Axis order issue with projected coordinate system > > > > > > > Funny thing is ogrinfo reports the SRS with the correct axis order. > > > > Of course I can add "SRSNAME=EPSG:

Re: [gdal-dev] WFS Axis order issue with projected coordinate system

2013-03-06 Thread Jeremy Palmer
Sunday, 3 March 2013 9:52 p.m. To: gdal-dev@lists.osgeo.org Cc: Jeremy Palmer Subject: Re: [gdal-dev] WFS Axis order issue with projected coordinate system > > > Funny thing is ogrinfo reports the SRS with the correct axis order. > > Of course I can add "SRSNAME=EPSG:2193&q

Re: [gdal-dev] WFS Axis order issue with projected coordinate system

2013-03-03 Thread Even Rouault
> > > Funny thing is ogrinfo reports the SRS with the correct axis order. > > Of course I can add "SRSNAME=EPSG:2193" to the URL, but I'd rather the GDAL > internals were working correctly. This is http://trac.osgeo.org/gdal/ticket/4329 In short, the WFS/GML drivers can deal with geographic SR

[gdal-dev] WFS Axis order issue with projected coordinate system

2013-03-02 Thread Jeremy Palmer
I'm having trouble with inverted axis coordinates with projected New Zealand Coordinate Systems that define their axis order as North, East (y, x) in the EPSG database. I've read in http://trac.osgeo.org/gdal/wiki/rfc20_srs_axes that GDAL/OGR set axis values for projected coordinate systems, bu