Leaflet / Leaflet.heat

A tiny, simple and fast heatmap plugin for Leaflet.
http://leaflet.github.io/Leaflet.heat/demo
BSD 2-Clause "Simplified" License
1.55k stars 525 forks source link

fix maxZoom conflict #123

Open treenewbee opened 2 years ago

yohanboniface commented 1 year ago

hi @treenewbee and sorry for the late answer, I'm just trying to do a bit of cleaning chore: can you be a bit more explicit on which conflict you are trying to solve ? Thanks in advance!

treenewbee commented 7 months ago

hi @treenewbee and sorry for the late answer, I'm just trying to do a bit of cleaning chore: can you be a bit more explicit on which conflict you are trying to solve ? Thanks in advance!

so maxZoom is originally referring to zoom level where the points reach maximum intensity (as intensity scales with zoom), I added min/maxZoom which is the min max to draw the heat map layer. My thinking is to avoid confusion, rename it "maxIntensityZoom" so it is clear what it actually does.