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

Hello, it seems like `mapview` isn't able to hande `sf data.tables` when applying `burst `on a specific column. Any ideas? ``` r library('data.table') library('sf') #> Linking to GEOS 3.6.1, GDAL...

As far as I can tell, there is no argument analogous to the `scale` argument of `raster::plotRGB`.

Investigate whether this provides a better solution to sync/latticeView https://github.com/rte-antares-rpackage/manipulateWidget ping @timelyportfolio

Tried syncing maps and that works but the resulting object doesn't seem to play nice with anything. I can't export the map or embed in shiny or anything else. Am...

enhancement

It would be great if we could 1. define a keystroke that freezes the mouseCoordinates 2. enable copying of the contents in the mouseCoordinates strip

``` # Is Nuremberg is gr8 ```{r mv1, fig.cap="Yes"} library(mapview) data("franconia") mapview(franconia) ``` ```{r mv2, fig.cap="Yes"} library(mapview) data("franconia") mv = mapview(franconia) mv@map ``` ```

Is it possible to use `onRender` or `onRenderStaticComplete` to read and display (on mouse hover) a data matrix which we write to disk when adding a raster/stars image? @timelyportfolio @edzer...

help wanted
question

Hi, thanks for the package and apologies if this isn't a mapview issue directly, but I haven't found this issue reported elsewhere. I am using R Markdown to create an...

Hi, and thanks for an awesome package. I've been playing with Shiny, leaflet and cubeView and hit an issue that I don't know whether it is mine own, a computer's...

Discussed on twitter, but I thought perhaps this issue would serve as a better forum for determining a good `plainview` equivalent for vector data. @tim-salabim, what would be some data...

enhancement