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

Fix #191 and #188 #192

Merged
merged 4 commits into from
Jun 24, 2024
Merged

Conversation

elipousson
Copy link
Contributor

Checklist

  • update NEWS.md
  • documentation updated with devtools::document()
  • [-] devtools::check() passes locally

Changes

Fixes #191 by adding a helper function (get_query_resps()) that handles layers that don't support pagination by using a standard query request.

Also fixes the CRS bug #188 using a similar approach as the esri2sf package.

Issues that this closes

Fix #191 and #188

Follow up tasks

None identified.

R/sf-methods.R Outdated Show resolved Hide resolved
R/arc-select.R Outdated Show resolved Hide resolved
elipousson and others added 3 commits June 21, 2024 14:42
- Drop call to httr2::req_url_query
- Incorporate new `arc_sr_as_crs()`
- Use warning instead of error if query won't return full results
@JosiahParry
Copy link
Collaborator

Thank you @elipousson! I pushed a single change that just adds comments to the function so that I can remember what is happening inside this function later.

Once CI is green ill smash merge

@JosiahParry
Copy link
Collaborator

Windows is failing entirely illegibly. That can be a me problem at a later date. Thank you so much!

@JosiahParry JosiahParry merged commit cc33e20 into R-ArcGIS:main Jun 24, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when supportsPagination advanced query option is FALSE
2 participants