There's some useful info here: http://code.google.com/apis/maps/articles/toomanymarkers.html
Martin. On May 13, 1:38 pm, Bert Van der Auwera <bert.vanderauw...@gmail.com> wrote: > Hello, > > I've got a database full of records containing coordinates, in total more > than 2000 (and growing). The idea is to show all of those coordinates > individually as some kind of dot on GoogleMaps. > > Now I've tried to do this by looping clientside over those records and > adding a CirclePolygon to the map for each location but this goes very slow, > as you would expect when you loop that many times, even giving me an alert > that an infinite loop might be occurring and asking me if I want to > continue. On top of that, the browser's memory usage skyrockets to 1GB and > beyond. Not really a favourable situation at all. > > Can anyone tell me how this can be done, without the application being slow > and hogging up big chunks of memory? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.