Feature request #18935

Improve implementation of QGIS WFS paging and max number of features options

Added by Ian Harrison almost 6 years ago. Updated almost 6 years ago.

Status:Closed
Priority:Normal
Assignee:Even Rouault
Category:Web Services clients/WFS
Pull Request or Patch supplied:No Resolution:fixed/implemented
Easy fix?:No Copied to github as #:26767

Description

FEEDBACK NEEDED

CURRENTLY
The WFS max features option in the Modify WFS Connection settings is difficult for users to understand as it behaves differently depending on the version of WFS:
  • Leaving max features box empty and choosing wfs v 2.0.0: Uses paging with the page size set to the WFS server default page size. Returns all features in the layer.
  • Putting a number in max feature box and choosing wfs v 2.0.0: Uses paging with the page size set to the specified max features for better performance. Returns all features in the layer.
  • Putting number in max feature box and choosing wfs v 1.0.0 or v 1.1.0 (which don't support paging): Gets only specified number of features.
SUGGESTED ENHANCEMENT
To make it more clear for users I suggest the following:
  • If max number of features is specified this should limit the results to this number of features regardless of WFS version. If left empty the server default applies.
  • Add WFS Option to allow users to enable paging and set a page size.
  • If a user selects WFS version 1.0.0 or 1.1.0 paging should be disabled.
  • If a user selects WFS version 2.0.0 paging should be enabled with a default start index of 0, and the server default page size which the user can override.

If there is general consensus on the best way to improve this LINZ is looking a funding this as an enhancement.

Associated revisions

Revision e998fcf0
Added by Even Rouault almost 6 years ago

[WFS provider] [FEATURE] Allow user to enable/disable paging and specify page size (fixes #18935)

The 'maximum number of features' settings is now always the maximum number of
features requested, even in WFS 2.0 with paging.
For WFS 2.0, we add a checkbox to enable/disable paging and a text entry to
specify the page size (if let to empty, server default is used)
We also add a Detect button so that the WFS version is autodetected.

Revision 14a913e2
Added by Even Rouault almost 6 years ago

Merge pull request #7170 from rouault/wfs_pagesize

[WFS provider] [FEATURE] Allow user to enable/disable paging and specify page size (fixes #18935)

Revision 39f09228
Added by Even Rouault almost 6 years ago

[WFS provider] Fix #7170 / properly take into account feature count limit (refs #18935)

History

#1 Updated by Even Rouault almost 6 years ago

Sounds good to me

#2 Updated by Alessandro Pasotti almost 6 years ago

Looks good to me.

Even, please correct if I'm wrong but the last time I worked on the WFS provider 2.x was not fully implemented, IIRC the transactional part wasn't complete.

#3 Updated by Even Rouault almost 6 years ago

Yes, WFS-Transactional 2.0 is not implemented

#4 Updated by Even Rouault almost 6 years ago

  • Assignee set to Even Rouault

#6 Updated by Even Rouault almost 6 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

#7 Updated by Even Rouault almost 6 years ago

  • Resolution set to fixed/implemented

Implemented for QGIS 3.4

Also available in: Atom PDF