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...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.

Reply via email to