[gdal-dev] Re: WFS client - missing namespace in filter

2012-05-16 Thread Oyvind Idland
Sorry, forget about that one, it seems to be fixed by now in trunk. Thanks ! -- Oyvind On Wed, May 16, 2012 at 10:10 AM, Oyvind Idland wrote: > Hello, > > there is a minor bug in the filter submitted by WFS GET requests: > > The wfs namespace is missing. The current implementation sends > > htt

Re: [gdal-dev] Re: WFS client - missing namespace in filter

2012-05-16 Thread Even Rouault
Selon Oyvind Idland : > 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, 201

Re: [gdal-dev] Re: WFS client - missing namespace in filter

2012-05-16 Thread Oyvind Idland
Even, my bad, correct.. its ogc, not wfs. -- Oyvind On Wed, May 16, 2012 at 1:25 PM, Even Rouault wrote: > Selon Oyvind Idland : > > > 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://