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

Offer the option to scroll the layer control list when so many layers are added that they don't all show in the screen (similar to this https://github.com/Leaflet/Leaflet/issues/845). Once created, the...

### First Attempt with SublimeText 3 R Markdown Build If I build with `R Markdown` in SublimeText 3, an `index.html` file is generated. If I then open this `.html` file...

Hi, it seems like I have issue with using markers with polylines. When plotting a large number (2753) of bikeways as polylines and I try to add a marker, the...

Leaflet proxy overlays multiple layers when layerId is not a factor or character. I have found this to be true with polygons and markers. In the rstudio/leaflet issues I see...

Hi, I am using the following code to download a map with saveWidget (html) and webshot (html to jpeg) function and convert jpeg in base64 with base64encode. This is the...

I can't reproduce this error, but it appears on every zooming action in shiny app. How to fix this problem? ``` Uncaught` TypeError: Cannot read property '_leaflet_pos' of undefined at...

https://github.com/rstudio/leaflet/blob/c6212646ae3458f7da90781a0560e8982856b17d/docs/libs/leaflet-providers/leaflet-providers_1.9.0.js#L790 Wikimedia is now restricting requests to their tile server to only Wikimedia-affiliated clients. Is this something that should just be documented in the R help, or should this functionality...

Some potentially interesting plugins: - [x] Leaflet.markercluster https://github.com/Leaflet/Leaflet.markercluster - [x] Proj4Leaflet https://github.com/kartena/Proj4Leaflet - [x] Esri Leaflet http://esri.github.io/esri-leaflet - [ ] Leaflet Vector Layers https://github.com/JasonSanford/leaflet-vector-layers - [x] Leaflet.label https://github.com/Leaflet/Leaflet.label - [x]...

Is it possible to place a fontawesome icon as simply a floating icon on my map, with no marker? Or is it possible to add a marker with no "tail"...

I am trying to use the BeautifyMarker plugin with Leaflet for R by loading the plugin and utilizing the onRender() function (technique described here . I am unable to load...