Skip to content
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

Enhance aur_get() #10

Open
4 tasks
asiripanich opened this issue Feb 10, 2022 · 1 comment
Open
4 tasks

Enhance aur_get() #10

asiripanich opened this issue Feb 10, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@asiripanich
Copy link
Owner

asiripanich commented Feb 10, 2022

  • Make GetFeature's params as arguments of 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)
@asiripanich asiripanich added the enhancement New feature or request label Feb 10, 2022
@asiripanich asiripanich added this to the 0.7 milestone Feb 10, 2022
@asiripanich
Copy link
Owner Author

Note that, 'maxFeatures' is deprecated in WFS GetFeature 2.0.0 and replaced by 'count'.

@asiripanich asiripanich changed the title Make GetFeature's parameters as arguments in aur_get(). Enhance aur_get() Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant