mapview
mapview copied to clipboard
Interactive viewing of spatial data in R
Hello and thanks for this great package, so useful to explore maps while developing a piece of code I encounter a problem, which I believe is similar to 362, which...
``` mapview(Bussipysakit, zcol = "Kategoria", cex = "Kategoria", popup = popupTable(Runkobussipysakit, feature.id = FALSE) ) ``` It still shows the two extra rows at the end of the popup table:...
Hello! Hope everyone is having a great day. I'm sure this has already been addressed but I seem to have trouble saving my map as an html and having the...
there's an error from leaflet when datetime is the default column available - should this go to leaflet rather than here? this had us going for a while, because we're...
I came across an unexpected behavior of mapview (?) : I create a vector grid `with sf:st_make_grid` then I transform it into a terra raster object. When I plot both...
Dear creators, First of all thanks to have build this amazing package, at least once a day I use mapview. I would like to ask if it is possible to...
When plotting data on mapview in R, the data points show up, but the background maps do not. I am behind a firewall so I have to use a proxy...
Hi, I'm using the argument burst = TRUE to plot the levels of a variable as separate layers in mapview. I have 13 levels, so I first created a palette...
Thank you for this great pice of software! Given the following code: ``` library(mapview) library(sf) data the condition has length > 1 If I select all of data, no problem....
Seems like it is using a quoted version of the object name in a file path but that doesn't work when there is code in the argument ```r mapview::mapview(raster::raster(matrix(1:100))) ```...