You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled across a URL that errors when the supportsPagination advanced query option is FALSE. Unsure why the server is set up this way or if this worked with earlier versions of arcgislayers or arcgisutils.
To Reproduce
library(arcgislayers)
url<-"https://geodata.baltimorecity.gov/egis/rest/services/Planning/Bike_Master_Plan/MapServer/3"layer<- arc_open(url)
arc_select(layer)
#> Warning in arc_select(layer): Status code: 400#> Error: Pagination is not supported.#> Error in `rlang::set_names()`:#> ! `x` must be a vector
Describe the bug
I stumbled across a URL that errors when the supportsPagination advanced query option is
FALSE
. Unsure why the server is set up this way or if this worked with earlier versions of arcgislayers or arcgisutils.To Reproduce
Created on 2024-06-21 with reprex v2.1.0
Expected behavior
Expect selecting the data to be allowed even if pagination is not permitted. If not, a more informative error message would be helpful.
The text was updated successfully, but these errors were encountered: