mapview
mapview copied to clipboard
Interactive viewing of spatial data in R
Mapview seems to not be supporting rasters going over the international date line. This works fine: ``` r library(raster) r
I was thinking about a way to specify a column serving as grouping factor to generate multiple layers with vectors. Currently, the combination of `burst`and `zcol`does the following: ``` library(mapview)...
Seems like rasters without a CRS definition are not displayed. Although hovering with the mouse shows pixel values, the raster is completely transparent. Here is a reproducible example: ``` r...
I would be interesting to have a way to colour the points, but also set the shape of each point. I have a case where it would help a lot...
Not sure if this is a mapview or a flexdashboard issue (probably the latter) but `sync()` doesn't seem to work within a flexdashboad. Minimal reproducible example [here](https://stackoverflow.com/questions/52102581/mapviewsync-not-working-with-flexdashboard).
I was wondering if it's possible to switch to viewing order of layers created from mapView(rasterStack)? If I understand correctly, it appears that the viewing dominant layer is the bottom...
Can one choose a marker different from the circle?
HI, I recreated successfully your example with slideView found here https://www.rdocumentation.org/packages/mapview/versions/2.6.3/topics/slideView. My question is: Is it possible to use slideView on several points (i.e., one slideView per point). Like we...
Consider this plot: mapview(stack(poppendorf[[1]], poppendorf[[1]]+0.01), legend=TRUE) It's easy to see that the legend is duplicated for no reason. This is ugly and wastes space for those plots where the same...
I want to use Leaflet and mapEdit to display local images and draw polygons on them. I've almost got everything working, but I can't display local images in a leaflet...