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

A tiny, simple and fast heatmap plugin for Leaflet.

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

It seems that the only way to have sections show up as higher color intensities is to have several points clustered close together. In other words, when given individual points...

bug

C:\Users\ELCOT\music\Leaflet.heat-gh-pages> npm run prepublish > [email protected] prepublish C:\Users\ELCOT\music\Leaflet.heat-gh-pages > uglifyjs node_modules/simpleheat/simpleheat.js src/HeatLayer.js -c -m -o dist/leaflet-heat.js ERROR: ENOENT: no such file or directory, open 'node_modules/simpleheat/simpleheat.js' at Object.openSync (fs.js:458:3) at Object.readFileSync...

When I try to view the demo https://leaflet.github.io/Leaflet.heat/demo/ in either firefox or chrome it does not load. In the console I see Blocked loading mixed active content “http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css” This seems...

Hi there, What's the best way to make the heatmaps not lag the browser? I need to show heatmaps of crime throughout the U.K. map, however this ends up 'stuttering'...

If I create heatlayer with radius over 80 it creates valid heatmap but outside that circle, something strange appears. Code: ` var heat = L.heatLayer([], { radius: 80, minOpacity: .6,...

Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

Fix SSL routes, update Leaflet version from 0.7.7 to 1.5.1

Any examples of Leaflet.heat code following this structure would be very helpful eg. L2 = leaflet() %>% addTiles() L2 = L2 %>% registerPlugin(leafletHeatPlugin) L2 = L2 %>% setView(29.7632836, -95.3632715, 10)...

I've found that the heatmap imagery can change slightly after zooming with no change to the data points: ![orig](https://f.cloud.github.com/assets/657201/2350103/641aaf4e-a56c-11e3-89d5-856865d95d21.png) ![after-zoom](https://f.cloud.github.com/assets/657201/2350104/66e5e75c-a56c-11e3-9a06-430f0cbc72c8.png) I think this happens when you zoom out quickly (ie....

bug