Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qgsnewhttpconnection: Always enable paging options for WFS 1.1
Paging support is only handled by WFS 2.0. However, some servers handle paging even if they only expose WFS 1.1. At the moment, when changing the version number, it has the following effect on the paging options: - "maximum": both options can be enabled - "2.0": both options can be enabled - "1.1": both options can be enabled - "1.0": "feature paging" option is always disabled but the "page size" option can be enabled With this change, both paging options can be enabled for version 1.1. This allows to try to enable paging for WFS 1.1 if the server handles it.
- Loading branch information