Bug report #9520

bbox filter doesn't work applied on a WFS datasource

Added by Salvatore Larosa about 10 years ago. Updated about 10 years ago.

Status:Closed
Priority:Normal
Assignee:-
Category:Web Services clients/WFS
Affected QGIS version:master Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:
Crashes QGIS or corrupts data:No Copied to github as #:18110

Description

When applying a filter like bbox does not retrieve the features from a WFS data url.

Steps to reproduce:
  • using this WFS url: http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/wfs/Carta_geologica.map
  • apply a filter as: bbox( $geometry, geomFromWKT( 'POLYGON((15.95058454699520034 39.11197514687498256,15.86081549362981491 39.47105136033652428,16.7348825921875175 39.77343132956730187,17.77903842343752672 39.36710824591344959,17.54280407247598816 38.65840519302882683,16.78685414939905485 38.70092737620190348,16.06870172247597139 38.86629142187498331,15.95058454699520034 39.11197514687498256))' ) )
  • you'll get back a layer with no fetures.

Applying the same function by "Select features using an expression" tool after having loaded the WFS works fine

I guess this is supposed to work also for a WFS datasource, or doesn't it?

Associated revisions

Revision ba47c9fe
Added by Martin Dobias about 10 years ago

Fix #9520 (bbox filter doesn't work applied on a WFS datasource)

Currently the bbox must have syntax bbox($geometry, geomFromWKT('...'))

History

#1 Updated by Martin Dobias about 10 years ago

  • Status changed from Open to Closed

Also available in: Atom PDF