Yes all 1500 are shown. The map when they are all show is very laggy and I know we won't be able to do anything about that in IE (firefox 1500 markers is not as much of a problem) but I will be using checkboxes to show certain markers out of the 1500 for most of my users. However management will use all 1500 at times. My question though is how much script is involved in the removeOverlay() function that it is processing over 5 million lines to remove 1500 markers. Is there somewhere I can see the code of that function or is it locked away at google? It just seems weird that I am hitting this barrier. Clustering has been deemed our last resort.
On Dec 23, 2:21 pm, Andrew Leach <[email protected]> wrote: > 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.
