leaflet icon indicating copy to clipboard operation
leaflet copied to clipboard

R Interface to Leaflet Maps

Results 152 leaflet issues
Sort by recently updated
recently updated
newest added

## Pull Request This PR extends https://github.com/rstudio/leaflet/pull/807 (support for SpatRaster objects from the terra package). With this one there is support for "RGB(A)" SpatRasters (in which layers represent color channels),...

When calling `addProviderTiles`, JavaScript is written to a temp file. This does not persist when using Quarto (but it has in the past with regular rmarkdown). So I added an...

https://github.com/rstudio/leaflet/blob/0016c073c479bde100177cc79d3075f5d8a0a89f/R/colors.R#L211 I was a bit confused when running the last code block (under the title "Circle Markers") of the example given at https://rstudio.github.io/leaflet/markers.html When the code is written as `pal

Hi I have a leaflet map output in a modal popup and I am using the _click event to draw markers it works once ` output$WorldMap

Hello! Is it possible to add hide/show functionality for the leaflet `layerId`? I know that it's possible to implement this functionality with `hideGroup` and `showGroup`, but I use `hideGroup` and...

Hi, I am using Rstudio and shiny to build a map using leaflet. I configured http_proxy, https_proxy and ftp_proxy. download.file works, But leaflet map does not (in the viewer window...

I like the new color legend feature, thank you for adding that! Would it be possible to also add support for legend driven not by color palette but by the...

priority: high

When I use leaflet within R Studio, the tiles fail to appear in the viewer pane; when I click open in browser, they appear as normal. ```r leaflet::addTiles(leaflet::leaflet()) ``` This...

Calling addProviderTiles() with any of the ESRI provider tiles returns no basemap. Viewing the browser console shows: `Failed to load resource: net::ERR_TOO_MANY_REDIRECTS`. The maps seem to work in other examples...