Patrick Wied

Results 39 comments of Patrick Wied

Closing for now, please reopen if there's more interest

hey @ehsan99999 , how does the data that you're passing in look like? Are the values integers that represent the data range you'd like to visualize?

@LePew looks good in general, will add some minor feedback for changes to get into develop later today

thanks @LePew for reporting, thought I have fixed that in the past, but I did not. will push a fix soon

hi @nancy-grow could you elaborate on that? and what would be your use case for that? Here's an example having a mouseover on a heatmap if you haven't seen it...

@waqaransari do you mean the time to download the data, or the time to render the heatmap? ( after calling `setData`)

1) **use setData instead of addData**. addData will add the datapoints one by one and invalidates the dataset whenever it finds a new min/max 2) **put the heatmap calculations &...

@augustobg have you tried installing the leaflet-heatmap plugin via npm? it makes sure it has the correct dependencies: npm install [leaflet-heatmap](https://www.npmjs.com/package/leaflet-heatmap)

if anyone else is experiencing this issue please post a link to a codepen so I can have a closer look at it

@miller-6227 I cannot fix this issue if you don't provide a URL where I could have a look at it. If leaflet.heat works for you (and you don't need dynamic...