Re: Clustering Problem

2009-05-10 Thread wakey
I have fixed that error now Bruce cheers, I was just experimenting with moving the functions. I will have a look through the tutorials and arrays. I'm still getting to grips with it all at the moment. Thanks for your help. --~--~-~--~~~---~--~~ You received this me

Re: Clustering Problem

2009-05-10 Thread Bruce Van Allen
Check your javascriot errors. Right now the load function isn't visible when you call it in onload, because the load function definition is inside the createmarker function. On May 10, 8:05 am, wakey wrote: > On May 10, 9:23 am, String wrote: > > > > > Jef's clusterer was groundbreaking at the

Re: Clustering Problem

2009-05-10 Thread Bruce Van Allen
Look at again at some of Mike's turorials. A common way to store markers is to have a global array variable, which in your page would go with your declarations of var map = null; var geocoder = null; var markerArray = []; // ADDED (use whatever name you want) Then each time you cr

Re: Clustering Problem

2009-05-10 Thread wakey
On May 10, 9:23 am, String wrote: > > Jef's clusterer was groundbreaking at the time, but that was quite a > while back now. I suggest looking > athttp://googlegeodevelopers.blogspot.com/2009/04/markerclusterer-solut..., > a much more up-to-date solution. I have tried Xiaoxi (Frank) Wu's metho

Re: Clustering Problem

2009-05-10 Thread wakey
Thank you for both of your replies. Ralph, I did follow that tutorial but still cannot seem to get it to work. String, that certainly looks like a decent method. I'm just a little unsure about how to pass my markers into an array when they are being read in from the XML file. Any suggestions on

Re: Clustering Problem

2009-05-10 Thread String
On May 9, 6:18 pm, wakey wrote: > Or can someone recommend another simple alternative that > would work with my map reading in the XML? Jef's clusterer was groundbreaking at the time, but that was quite a while back now. I suggest looking at http://googlegeodevelopers.blogspot.com/2009/04/marke

RE: Clustering Problem

2009-05-09 Thread Ralph Ames
>My page is - http://www.tomwake.co.uk/totalwindsurf/map/mapmarkers.php Have you tried Mikes' tutorial http://econym.org.uk/gmap/markermanager.htm Ralph --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Ma