Leaflet.heat
Leaflet.heat copied to clipboard
A tiny, simple and fast heatmap plugin for Leaflet.
In redraw, if alt == 0 or NaN, it could lead to a k value = 0, which in some edge cases would cause cell[0] and cell[1] to be NaN...
Hi. This pull request adds relative heat maps feature. Check the following images, by draging the map, the heat map coloring changes according to the range of values being visualized....
I don't fully understand how the values are combined, but the change at line 149 works better for my heatmaps. Someone that understands the other use cases will likely have...
From https://github.com/Leaflet/Leaflet/issues/4511 by @mgleahy: --- Hello all, I'm trying out [leaflet-heat](https://github.com/Leaflet/Leaflet.heat), and would like to work with the 1.0.0-rc1 version of leaaflet. So far, pretty much everything is working fairly...
Is it possible to set a custom radius per point rather than a radius for the set of points. I am trying to construct a heatmap from polygon centroids and...
I am pretty sure the answer is no, so I guess this is a feature request/call for help? It would be very useful if there were events that we could...
If you don't want to do the grid simplification process (eg you don't have enough points for it to be worth it) this enables you to set a smaller cell...
Is it possible to manipulate a singe Point? It would be very cool if you can change the Blur, Radius for a single Point
I have a map that uses Google Maps and their visualization.HeatmapLayer with the default colours, and radius=20: http://racelifts.org/Highland-Fling-2014/stats I'm trying to reproduce this as closely as I can with Leaflet...
is it possible to add an option to leaflet.heat to expand the heatmap layer beyond the size of the map-view, say triple the length & height? so that when a...