Hi. I wrote a simple code to show you what is the problem: http://www.yv5fih.org.ve/sammet/sammet13.html
When you toggle on the color bar for the firts time everyting works ok, but when you toggle it off and toggle it on again, the image doesn't show anymore. Is it not possible to add and remove the same screenoverlay several times? Please somebody help me!!, this is the last problem that I have to solve to finish my site!! Thanks. On 5 nov, 14:45, estatio <[EMAIL PROTECTED]> wrote: > Hi Mike. Thanks for your answer. > > I did what you said, but that didn't solve the problem. This is a > really weird problem I don't understand what's happening. > > Thank you!! > > On 5 nov, 01:00, Mike Williams <[EMAIL PROTECTED]> wrote: > > > When you toggle off selection, your code crashes here: > > > map.GTileLayerOverlay.hide(overlay); > > > There's several problems with that line: > > "map" doesn't have a GTileLayerOverlay property. > > You can't .hide() an overlay that's been cleared. > > .hide() doesn't take a parameter. > > > --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 -~----------~----~----~----~------~----~------~--~---
