leafletCN icon indicating copy to clipboard operation
leafletCN copied to clipboard

An R gallery for China and other geojson choropleth map in leaflet

Results 13 leafletCN issues
Sort by recently updated
recently updated
newest added

please update new packages tools sf or rgeoda

You must remove all usage of `rgeos` by October 2023, see https://r-spatial.org/r/2023/05/15/evolution4.html, https://r-spatial.github.io/evolution/. When `rgeos` is archived, and if you have not updated and successfully submitted it to CRAN, it...

> dat = data.frame(name = regionNames("china"), > value = runif(34)) > geojsonMap(dat,"china") Error in grepl(paste0(.triList[[5]], .triList[[7]][1]), x) : regular expression is invalid In addition: Warning message: In grepl(paste0(.triList[[5]], .triList[[7]][1]), x)...