leaflet.extras icon indicating copy to clipboard operation
leaflet.extras copied to clipboard

Extra functionality for leaflet R package.

Results 101 leaflet.extras issues
Sort by recently updated
recently updated
newest added

I am using addDrawToolbar to draw polygons on my leaflet("map"), and then I want to capture them (ideally to sf) using `input$map_draw_all_features`. However it seems the returned list is not...

I often find myself wanting to relocate the zoom control from the default "upperleft". This function does that. I suspect there's a more preferred means of adding this functionality rather...

I'm trying to display WMS legends based on layer groups in Leaflet and Leaflet extras for R in Shiny. I am using input$map_groups but it doesn't seem to work. Any...

I'm trying to work with leaflet.velocity plugin. Does anyone know how to do it? or have a working example?

Adds `handlersOptions` and `toolbarOptions` for `addDrawToolbar` which let you customize the drawing toolbar / tooltips. This should close #174 This should also close #148, close #156 and close #165 ....

Hi, Great work. I'm trying out heatmaps with the addWebGLHeatmap function. However the intensity does not vary when adding a parameter. The color remains the same. This seems related to...

upstream-bug

Hello, I am creating a Shiny app which creates maps using leaflet package, and I also used leaflet.extras to get rid of background color of the maps. I am using...

Example: leaflet(width = "100%") %>% setView(0, 0, 1) %>% addTiles() %>% suspendScroll(hoverToWake = FALSE) See original issue comment here: https://github.com/rstudio/leaflet/issues/464#issuecomment-535424913

Hello, is there support for showing a color guide of the gradient and values of the heatmap as a legend in leaflet? I have been searching online for cases where...

question
reprex needed

I am wondering if it would be possible to recreate the [mapbox-like](https://docs.mapbox.com/help/demos/heatmap/index.html) heatmap in R+Leaflet(.x). The idea is that the upon zooming the heatmap layer transitions to circle markers.

question