Leaflet.heat icon indicating copy to clipboard operation
Leaflet.heat copied to clipboard

A tiny, simple and fast heatmap plugin for Leaflet.

Results 69 Leaflet.heat issues
Sort by recently updated
recently updated
newest added

Leaflet.heat code contains one of the best canvas layer solution for Leaflet. Is there someone to make this separate project and maintain it? /* Generic Canvas Overlay for leaflet, Stanislav...

enhancement

The grid mechanism basically combines data points that are closer than `cellSize` into a single data point. It was doing this by adding together the altitudes. If the grid is...

Use preferred URL for `tile.openstreetmap.org` Signed-off-by: Grant Slater

Hello, I have been working with this package and from my understanding the intensity doesn't affect the gradient? What does seem to affect the gradient is how close a point...

so that users know what values are being displayed ... alternatively also tooltips would be good

Would it be possible to publish the latest version(s) to npm? The latest version on npm currently is `0.2.0`, but there have been updates made to this repository since then....

Im using leaflet.heat in react. When zooming in on the heatmap the gradient of the heatmap changes to a single colour and does not retain its original colours in the...

We repeatedly ran into a type error error when passing points to the heatmap. The error specifically is "Cannot read properties of undefined (reading 'x'): TypError: Cannot read properties of...