Hello,

there is a minor bug in the filter submitted by WFS GET requests:

The wfs namespace is missing. The current implementation sends

<Filter xmlns:gml="http://www.opengis.net/gml";>

but should be

<Filter xmlns="http://www.opengis.net/wfs"; xmlns:gml="
http://www.opengis.net/gml";>


regards,


Oyvind Idland
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to