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

on initialization of heatlayer, we can pass 3rd optional intensity but that is not available in addlatLng method. how can we pass intesity in addLatLng ?

Because Leaflet.GridLayer.GoogleMutant [changes](https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant/commit/c6ffb7f98e0883482209019ba1d3d5aec1d1e6da) its maxZoom level from 18 to 23, the intensity of generated heatmaps becomes lower if maxZoom is not specified in the options since Leaflet.heat uses the map's...

Good afternoon. I am building a dynamic heat map using elasticsearch, so the amount of points can vary according to the precision reported by the user, but when I have...

Hello, I would like to specify a heat map with negative and positive values. Is it possible ? Example : [ P1 {lat:0, lng:0, value: -0.5}, P2 {lat:10, lng:0, value:...

enhancement

The demos at https://leflet.github.io/Leaflet.heat/demo/ and https://leaflet.github.io/Leaflet.heat/demo/draw.html do not work. github.io forces a https connection while leaflet.js and leaflet.css are loaded via http. this results in a blank page for most...

As part of the lifecycle of my maps my width or height can be zero which results in an error being thrown from getImageData. I see that this is called...

Document @vistawn 's enhancement to support the 'pane' property

I have a highest intensity of 1.0 and lowest 0.0. When I am drawing a heatmap in the highest zoom its all are showing the same color. I have plotted...

@mourner Is it possible to change the radius based on zoom level. For eg. if I zoom out, the radius of a lat/lng should decrease and if we zoom in...

Hi there, Changing the value of the intensities does not change the look of a map. Is there anything I am missing? Thank you!