qgisinspiretools / qgis-wfs20-client-plugin

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

Support for paging #2

Open keithmoss opened 10 years ago

keithmoss commented 10 years ago

Hi Juergen,

We've got a Google Maps Engine instance that provides a WFS 2.0 service and we're recommending your plugin to our QGIS users as a means to access those services. It works perfectly well for a single GetFeature request, but we've many cases where there will be more than 1,000 features in a given bounding box.

GME implements paging by providing a "next" attribute in the root WFS:FeatureCollection element that contains a URI pointing to the next page in the resultset. e.g. https://clients6.google.com/mapsengine/wfs_experimental/wfs/09372590152434720789-08620406515972909896/?assetVersion=published&REQUEST=GetFeature&SERVICE=WFS2.0&typeNames=gx_09372590152434720789-08620406515972909896

Would this be a feature that you would either consider implementing yourself or would accept a PR for?

JuergenWeichand commented 10 years ago

Sorry for my late reply. The paging implementation using the 'next' attribute will be available in the next version (~7/2014).

keithmoss commented 10 years ago

Much appreciated, thanks Juergen!