mapview icon indicating copy to clipboard operation
mapview copied to clipboard

Interactive viewing of spatial data in R

Results 112 mapview issues
Sort by recently updated
recently updated
newest added

I have a similar Problem. I am working with R Markdown and so far I created a html report with maps. The maps were created with leaflet and then converted...

Hey @tim-salabim, I've been running into issue #432 and thought I would take a go at adding methods for SpatRaster and SpatVector. In short, I added a `setMethod()` for both...

Hello, I'm producing a map with a baselayer and an overlaid rasterlayer. The legend for the rasterlayer shows up fine in Rstudio but won't render when I save the mapview...

Hi, I bumped into this error and I am not sure were it comes from: ``` Error in (function (cond) : error in evaluating the argument 'x' in selecting a...

Thanks for this amazing package! I realize that `mapView()` already implements a lot of data inputs, but is there any chance it could also implement the (also widely and increasingly...

loading `mapview` (version 2.9.0) crashes R. Not sure what is going on here but this is a plain vanilla session, no RStudio involved. Same result if I try dev version...

Hello, It seems there is a problem with col.regions when a factor has got multiple levels and dataset only has one used level. Bellow is a reproducing example. First map...

Hi @tim-salabim, thanks for supporting stars objects with factors now in mapview! That's an awesome feature! I am trying to generate a mapshot from a mapview object that is showing...

Hi, Just came across this option, however havent been able to find a working example online. Tried the simple script below, however it results in rstudio crashing. Is the set...

I am trying to display a pop up using a data frame with multiple rows and columns. I am currently using: ```r leaflet() %>% addProviderTiles("OpenStreetMap") %>% addPolygons(data = County_Durhamll, #county_durhamll...