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

It would be great to extend the **addMarkers** function to enable users to use DivIcons (see: https://leafletjs.com/reference-1.7.1.html#divicon) instead of custom icons. As far as I can understand from a previous...

With crosstalk I'm using R's reactable package to display a table to use for filtering. When I select a single row, I see too many markers on the map, even...

Hi there Not sure if it's fair to log this issue here as it relates to two packages - `leaflet` and `callr`. I have a Shiny App that allows users...

Hi - I'm just wondering whether it is (or could be) possible to apply a transformation when using the `colorNumeric` function. I'd like to be able to map a continuous...

Dear leaflet developper, thanks for your great package ! In function addMeasure is there a way to define a the custom unit definition as specified here https://github.com/ljagis/leaflet-measure ? thanks in...

Hi, After some digging, I realize the below has to be removed to achieve my goal. background = url('images/markers-soft.png') no-repeat 0 0 However, I tried to put markerOptions( style =...

I sometimes forget to change layerId parameter, when rename variables. It leads to not rendering polygons with no error or warning displayed. Nor sure if it's supposed to be so....

```r library(tidyverse) library(leaflet) library(sf) #Joining Coordinates Johnson_Center

effort: medium
difficulty: advanced

Hello, the problem is described with details on SO (including reproducible example), here: https://stackoverflow.com/questions/67082589/table-disappears-when-more-layers-are-added-to-a-leaflet-map?noredirect=1#comment118582100_67082589 Basically, I'm using `reactable` along with `leaflet` and `crosstalk` to show data on a map when...

I recently stumbled upon a strange error that I cannot really find a cause for. Under very specific conditions, the table of content of an RMarkdown html document is unfavorably...