We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aur_get()
See https://docs.geoserver.org/latest/en/user/services/wfs/reference.html.
# instead of this aur_get(.x, params = list(maxFeatures = 10)) # user will be able to do this along with other parameters. aur_get(.x, maxFeatures = 10)
count
maxFeatures
version
typename
The text was updated successfully, but these errors were encountered:
Note that, 'maxFeatures' is deprecated in WFS GetFeature 2.0.0 and replaced by 'count'.
Sorry, something went wrong.
No branches or pull requests
aur_get()
.See https://docs.geoserver.org/latest/en/user/services/wfs/reference.html.
count
andmaxFeatures
correctly according to theversion
argument.typename
.The text was updated successfully, but these errors were encountered: