On Oct 20, 7:34 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hm. > > The error is onhttp://hardins.com/retail5.htmwhen it loads. > > The zoom also broke my search feature. When I try and search for an > address I get the error: > > Error: geo is undefined > Source File:http://hardins.com/retail5.htm > Line: 233 > > On Oct 20, 10:27 am, marcelo <[EMAIL PROTECTED]> wrote: > > > > > On Oct 20, 4:22 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > Working on filehttp://hardins.com/retail5.htm > > > > I get the error: > > > > Error: map is undefined > > > Source File:http://hardins.com/retail5.htm > > > Line: 193 > > > Where? What do you do to produce the error? > > I don't get any. >
you call these functions inline: GEvent.addDomListener(map.getContainer(), "DOMMouseScroll", wheelevent); map.getContainer().onmousewheel = wheelevent; But your map variable is only set to a reasonable value inside the GDownloadUrl callback function (which happens later...) -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
