Re: [gdal-dev] WFS 1.1 and axis orientation - wrong coordinates interpretation

2012-02-17 Thread Jachym Cepicky
Hi, sorry for delay I see the point and I managed to get proper output from the WFS using ogr2ogr with ogr2ogr okresy.shp "WFS:http://gis.bnhelp.cz/ows/crwfs?seice=wfs&version=1.1.0&request=getfeature&typename=okresy"; --config GML_INVERT_AXIS_ORDER_IF_LAT_LONG YES --config GML_CONSIDER_EPSG_AS

Re: [gdal-dev] WFS 1.1 and axis orientation - wrong coordinates interpretation

2012-02-09 Thread Even Rouault
Le jeudi 09 février 2012 20:00:03, Jachym Cepicky a écrit : > Hi, > > I think, OGR (and therefore MapServer too), is not taking care about > axis orientation of incomming data, acting as WFS 1.1 client. Result is > flipped data and I do not know, how the software recognizes, that axes > order is d

[gdal-dev] WFS 1.1 and axis orientation - wrong coordinates interpretation

2012-02-09 Thread Jachym Cepicky
Hi, I think, OGR (and therefore MapServer too), is not taking care about axis orientation of incomming data, acting as WFS 1.1 client. Result is flipped data and I do not know, how the software recognizes, that axes order is different (apperently, it does not). We have setuped generic WFS 1.1 ser