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

Hello, I am trying to contribute to some improvements (in particular allow options in searchOSM and searchGoogle), but when I try to run npm install I get the following (npm...

Is there any way to limit the search results either to the area being viewed on the map, or by hardcoding it (for instance just for North Carolina, or a...

question

Copy mouseHandler into draw_bindings and call it on draw.CREATE. I release this contribution under the GPLv3 licence.

Hi, Just curious, is it possible to add hex bin capability to this package? thanks.

Fairly minor error, but there is an error in the Javascript console which appears to be caused by the `removeDrawToolbar()` function. Here is a reproducible example: ``` library(shiny) library(leaflet) library(leaflet.extras)...

I tried to change the colors of a heatmap with the following: ``` addWebGLHeatmap(...., gradientTexture = "skyline", ...) ``` ``` addWebGLHeatmap(...., gradientTexture = "deep-sea", ...) ``` However, both options don't...

Hi! Thanks for this package. A few months ago it was posted that leaflet.timeline would soon be added. Is this still in the works? thanks https://github.com/rstudio/leaflet/issues/158

removedrawtoolbar() does not seem to work anymore, it used to work on older versions of the package.