Result counter and timer don't update when map gets populated on Chrome
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.

This problem occurs on Google Chrome, on Firefox this isn't an issue.
Bounty
A bounty has been placed on this issue by:
| €136 |
Click here to learn more if you're interested in claiming this bounty by resolving this issue.
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?
A bounty has been placed on this issue via the Comunica Association (see original post).