Re: [gdal-dev] OGR and WFS axis order

2014-01-31 Thread Even Rouault
Le vendredi 31 janvier 2014 18:09:57, Yves Jacolin (Free) a écrit : > Hello Even, > > Le vendredi 31 janvier 2014 11:38:07 Even Rouault a écrit : > > Hi Yves, > > > > > Hello, > > > > > > I am testing ogr2ogr to read WFS services and create shapefil. WFS > > > version 1.0.0 is working as expecte

Re: [gdal-dev] OGR and WFS axis order

2014-01-31 Thread Yves Jacolin (Free)
Hello Even, Le vendredi 31 janvier 2014 11:38:07 Even Rouault a écrit : > Hi Yves, > > > Hello, > > > > I am testing ogr2ogr to read WFS services and create shapefil. WFS version > > 1.0.0 is working as expected but 1.1.0 send data with y/x axis and store > > them in shapefile without taking thi

Re: [gdal-dev] OGR and WFS axis order

2014-01-31 Thread Even Rouault
Hi Yves, > Hello, > > I am testing ogr2ogr to read WFS services and create shapefil. WFS version > 1.0.0 is working as expected but 1.1.0 send data with y/x axis and store them > in shapefile without taking this in account. Points are reversed in QGIS. Hum, the GML driver should do the swapping b

[gdal-dev] OGR and WFS axis order

2014-01-31 Thread Yves Jacolin (Free)
Hello, I am testing ogr2ogr to read WFS services and create shapefil. WFS version 1.0.0 is working as expected but 1.1.0 send data with y/x axis and store them in shapefile without taking this in account. Points are reversed in QGIS. The OGR GML page gives some point about this and indicates tw