humangeo / leaflet-dvf

Leaflet Data Visualization Framework
MIT License
689 stars 153 forks source link

Added toggleSize option to L.Control.Legend #108

Closed joakimkejser closed 7 years ago

joakimkejser commented 7 years ago

This should add a programmatic way of addressing #107 though the toggleSize option, which per default is set to true leaving default behaviour in line with what it currently is.

sfairgrieve commented 7 years ago

@joakimkejser This looks good to me. The only change I might make would be stopping propagation for mouse events in all cases, but it's not a big deal and I can make that change. Thanks for implementing!