-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WFS paging support #29
Comments
Thanks @mcdesignnl for reporting this, I'll look at it ASAP. |
@mcdesignnl I've added some code to manage resultType, see #30 when it's not set to |
@eblondel wow, thank you for adding this fix so soon. This allows me to implement a very rudimentary paging support myself. |
@mcdesignnl in case you still need this, i've added WFS paging support.
I'm also adding support to run this WFS paging as parallel, but code still needs consolidation, I'll let you know |
Great work with this package!
It would be great if the WFS functionality would support paging.
Therefore, checking how many features are requested, what the per-request limit is, and iterate till all features are downloaded.
This workaround to inform about the amount of features (resultType = 'hits') did not work, because the response of getFeatures is automatically coerced to a sf object, which renders an error since it contains no features.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: