Leaflet/Leaflet.heat

different radius when zoom different level

Closed this issue · 1 comments

hey,i use leaflet.heat to show heatmap.
And how can i do to change radius when zoom different level?
how to change?
thanks so much.
leaflet.heat is a good plugin!

map.on("zoomend", function(){
heatLayer.setOptions({radius: map.getZoom()});
});