Wasn't it Michael Price who wrote: > Go to http://beta.referenceline.com/ - in Location search for >Darlington, leave all else, click Search. > >On the results page, switch to Map View, and then hover over a marker, >thus opening my custom overlay. Try to click the company name and the >overlay will close without the link being followed. > >I have this code set for looking for clicks on the map: >GEvent.addListener(map,"click",function() { > closeOverlay(); >});
I suspect that rlOverlay might not be clickable, so the click always drops through to the map. You might be better off using an actual infowindow. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
