On May 13, 12:46 pm, PartyPanda <[email protected]> wrote: > Thanks Davie > > Those markers appear to be placed on by javascript. > Would the same clustering technique work using the mysql / xml data?
This example uses xml and clustering: http://www.geocodezip.com/v3_MW_example_map3_clustered.html For large numbers of markers you may want to investigate creating tiles on the server, the performance of the map will probably not be acceptable if you cluster them in the client. -- Larry -- 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 [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-js-api-v3?hl=en.
