mapview
mapview copied to clipboard
Interactive viewing of spatial data in R
Hi Tim, I would like to contrast successive groups of points on a map by using alternating colors. ```r library('mapview') library('sf') sp
Suposing I have a SpatialPixelsDataFrame or raster object grid with a latlon projection, using the below code, I get only part of the map (a rectangle region smaller than the...
Hi @tim-salabim mapview ignores the highlight options I pass to it when plotting polygons: `mapview::mapview(franconia, highlight = leaflet::highlightOptions(color = "blue", weight = 2, sendToBack=TRUE))` It renders the polygons, but there...
``` library(sf) bp_file
Is there a way to display legend when values plotted are relatively low say 1e-9 to 1e-3? ideally, I'd like to display region colour legends in range bands eg (1e-3,...
Calling `mapview()` on a `stars` object where the values are of class `factor` results in an error. Coercing the object's values to numeric can be used to view it, but...
Rasters don't seem to be rendering when running mapview on a list of rasters which is a supported format according to the mapview help. Multiple rasters can still be plotted...
In the following, the basemap is automatically switched to DarkMatter. How to avoid this? ```R # server.R mapviewOptions(vector.palette = colorRampPalette(c("#fee8c8", "#fc8d59", "#7f0000"))) m
Hi Tim. I'm trying to save a png export with mapshot but the saved image is always blank. Reprex and saved image below. Thanks! ``` r sf::sf_extSoftVersion() #> GEOS GDAL...
Hi Tim, I recently stumbled upon a strange error that I cannot really find a cause for. It is probably not even a problem with the mapview package but I...