You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JorgeCapillo what is the value of your heatmapBandwidth? The smaller this value the more complex are the heatmap layer objects, and the longer it will take to render. This is independent of the number of points that you have in your input data.
Describe the bug
I'm using a simple dataset, only 1 point per dataset, and it takes about 20 seconds to load, test in /example/population-heatmap/
To Reproduce
const dataSets = [[{lat: 41.3911056, lng: 2.1548483, pop: 0.5, dataSet: 0}], [{lat: 4.5652144, lng: -85.0193353, pop: 0.1, dataSet: 1}]];
Expected behavior
Short loading time (I only have 2 points)
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: