mapview
mapview copied to clipboard
Interactive viewing of spatial data in R
When I try to install mapview I receive the following message: ```WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate...
When trying to plot two separate non-spatial tables, mapview() seems to combine them into a single layer, and the map doesn't allow telling them apart. Here's a reproducible example using...
With a map with multiple layers, but only one layer set to be visible on initiation (i.e. all other layers use `hide = TRUE`) the legends for all layers are...
Related: https://github.com/r-spatial/mapview/issues/322 CC: @HannaMeyer
Hello, thanks for making Mapview - it's great! I'm trying to create a single map using collections of simple features that are contained within three lists. But when I string...
We would like to run a spatial analysis in Google Colab using the mapview/mapedit package. However, when trying to install the mapview/mapedit package via the install.package() function, it does not...
Hi there, Thank you for this package! This is a just a suggestion, but I think it would make mapview more intuitive. `removeMapJunk()` is a function that allows the removal...
Hi - I cannot seem to produce an HTML with an interactive leaflet map self-contained in the html. I tried both version 2.11.0 and 2.11.0.9002 I am using R 4.2.1...
After updating R to 4.4.0 as well as RStudio to 2024.04.0 mapview does not appear to render with the basic example on vignette page. SessionInfo: ``` sessionInfo() R version 4.4.0...
Since I've upgraded to leaflet package version 2.2.2, categorical rasters are not displaying in the `mapview::mapshot` output file: ``` library(terra) library(leaflet) library(mapview) # Create classified raster f