Wasn't it Seb Ashton who wrote: > >Hi, > >I've got an png that i created - i created it by finding the src of >the GMapLargeControl and then made my own from there. > >Now i have this image i've tried to use it as a custom version of >GMapLargeControl but everything i've tried hasn't worked. I've used >GControl - but that doesn't allow the map underneath to be clicked.
If Google fail to do it with GLargeMapControl, then it's probably not very easy. I suspect that the solution is browser specific. You'd have to capture the click event and then modify the cancelBubble, stopPropagation and preventDefault settings as appropriate for the browser type, but even then you need to be careful only to do that when the click doesn't occur in an active part of your GControl. You wouldn't want to click on your zoom icon and find that it also triggers a click on a marker that happens to be lying directly beneath it. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
