exactly, I see in this code: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/examples/simple_example.html they are an another script ( markerclusterer.js) I put it in my mage and now I haven't error with the markerclusterer not define.
So now I have the marker but the clusterer doesn't work. you can see the modification of my website at the same link On Nov 26, 7:48 pm, "[email protected]" <[email protected]> wrote: > On Nov 26, 12:34 pm, Greg45 <[email protected]> wrote: > > > hello, > > > I want to add the clustering function on my web site: > > > I try many link for to do that > > :http://google-maps-utility-library-v3.googlecode.com/svn/trunk/marker...... > > > so when I put this line in ma script : > > var mcOptions = {gridSize: 50, maxZoom: 15}; > > var mc = new MarkerClusterer(map, [], mcOptions); > > My marker disapear and I don"t know why > > > here the link of my website: > > http://greglg.free.fr/spotme/final.html > > Have you checked your javascript errors? > > In Chrome I see this: > Uncaught ReferenceError: MarkerClusterer is not defined > > I don't see any include of the markerclusterer script on that page. > > You can use "var mc = new MarkerClusterer(map, [], mcOptions);" > > without it. > > -- Larry > > > > > could you help me please > > > Thanks > > -- 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.
