qgisinspiretools / qgis-wfs20-client-plugin

QGIS Plugin for OGC Web Feature Service 2.0.0
11 stars 8 forks source link

[feature-request] cql input #6

Open rduivenvoorde opened 8 years ago

rduivenvoorde commented 8 years ago

I'm talking to a WFS-server which is in front of a huge database with measurepoints.

People receive data from this db via the WFS, by creating their own CQL-filter, with:

It would be great if that could be an option too: an input field in which to paste a cql filter which is taken into the wfs getfeature request

Even better: if the plugin-wfs2 machinery could be easily called via python, making it possible to use it as a provider maybe in processing, or creating plugins using it as a wfs2 data provider.

I'm not sure what the status is currently of OGR in this context by the way ( @rouault )...

rouault commented 8 years ago

If you include ?CQL= in the OGR connection string it should be kept in all requests.