Hi Rossko, Thanks again for the reply.
I believe I have an array in my javascript code that fetches the data from the XML file and displays the markers on my map. However, for the life of me I cannot get the cluster maker to work. If possible could you pin point where in my code I would need to add the clusterer and the markers array fed to it. I tried and tried with no joy at all, I can't seem to follow the examples as they are fetching data from .php or .json files, none with xml like the link below. Map - http://declanmageedesign.com/Files/ XML - http://declanmageedesign.com/Files/aib-branches.xml JavaScript - http://declanmageedesign.com/Files/js/mapint.js Please, if you could point me in the right to direction I would be eternally great full (I'm pulling my hair out at this stage) Thanks in advance On Jan 21, 2:28 am, Rossko <[email protected]> wrote: > > could you please elaborate as to where I am creating a new clusterer > > (and destroying one) . > > You're not anymore ; as you descrbed, you took the line out. > > Did you look at > http://googlemapsapi.martinpearman.co.uk/readarticle.php?article_id=2 > There's a loop that creates a bunch of markers and saves them in an > array. > After the loop is finished, a clusterer is created and the markers > array fed to it. > So, replicate this flow of events in your code, after your existing > loop. > > There are other lesser problems with your code, are you checking the > browser error messages? -- 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.
