On Mar 17, 8:07 am, URWA <[email protected]> wrote: > I'm not sure what I'm doing wrong. I'm using the marker manager, at > least I think I am, but I'm still getting an error that says; stop > running this script?. > > Please have a look and let me know what I'm doing wrong.
You are not really "doing wrong". The map gets slow when managing lots of markers (> ~1500, you have 1891...). You currently have the markermanager set to show all the markers at zoom 8 and higher, so it is not gaining you anything. You might want to investigate a clusterer. You might also want to "manually" cluster the markers with the markermanager, show "regions" at higher level zooms, then the details below that. Load the "region" markers first, then load the details in background (or if the map is loaded at a higher zoom level). -- Larry > > Thank you! > > http://cjisst.org/CJISST_map.asp -- 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.
