Re: [Qgis-developer] WFS provider without cache broken

2014-05-27 Thread Vincent Mora
On 26/05/2014 18:07, Martin Dobias wrote: Hi Vincent On Mon, May 26, 2014 at 9:57 PM, Vincent Mora vincent.m...@oslandia.com wrote: Hi, The WFS data provider seems broken when not-cached. As far I can see QgsWFSProvider::getFeatures( const QgsFeatureRequest request ) is never called, and it's

[Qgis-developer] WFS provider without cache broken

2014-05-26 Thread Vincent Mora
Hi, The WFS data provider seems broken when not-cached. As far I can see QgsWFSProvider::getFeatures( const QgsFeatureRequest request ) is never called, and it's where the special case of uri with BBOX (i.e. non-cached) is dealt with. The feature request from the vector layer goes through

Re: [Qgis-developer] WFS provider without cache broken

2014-05-26 Thread Martin Dobias
Hi Vincent On Mon, May 26, 2014 at 9:57 PM, Vincent Mora vincent.m...@oslandia.com wrote: Hi, The WFS data provider seems broken when not-cached. As far I can see QgsWFSProvider::getFeatures( const QgsFeatureRequest request ) is never called, and it's where the special case of uri with BBOX