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

I see from #12 and other places that others besides me are very interested in using geojson files as sources for heat maps. After a little fiddling, I seem to...

I have 3 types of data I need to show on the map in the form of a "heatmap" I can successfully gradient on the colors I want but I...

There seems to be bug in heat map generation. For example there are five points with different weights and a defined color gradient. Expected output must be these points with...

Hi, I used the leaflet.heat to show heat map but the interesting thing that I had different coloring them in different browsers, Chrome & Firefox. here you can see the...

maxZoom is a Leaflet option for TileLayers and GridLayers. To disable the heatmap's intensity scaling with zoom, I set maxZoom to the map's minimum zoom level. Now I cannot toggle...

Most Leaflet layers have a `getBounds()` function to allow things like `map.fitBounds(layer.getBounds())`.

I'm confused about the `gradient` parameter and how it affects the look of the heatmap. In my case the heatmap only seems to be using a very limited range of...

Added `getLatLng` method to support `featureGroup` `getBounds` method. This is useful for fitting the heatmap layer to the map using `map.fitBounds`

Is it possible to supply a click or hover event on each point drawn, similar to maplarge's "Average Household Incomes" map - http://maplarge.com/demos

I would like to show a **heat map** but I **don't** want users to be able **to retrieve the points** in hack source. Do you have any suggestions? ```I'm sorry...