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

It would be amazing to have an option to show the longitude latitude axis with tick markings as coordinates.

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...

Upon running the first example in `?viewRGB`, I get ```r library(mapview) library(plainview, include.only = "poppendorf") viewRGB(poppendorf, r = 4, g = 3, b = 2) ``` > Error in h(simpleError(msg,...

Good New Year! Thank you for your mapview Package. Actually I want to show on a map CoVid19 cases. I have the adresses of each case. I plot for each...

`viewRGB()` works fine with **Raster** input, but does not support **stars** objects as of yet. Would you be willing to implement that? ```r data( "KiLi" , package = "Orcs" )...

Hi there, Congrats on an awesome package! I have encountered a small issue when rendering the output of an interactive map with R Markdown and xaringan in html. I think...

The issue title basically covers what's happening: when I plot an sf object with mixed polygon/multipolygon types, mapview fails silently (generates a completely blank map, no error/warning). I can convert...

Dear Tim, Given the advantages of the new "terra" package over the "raster" package, would it be possible to include support for "terra" in mapview? Thanks Gilberto

At the moment, the `mapview` function doesn’t seems to work with `stars` objects when raster values are of class `units`. When converting to `Raster*`, `mapview` does work, since the `units`...

given this reproducible example ``` library(plainview) library(mapview) library(raster) map_r