Patrick Wied
Patrick Wied
could you elaborate a bit? do you mean the leaflet layer? any of the maps layers? or the heatmap core library? also what kind of mask support are you looking...
Hey @b3n01t & @dh1tw ! thank you for reporting. that's not cool I will see what I can do
there are a few ways to fix that, the easiest is to just rename the heatmap.js file :)
@wodCZ WIP: https://github.com/pa7/heatmap.js/tree/bugfix/data-interpolation however #90 wouldn't average the datapoints, it merely limits the interpolation maximum so the additive effect does not exceed the datapoint values. still thinking about how to...
@LePew did you check it w/ my branch, or tested the old PR?
@CroniD , @thomasMary in order to solve that serve your html file from a HTTP server (instead of file://. file:// causes CORS issues w/ canvas ). Please re-open if that...
@CroniD oh that's interesting! could you try to host heatmap.js on your local webserver? that would help to confirm that it's really not a CORS issue. Also, do the heatmap.js...
it looks like you're having useLocalExtremas set to true. in that case it will look for the highest visible point and use that as maximum for the heatmap, disable it...
@paraskashyap Is the example page working for you? If no, are you using a script blocker? apparently `heatmap.js` (the file name) is on some lists that power script blockers (thus...
It is possible. e.g. look at the heatmap.js homepage: [http://www.patrick-wied.at/static/heatmapjs/](http://www.patrick-wied.at/static/heatmapjs/) There's one heatmap in the hero area ( click on it and it will regenerate the heatmap ) and another...