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

This is a [crosspost from Stack Overflow](https://stackoverflow.com/questions/74226887/how-to-project-albers-projected-mapbox-tiles-correctly-with-r-leaflet) - it has been up with a bounty but had no responses (and I'm on a time crunch, so hoping someone here can...

It would be helpful to both be able to set an initial view (either with setView or fitBounds) and to have a user-selected view be retained when new data is...

This was working fine with my previous version of R (4.3.2) on RStudio, but after updating **R** to version **4.4.0** on Windows (haven't updated R on Linux yet), I'm getting...

Using the quakes data as an example and the code below, I wish to modify the icon size. I need to keep the rest of the code as unchanged as...

> With the archival of legacy spatial packages, sf and terra are the new "best practices" packages. sp is still there, but uses sf under the hood https://r-spatial.org/r/2023/04/10/evolution3.html _Originally posted...

help wanted
docs

See https://gist.github.com/jcheng5/c084a59717f18e947a17955007dc5f92

ready

I've come across an error that occurs with empty datasets. As per #452 , leaflet can handle empty data.frames. However, the labels seem to still have an error when encountering...

Hi, [I am unable to include a reprex since the issue relies on a locally self-hosted vector map tile server, `pg_tileserv`] - I have a self-hosted `pg_tileserv`vector map tile server...

I would like to propose an extension of behavior of leaflet grouping feature for bubble plots: to total (sum, not count) on grouping and preserve a round red bubble shape...

Leaflet for R is linked to Leaflet.js 1.3.1 from 2018. Some of the updates in 1.7 (better mobile support) and 1.8 (accessibility) look potentially important. Leaflet 2.x is in the...