I was going by the example http://econym.org.uk/gmap/example_markermanager2.htm
How is it that his example works (well except now his is broken because of G_SATELLITE_TYPE) and mine didn't? On Oct 28, 5:02 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Oct 28, 1:36 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > The file being worked on ishttp://hardins.com/retail.htm > > > The error says a script on the page is causing it to run slowly. If > > it continues to run, your computer may become unresponsive. > > All browsers generate that message when they detect the script is > taking too long. IE is slower than most, so you will see it there > first (I got the error message on your page in FF 3.0.2 on Linux) > > You might want to break the processing up into smaller chunks, using > setTimeout to release the processor between chunks. > > > > > I just added the last of my markers to my xml file, bringing the total > > to over 2000. I had implemented marker manager since there are so > > many markers, maybe it is the problem? > > You didn't use the markermanager to limit the number of markers > visible. That is its purpose, to reduce the number of visible markers > and speed up the performance of the map. If you don' t use that > functionality, it probably makes the behavior worse. You probably > should investigate a clusterer, which clusters groups of nearby > markers at lower zoom levels (farther out), then shows the individual > markers as the zoom get higher (closer in). > > > > > I get no errors in FF3, and things work just fine for me, no hangups. > > > Also, the loading message is not clearing at the right time. It > > clears right before the map tiles have finished loading. > > As far as I know there is no event that will happen when everything is > done (all the markers added to the map and rendered). Possibly if you > break up the processing, the time between the end of the markers being > added to the map and them being rendered might be less noticable. > > -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
