Alex Karner

Results 2 issues of Alex Karner

Reproducible example: ``` library(mapview) mapviewOptions(platform = "leafgl") mapview(franconia) ``` This loads the basemap but I don't see polygons: ![image](https://user-images.githubusercontent.com/4266553/107721854-4fd8a800-6ca3-11eb-8be7-927cc0e0ff37.png) I did some troubleshooting with @tim-salabim on Twitter. Thread [here](https://twitter.com/TimSalabim3/status/1359910548889075715). If...

Executing `library(crsuggest)` as the first command in the terminal consistently crashes both RStudio and the base R gui. In RStudio I get "R Session Aborted." The R gui just closes...