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

addSearchOSM control doesn't show if not provided together with another search control, e.g. the following doesn't work: ``` leaflet() %>% addProviderTiles(providers$Esri.WorldStreetMap) %>% addSearchOSM() ``` However, if provided together with another...

Hi Bhaskar and gang, It would be extremely useful to have the [SelectAreaFeature plugin](https://github.com/sandropibia/Leaflet.SelectAreaFeature) working with Leaflet for R. I created a [Stackoverflow question](https://stackoverflow.com/questions/59679872/using-selectareafeature-plugin-with-leaflet-for-r) before I knew leaflet.extras existed. I'd...

new-plugin

By using the `addDrawToolbar` in shiny modules on different tabs, the following Javascript error comes up in the console. > **TypeError: t is undefined leaflet.js:5:10033** To trigger the error, start...

wontfix

Adding the ability to have a layer that gives uses drive times can help with maps where we need to determine the driving time a patient would take to come...

would love to include a plotly.js within a popup...

wontfix

Getting the following message. It shows the OSM search but not Google: `Warning in origRenderFunc() : Ignoring appended content; appendContent can't be used in a Shiny render call` ```r library(shiny);...

bug
help wanted

Hi everyone, is it possible to change the displayed text of the tools of the draw tool bar (leaflet map in a Shiny application)? ![tools](https://user-images.githubusercontent.com/6517365/66298219-8e14c900-e8f1-11e9-9051-a1009abd404f.jpg) I would like to display...

It would be wonderful if it was easy to replicate the example from gisminister linked below, but also specify colors to the pie-charts via either a `pal` function, a vector...

question

I'm trying to edit the layer in this map, but it keeps crashing my computer when I select it. All the other toolbar functionalities seem to work fine. What's happening...

It would be great to be able to change the search marker, which is right now a circle marker, to say, a regular marker or even just a dot. If...