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

I'm new to this space so apologies if this is user error. Suppose we want to display `mapview::franconia` in Shiny and get the ID of the polygon that a user...

Special case for certain, but layers are not showing on the interactive map if the `layer.name` includes German umlauts (and possibly other special characters). The initial zoom, legend, and displayed...

No problem for visualizing breweries dataset : ``` data(breweries, package = "mapview") mapview::mapview(breweries) ``` but if there is an empty geometry, it crashes : ``` empty_geometry

This is one is really strange... It's working in a previous version of R (4.3.3) using the same mapview (2.11.2) and leaflet (2.2.2) versions but it's failing now with R...

Hello, I ran into a very specific and strange issue that I was hoping someone can give me insight on. For some reason, `mapshot2` is unable to capture the entire...

Hi, it would be great if there was an option to remove the mouse coordinates dialog at the top of the map. I've found a solution [here](https://stackoverflow.com/questions/48880760/hide-mouse-cursor-and-projection-information-in-mapview-in-r) but it doesn't...

See https://github.com/walkerke/mapgl/issues/57 for some previous discussion

I often have datasets where I would like to visualize the number of occurrences of my `zcol` variable ("name" in this example), e.g. | Geometry | name | |----------|------| |...

See issue #515 Did a find and replace within R/ for `requireNamespace`, then cleaned up related code. Notably: - `sapply(pkgs, ...)` implementations are no longer needed as `rlang::check_installed` handles multiple...

This is good when not-interactive, but when run in an interactive session (like in RStudio or Positron) it would be a better UX to prompt the user to install webshot....