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

Is it currently possible to add shapes and/or icons to a legend?

Hey, I've got a problem when trying to create a leaflet map. Here you are a reprex and I uploaded my metadata (files "gaviota.csv" and "ECU_adm1.shp") here: https://drive.google.com/drive/folders/16ZCdCrX_xC0aN6GjTMMuYp8iWRTHceXh?usp=sharing ```r #First,...

use **sf** instead of **geojsonio** which depends a lot of upstream packages.

I'm having an issue with displaying Leaflet maps in JupyterLab running an R kernel. At the moment the map is constrained to a narrow strip with a scroll bar. This...

```leaflet``` widgets are not displayed properly when wrapped within `````` tags in HTML document types. Using the following example as an Rmd file, an HTML file with the described issue...

Consider adding a warning when including `layerId` and data contains more than one observation. It appears that only the last observation is mapped in this case. ```r library(leaflet) data(quakes) leaflet(data...

For someone developing leaflet maps exclusively within R - when using addCircleMarkers(), would it be possible to also include highlightOptions() in the same way that we are able to for...

I can't find a way to reverse the legend order - is there a way to swap the maximum and minimum values on the legend, so, for example, instead of...

In https://github.com/rstudio/leaflet/blob/main/inst/examples/proj4Leaflet-TMS.R, the geodata.nationaalgeoregister.nl service no longer works. The services have been migrated over to a service called PDOK, but I wasn't able to immediately figure out how to access...

I have lat/lon data with a value for each coordinate. I am trying to create a raster layer to use in leaflet where the values are mapped to a palette....