File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -287,19 +287,6 @@ QgsFeatureIterator QgsWFSProvider::getFeatures( const QgsFeatureRequest& request
287
287
if ( !( request.flags () & QgsFeatureRequest::NoGeometry ) && !rect.isEmpty () )
288
288
{
289
289
deleteData ();
290
- mGetExtent = rect;
291
-
292
- QString dsURI = dataSourceUri ();
293
- dsURI = dsURI.replace ( QRegExp ( " BBOX=[^&]*" ),
294
- QString ( " BBOX=%1,%2,%3,%4" )
295
- .arg ( qgsDoubleToString ( rect.xMinimum () ) )
296
- .arg ( qgsDoubleToString ( rect.yMinimum () ) )
297
- .arg ( qgsDoubleToString ( rect.xMaximum () ) )
298
- .arg ( qgsDoubleToString ( rect.yMaximum () ) ) );
299
- // TODO: BBOX may not be combined with FILTER. WFS spec v. 1.1.0, sec. 14.7.3 ff.
300
- // if a FILTER is present, the BBOX must be merged into it, capabilities permitting.
301
- // Else one criterion must be abandoned and the user warned. [WBC 111221]
302
- setDataSourceUri ( dsURI );
303
290
reloadData ();
304
291
}
305
292
return new QgsWFSFeatureIterator ( new QgsWFSFeatureSource ( this ), true , request );
You can’t perform that action at this time.
0 commit comments