Closed jkpratt closed 3 years ago
There is an error with the selector function. I fixed that error and instead of using 0 location points upon start I used 5000 and the heatmap displayed. But changing the options has no affect what so ever. Can a heatmap be dynamically updated.
VM425:117 Uncaught TypeError: Failed to execute 'item' on 'NodeList': 1 argument required, but only 0 present.
at getSelectedValue (
I thought i had fixed the above error. I revisited the issue, fixed it and now heatmap updates correctly. It wasn't pulling the values from the selectors so hence no updating.
Thanks for following up!
I tried running the heatmap at https://bingmapsv8samples.azurewebsites.net/#Heatmap_Features, when you press update heatmap , nothing happens. I tried setting the options in many ways but nothing changes. It seems that the heatmap layer isn't dynamically updating neither the locations array nor the heatmapOptions object. Is is possible to dynamically update?