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

``` library(mapview) library(tidyverse) library(sf) ``` Possibly related to https://github.com/r-spatial/mapview/issues/323 and https://github.com/r-spatial/mapview/issues/336 Hi Tim and all, I'd like to visualize a three-level factor within levels of another three-level factor. Within the...

For the last few days the tab with ESRI.WorldImary images is no longer showing up in mapview mapping when checked. The other bases work perfectly. Does anyone know if it...

Dear contributors, I would like to ask you if it is possible to create a histogram with the values of the pixel clicked in a map defined with mapview containing...

See: https://stackoverflow.com/questions/71621920/mapview-highlight-spatiallines-upon-hover

I get the error ``` Error in .getReactiveEnvironment()$currentContext() : Operation not allowed without an active reactive context. (You tried to do something that can only be done from inside a...

I realize this may be out of scope for mapview's purpose of exploratory visualization, but I was wondering if you've considered implementing the [addSearchOSM function from the leaflet.extras package](https://bhaskarvk.github.io/leaflet.extras/reference/search-geocoding.html) to...

Hello, when you have multiple maps on the same html page, raster values on mousehover are showed always on the first map. This behavior is visible on the [example page](https://r-spatial.github.io/mapview/articles/articles/mapview_02-advanced.html#adjusting-color-col-regions-at-1)...

When I run this simple example, I get an inverted RStudio window: `library(tidycensus); library(mapview)` `incomes

Hi, First of all I would like to congratulate you for the development of mapview, that now I always use for visualizing spatial data in r, also thanks to the...

Hi folks, awesome package, thanks so much for all your work. This may be an issue out of your control, if so, feel free to ignore/close this. Just wondering why...