LePew

Results 7 comments of LePew

For my app, I use `scale=zoom;` instead...

Hi pa7. Thanks a lot for your work. I just tried the bugfix you suggested and it seems to work as expected. It would be great to merge it to...

@pa7 I backported https://github.com/pa7/heatmap.js/tree/bugfix/data-interpolation to current branch to test it. But after more testing, I found out some problems: - Treatment is slow with huge datasets - Sometimes graphical smearing...

Hi. Do you use a different radius for each point of your dataset? (ie: [lat, lng, value, radius])

@jocooler It's just a hint, but you could try adjusting minOpacity to 0.1 (for low values) ? For my own needs (using leaflet-heatmap), I modified the "scaleRadius" from `scale =...

Here is a fix I use. I don't know if it's the right way to do it :) (replace L29): `var value = dataPoint[this._valueField]==undefined ? 1 : dataPoint[this._valueField]; // If...

Hi. Probably a bit late, but I recently jumped into leaflet and this great KML plugin. I encountered the problem described here: icon were not displayed on the right place...