Selon Oyvind Idland <oyvind.idl...@gmail.com>:

> Sorry, forget about that one, it seems to be fixed by now in trunk.

Actually, this was already fixed in GDAL 1.9. And the namespace used is
xmlns="http://www.opengis.net/ogc"; (not wfs) as recommanded in the WFS 1.1 spec.

>
> Thanks !
>
> -- Oyvind
>
> On Wed, May 16, 2012 at 10:10 AM, Oyvind Idland
> <oyvind.idl...@gmail.com>wrote:
>
> > 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
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to