[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

Re: [gdal-dev] ogr2ogr with append fails to convert truncated fields

2013-03-02 Thread Even Rouault
Le vendredi 01 mars 2013 20:57:43, Tamas Szekeres a écrit : > 2013/3/1 Even Rouault > > > There's even a 4th option that doesn't require any code change. Create a > > OGR > > VRT file that renames the source fields to the truncated shapefile field > > names (or > > the reverse : creates a OGR VRT

Re: [gdal-dev] Cannot find gdaltransform's C wrapper

2013-03-02 Thread Even Rouault
Le samedi 02 mars 2013 18:24:50, Ronak Bhatia a écrit : > Isn't that in C++ though? I thought there were C wrappers for every > function? Looking at the code, I see it only uses the C API. It's just a .cpp file for the conveniency of declaring variables in the middle of blocks. __