Thanks so much! On Tue, Jan 6, 2009 at 5:04 PM, [email protected] <[email protected]>wrote:
> > On Jan 6, 2:57 pm, "[email protected]" <[email protected]> > wrote: > > On Jan 6, 1:01 pm, Nate_LR <[email protected]> wrote: > > > > > Hello, > > > > > I am very new and google map mashups and web development in general. > > > I am trying to construct an earthquake map that is nearly identical > tohttp://econym.org.uk/gmap/tooltips4.htm > > > > > however, I'm not getting the exact output. I've posted two pages... > > > > >http://www.geology.ar.gov/geohazards/earthquake_map_d.htm > > > With this map the tooltips work correctly from the markers and the > > > side bar, but the map loads incorrectly. > > > > Move the script from the table to the bottom of the page, just before > > the </body> tag (or define it in the head and run it in an onload > > function). > > > > > > >http://www.geology.ar.gov/geohazards/earthquake_map_e.htm > > > With this map the tooltips do not work from the side bar, but the > > > map loads up fine. > > The issue with this version is all your functions are local to the > loadMap() function. Any function executed from an HTML onclick event > (like myclick) needs to be in the global context. > > -- Larry > > > > > > I've tried my hardest to figure this out, and I would greatly > > > appreciate assistance from this group. Thanks!- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
