UI responsiveness and javascript

前端 未结 4 1797
被撕碎了的回忆
被撕碎了的回忆 2020-12-30 16:53

I have a large set of data to be plotted on google map. Because of the data set size, google map always freezes for a few seconds before all the points are plotted. I used a

4条回答
  •  鱼传尺愫
    2020-12-30 17:27

    Could you plot them in batches, with a short delay (setTimeout) between each one?

提交回复
热议问题