I have not looked at your code in detail, but I think one of the controls on the lower left corner is disturbing the markers. Notice that, if you pan the map upwards, so that the icons are higher than the top of the controls, then all icons seem to work.
It could be an issue similar to this: http://code.google.com/p/gmaps-api-issues/issues/detail?id=649 Quick solution: Try changing the version number to an older one, like 2.122 or lower. In any case, 400 markers is way too many. You should consider some clustering solution, or custom tiles. -- Marcelo - http://maps.forum.nu -- On Oct 10, 8:05 pm, tatlar <[EMAIL PROTECTED]> wrote: > Hi there, > > I have a Google map that plots over 400 markers (http://anf.ucsd.edu/ > tools/soh/plots.php). All of these markers have both a 'click' and > 'mouseover'/'mouseout' GEvent.addListener() event behavior attached to > them. However, if you move your cursor around the map (be patient, > most of them work - look for the cursor icon change), you will notice > that the mouseover and click events are not bound to some markers. I > have no idea why this is happening. If you drag the map to a new > location, those markers that were not working now sometimes have the > correct events attached to them, and some others no longer have events > attached to them. This is of course very disconcerting to users who > are trying to use this tool. > > Can anyone help me out? I searched for similar issues, but did not > come up with anything. I have added a console.log('mouseover') command > to the mouseover event, so if you use Firebug you can see which > markers are working as they should. > > This was not a problem a few months back, so maybe it is related to an > API update? I am pretty desperate to get this working as it is a live > tool and clients are complaining about the behavior issues. > > Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
