leaflegend icon indicating copy to clipboard operation
leaflegend copied to clipboard

Provides extensions to the leaflet R package to customize legends with images, text styling, orientation, sizing, and symbology.

Results 4 leaflegend issues
Sort by recently updated
recently updated
newest added

Hi Thomas, thank you very much for a very useful leaflet library. Thank you for your time and effort in developing leaflegend ! I think I've found an issue with...

duplicate

Hello, I don't know if it's possible (or easy), but it would be nice to have more control over the legend size. For example, instead of just the "baseSize" argument,...

Probably related to #82 ```r library(leaflet) data(quakes) numPal % addTiles() %>% addLegendNumeric( pal = numPal, values = quakes$depth, orientation = "horizontal", width = 200, bins = 10, position = 'topright',...

Should this be supported? Some key issues: * Handling text size * SVG Text or overlay div

enhancement
question