On Mar 15, 2:35 pm, Poivre2 <[email protected]> wrote:
> After some hurdles, I finally managed to make markerclusterer (API v3
> port, link below) work under Firefox.
> Unfortunately, it does not work with ie8.


I don't have IE8 so I cannot see the problem, but try using the IE7
compatibility meta tag:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >

Make sure that it is the first meta tag in the <head> section,
otherwise it might get ignored.
Doc:
http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx

--
Marcelo - http://maps.forum.nu
--





>
> http://google-maps-utility-library-v3.googlecode.com/svn/trunk/marker...
>
> Here is the error message :
> "This object does not manage this property or method" (in French :
> "Cet objet ne gère pas cette propriété ou cette méthode")
> Here is the code corresponding to the error message in
> markerclusterer.js :
>
> "Cluster.prototype.isMarkerAlreadyAdded = function(marker) {
>   return this.markers_.indexOf(marker) != -1;
>
> };"
>
> I'm using markerclusterer on the following page 
> :http://www.ruedelimmobilier.com/ng/annonces_immobilieres.php
>
> Thanks in advance for your help !
> Regards
> Samuel

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