On Dec 23, 10:14 pm, knieriemrt <[email protected]> wrote: > > I add all of the markers to an array and then feed that array to the > MarkerManager. Then I refresh() the MarkerManager which plots all > 1500 on the map. It takes a few seconds
You show all 1500?!! The recommended maximum to display is 200, and even that can push IE to its limits. That's why the marker manager was developed, to keep the number actually plotted to a reasonable number. Does 1500 make for a useful map? You may need to look at a cluster method too. Andrew -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
