this happens pretty often: zooming map quickly (zoom map without the last map loading is finished) leads map loading stopped or unresponsive. Then have to reload the page.
Is there any way to prevent map receiving future user actions if the current map loading is not done? or just ignore these actions?
Thanks,
Quickly zooming up leads map loading stopped or crashed
Hi Guangming,
I tested in our sample and haven’t found this leads map loading stop or unresponsive.
You know when you zoom or pan, new tile request sent and our threads will stay for remote server response, but the threads also will be finished after timeout or revive result, so the threads number won’t keep increase.
If the map looks loading stop, I think that should because remote server cannot handle so many request so response slow.
If that’s really make the browser dead, could you please upload more detail information like a video or a sample so we can try to reproduce that?
Regards,
Don