[gdal-dev] Re: wfs 1.1.0 via mapserver and ogr

Jachym Cepicky jachym.cepicky at gmail.com
Fri Jun 10 20:45:07 EDT 2011


sorry, I hit the "Send" button accidentally

so, the request

http://localhost/cgi-bin/ows?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=line&FILTER=<Filter
 xmlns:gml="http://www.opengis.net/gml"><BBOX><PropertyName>msGeometry</PropertyName><gml:Box><gml:coordinates>48.7275012197312094,12.9295317871890720
51.1769623652315175,18.1965700336475784</gml:coordinates></gml:Box></BBOX></Filter>

is WRONG because of the axes are inverted, the filter *should* look like

12.9295317871890720,48.7275012197312094 18.1965700336475784,51.1769623652315175

Then it works.

My question is, where can/should I influence this behaviour? I tried
several options in PROJECTION section of the MapFile (+axis=neu, ...)
but nothing made the OGR driver to change the axes order.

With WFS 1.0.0 it works perfectly (axes are in EAST-NORTH order).

What to do?

Thanks

Jachym


More information about the gdal-dev mailing list