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

Hello everyone! Just want to ask whether it possible to include [osmbuildings](https://osmbuildings.org/) functionality in leaflet? Maybe someone has at least included it using the raw js? I just need to...

is it possible to extract an input data layer object from a leaflet map object? I'd like to create a functionality to inspect pixel values using `leaflet` & `mapedit` where...

Hi! Thanks for creating this wonderful library! I do have an issue though. Currently I have shapefiles for all counties for all 50 states. And I am coloring them based...

i haven't used Leaflet in a while and i just tried install it again but ran into the following issue: ``` > install.packages("leaflet") Installing package into ‘/home/christel/R/x86_64-pc-linux-gnu-library/3.5’ (as ‘lib’ is...

I am trying to use R leaflet to display a stars RGB with a second layer that is a vector-based (spatial polygon sf). It is important that both spatial layers...

Hi there, First of all thank you very much for the efforts to develop leaflet for R! Recently I encountered an issue when trying to decide quantiles for data when...

type: bug

This work is sponsored by [Integrated Transport Planning Ltd](https://www.itpworld.net) and the [World Bank](https://www.worldbank.org). Re-styling existing features on the map is very slow because the geometry is sent each time. This...

The other layer methods have `options` parameters, not sure why `addRasterImage` didn't. Apparently @tim-salabim needs this for pane support. https://twitter.com/TimSalabim3/status/1279105173378531335 (Note: Lots of .Rd files changed, this is because I...

In my shiny-app, i've got a leaflet, based on reactive userinput ``` output$leafletMap2 % addTiles() %>% setView(4.213, 51.876, zoom = 7) }) observe({ leafletProxy("leafletMap2", data = filteredData() ) %>% clearGroup("test1")...

v2.1 release

I have a leaflet map with no tiles (just polygons) that shows AwesomeMarkers appropriately, but when I add `clusterOptions = markerClusterOptions` to the arguments, none of the markers are displayed....