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
While the query is running the counter and clock are updating, but when the map is shown these fields freeze. Only when I press Stop Execution it gets updated.
For reference, this is probably because the code doesn't allow the render loop to take place.
Could by fixed by either making the map logic faster, letting it run in a separate worker (not sure if that would work), or only adding points to the map every X ticks.
Indeed: it seems that now also the map will recalculate how it should be centered on each point that gets added, which requires also to check which tiles need to be downloaded on which zoom level. Probably buffering could be of help here?
While the query is running the counter and clock are updating, but when the map is shown these fields freeze. Only when I press Stop Execution it gets updated.
Sample Query
This problem occurs on Google Chrome, on Firefox this isn't an issue.
Bounty
A bounty has been placed on this issue by:
Click here to learn more if you're interested in claiming this bounty by resolving this issue.
The text was updated successfully, but these errors were encountered: