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

There is no ability to have a legend with a fillOpacity or fillColor different to what is in opacity or color. You are currently only able to do this: ```r...

We have a build script that knits a .Rmd calling leaflet to a .md, then uses `knit_meta()` to find the file paths to all dependencies. Those files are then copied...

I ran the following reproducible lines of code and got this: ```r library(sf) library(leaflet) library(osmdata) roundhay_park_all = opq("leeds") %>% add_osm_feature(opq = ., key = "name", value = "Roundhay Park") %>%...

Current package comes with jQuery 1.12.4 which was release in May 2016 and is known to have vulnerabilities... I ran Lighthouse on my website and got the following warning: ```...

Hello, I am new with leaflet and I'm currently trying to add tectonics plates boundaries on a leaflet map. I found the database on Kaggle : [tectonic.xlsx](https://github.com/rstudio/leaflet/files/6136887/tectonic.xlsx) ```r library(leaflet) dbTectonic...

I have just been upgraded to Office 365 and Windows 10. RStudio has been reinstalled for me, but for some reason now, leaflet maps will not appear. All that is...

Hi, Thanks for the great leaflet package. I noticed the that the +/- zoom feature shows upfront of other windows on the screen. Please find the image attached. I believe...

`removeShape` doesn't work if the `layerId` is numeric - Saw the issue [here](https://stackoverflow.com/q/65893124/9841389) first. [This](https://github.com/rstudio/leaflet/issues/720) seems to be related. Here is an example: ``` cities % addTiles() %>% addCircles(lng =...

Hello, I couldn't tell you when, but recently I've noticed that the AddCircles output on a leaflet map seems to be blinking quite a bit when clicked on. The transition...

Leaflet Choloropeth has documented Custom Info Control function. It allows us to make sticky labels in top-right (position) and labels get changes over hovering. ![image](https://user-images.githubusercontent.com/8600091/77978936-fd102f00-7322-11ea-9ae6-9ace6ec7625e.png) Please update the documentation so...