Leaflet.heat
Leaflet.heat copied to clipboard
fix maxZoom conflict
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!
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.