On May 13, 12:46 pm, PartyPanda <
partypand...@googlemail.com> 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