Thursday, 12 September 2013

Keep UI updated while script is running

Keep UI updated while script is running

I'm using a google map via Google's maps api v3. I need to add an overlay
for each menu-item. Everytime, the item is clicked, a new overlay/heatmap
is loaded. This works, but the loading of the markers/heatmap-points
freezes the UI.
Is there any positility to prevent this like updating in a
background-thread? I know that JavaScript doesn't really support
threading, but do you know some hacks?

No comments:

Post a Comment