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

This fixes a bug in the javascript. The pull request enables you to actually delete map features with the latest version of the leaflet R package

This request is repeated from https://github.com/rstudio/leaflet/issues/672?fbclid=IwAR1i-PuUMtH_gHGT7ISUp86_BUd2NgVV6nlHuopb-oX0g3oQ87kVeNa9ZAE Please close/delete if you find it not appropriate, I put it here presuming that leaflet.extras may be a good place to address this request....

enhancement

Hi! I haven't been able to integrate the favorDoubleClick plug-in into my leaflet map in RShiny. Would love for it to be included in the extras package!

question
new-plugin

Adds support for the plugin: - [https://github.com/lizardtechblog/Leaflet.OpacityControls]() I changed and expanded the JS-code, so that it works without errors in R/Shiny. I also opened a [PR](https://github.com/lizardtechblog/Leaflet.OpacityControls/pull/10) at the original repo...

Plugin for leaflet that allows for use of fill patterns in Paths. https://github.com/teastman/Leaflet.pattern

new-plugin

hi, I'm in trouble with the function addSearchOSM for 2 reasons. First one, i want to change the label in textPlaceholder, so i wrote _addSearchOSM(options = searchOptions(textPlaceholder = 'Code postal...

Hi there, I tried the Great Circle example on the leaflet Geodesic rpub site below and can't get anything to show on the map. Not sure what the issue is....

I'm trying to insert a GeoServer WMS legend into Leaflet in Shiny as follows, but the legend does not render within an Observe or ObserveEvent function. Note that the legend...

Hi @bhaskarvk Is it possible to introduce an option `minified=FALSE`, which allows to compile the R code to html not minified?

`leaflet.extras::removeDrawToolbar(clearFeatures = TRUE)` doesn't seem to clear the features anymore. Anyone else notice this? I see that now there is "clear all features" option on the edit menu for draw....