Leaflet/Leaflet.heat

Disabled layers control on MaxZoom

Crashillo opened this issue · 2 comments

I've noticed when you zoom in, exceeding the maxZoom property (set by L.heatLayer options), the layer control checkbox is disabled. Why so?

I've two heatMaps, and mainly I need to depict the data at lower zoom, in a world-wide view, and to choose between maps; but if I zoom in over than maxZoom, selection is gone. Is it a bug, or has it any reason?

chkbox-disabled

Same problem here. It would be nice to see this fixed.

It's a Leaflet feature, not a bug. See Leaflet/Leaflet#3694

If you have two different Leaflet layers, one for low zooms and one for high zooms, and want to enable/disable them both at the same time, create a L.LayerGroup with them, add add the group to the layers control instead.