Sam Hatchett
Sam Hatchett
I saw this same thing happen, and the raw contents of the file was an HTML error page from google (content too large). Using the instructions for producing a "local"...
I wonder if this is the culprit: https://github.com/Leaflet/Leaflet.heat/blob/gh-pages/src/HeatLayer.js#L170 ... instead of just accumulating the `k` value, seems like it should be doing a cumulative moving average: `cell[2] = cell[2] +...
that's right - it would be a new property on those structures to signify whether it is enabled. The enabled/disabled state would not be saved in any way into an...
sounds like this issue is resolved, yes?
... added f7d214576a9106f9d3732dcdf7821a7ede62457d for element comments
@eladsal that's right - the old behavior doesn't change within that calling code, this PR just hijacks the control timestep function get information back about which element caused the control...
@eladsal yes, I would be happy to add s/t versions.
@eladsal I have made the suggested changes, if you wouldn't mind taking a look. thanks!
Thanks @LRossman - I suppose this deserves a fuller conversation, but I totally agree. Verification can be done through unit testing, but validation must be done statistically, right? Do you...
This is an interesting one - I dug into this a bit with @ehsan-shafiee and I'd like some feedback from others. Should it be a fatal error for undefined links...