mapview
mapview copied to clipboard
Interactive viewing of spatial data in R
Initially, this comes from a report in Quarto: https://github.com/quarto-dev/quarto-cli/issues/9058 Here is a reprex with **mapview** ````markdown --- title: Test Document output: html_document --- ```{r} library(mapview) library(plainview) ``` ```{r, cache =...
Hello, This [example of the `mapview` webpage](https://r-spatial.github.io/mapview/articles/mapview_01-basics.html#rasterstackbrick) does not work: ``` library(raster) library(mapview) kili_data
When I try to plot more than 16 colors, the first and last colors in the legend do not show on the points on the map. The map points take...
``` # app.R - How to save a leaflet map as a png with the correct view? # To run: # R -e "shiny::runApp('../map', launch.browser = TRUE)" # Click Save...
Hi, I'm able to map lwd to a numeric variable attribute column but can't see any way of controlling the range of the lwd in the plot. If I manually...
Hello! I am in VSCode 1.89.1. This script opens a Viewer on the side but it is empty. ```R library(mapview) #> GDAL version >= 3.1.0 | setting mapviewOptions(fgb = TRUE)...
Using the data from a [question on SO](https://stackoverflow.com/questions/59621797/evaluating-the-closest-distance-from-one-point-between-multiple-options), I cannot reproduce the outcome in [this answer](https://stackoverflow.com/a/59622880) as the lines between the points are not plotted. I am running R version...
Cannot plot sf dataframes without this error: "Error: Field count reached: duplicate names present?"
I am getting "Error: Field count reached: duplicate names present?" every time I try to plot an sf data.frame, specifically after left joining an sf dataframe with a regular dataframe....
Hi, I am trying to save a leaflet map as a PDF using a mapshot. It creates a pdf file, but the legend is detached from the map and sits...
With 2.11.2 ```r library(sf) library(mapview) mapview(franconia) packageVersion("mapview") # '2.11.2' sessionInfo() ```  ``` R version 4.3.2 (2023-10-31 ucrt) latform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19045) Matrix products:...