rstudio / leaflet

R Interface to Leaflet Maps
http://rstudio.github.io/leaflet/
Other
809 stars 507 forks source link

Add layer control option: scrollable layer list #433

Open YvanSG opened 7 years ago

YvanSG commented 7 years ago

Offer the option to scroll the layer control list when so many layers are added that they don't all show in the screen (similar to this https://github.com/Leaflet/Leaflet/issues/845). Once created, the html leaflet file can be edited as shown in the following SO post but it would be good to add the option as an addLayersControl parameter (https://stackoverflow.com/questions/32181421/r-leaflet-is-it-possible-to-have-a-two-column-layer-control-panel/44393113#44393113).

timathomas commented 3 years ago

Hi! Has there been any work on this or a good workaround?