Large number of Google Map Markers and IE6?
Posted
by Sivakanesh
on Stack Overflow
See other posts from Stack Overflow
or by Sivakanesh
Published on 2010-06-08T17:22:00Z
Indexed on
2010/06/11
5:53 UTC
Read the original article
Hit count: 284
google-maps
|ie6
I'm working on an application that generates a large number of Google Map markers (2000 - 7000) via JSON. I'm also using MarkerCluster. It works quick on Chrome and FF but IE6 takes few minutes and just crashes the first time I try to zoom in.
I'm not doing any more than just adding the markers to a map using JQuery & GMap API. So I looked at the following URL of the regular Google Map.
It shows a lot of tiny markers (~1000) and works fine on IE6. Do you have any ideas why this works and the markers added via the API struggles?
Thanks
© Stack Overflow or respective owner