Pukar Bhandari
Pukar Bhandari
Thanks a lot. That was a lot of effort you have put into it (I checked the commit). As you said, it is not 100% copy-paste, but it's helpful to...
Ahh, thanks @walkerke. I now understand what the issue is. When the bound is assigned in the "intro" page map, the minimap is added instead of being updated. It seems...
Thanks a lot for the help. I will first fix the other issues and then work on it.
Forgive me if this is not the right thread to discuss this, but I have always wondered why {sf} didn't have an existing `st_dissolve()` function that does something similar to...
> Could I ask why the `aggregate` method for `sf` objects is not adequate for these needs? I do not want to hijack the initial issue, but the aggregate function...
Thanks for your quick response. I updated the package, but unfortunately, the issue persists on my device. I checked with a couple of other feature service layers, neither of them...
Unfortunately, that did not work either: ``` r install.packages("arcgislayers", repos = c("https://r-arcgis.r-universe.dev", "https://cloud.r-project.org")) #> Installing package into 'C:/Users/pukar/AppData/Local/R/win-library/4.4' #> (as 'lib' is unspecified) #> package 'arcgislayers' successfully unpacked and MD5...
Yes, I have closed and restarted RStudio between each of the attempts. ``` r install.packages("arcgislayers", repos = c("https://r-arcgis.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE) #> Installing package into 'C:/Users/pukar/AppData/Local/R/win-library/4.4' #> (as 'lib'...
Installing `collapse` didnt help either: ``` r furl CRS: 4326 #> Capabilities: Query,Extract #> 0: Public_Schools (esriGeometryPoint) layer #> Name: Public_Schools #> Geometry Type: esriGeometryPoint #> CRS: 4326 #> Capabilities:...
I would have to teach myself. Let me get back once I figure out further details.