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

Thanks for the great package mapview! Via `mapviewOptions` I can control the possible `map.styles` in my project. For example `mapviewOptions(basemaps = c("OpenStreetMap.DE","Esri.WorldImagery","OpenTopoMap"))` IS it also possible to control the `map.style`...

Dear Tim: I am having problems when trying to use the "viewRGB" function with a "stars" object. Please see the script below (MWE): ```r # install the inSitu library which...

Hi @tim-salabim ; Not a big deal, but I noticed last week that the `master` github branch of `mapview` is somehow in a "stale" state (more than 2 years old)...

First of all, the `leafgl` backend is really a game changer. Thanks for this, Tim! The reasoning behind the suggestion is that users might be surprised why rendering a large...

I have been using this (perhaps slightly longwinded) code to jump to a location so I can draw a site boundary outline. ``` library(mapview) library(mapedit) library(sp) library(sf) ##TYPE SITE COORDINATES...

mapview has become quite a beast to maintain... Therefore, we should break several components out of the package into smaller packages - function (package): - [x] cubeview (cubeview) - [x]...

In order to make mapview a bit nicer to use and more versatile to control on a per-session basis, we're going to refactor the `mapviewOptions` so they include all relevant...

After calling mapview() from an R notebook in RStudio, the R notebook is unable to save, returning an error saying: **Error creating notebook: 'mode' for the clipboard must be 'r'...

I made a lot of search trying to figure out if is possible to show in mapview both atributtes table and a graph for a point data. It is possible?

I have an R script that, at the end, calls `mapview(something)`. I run this using `Rscript myscript.R` from the (Linux) command line, however no browser window is opened, the script...