Ahhh! I figured I kept getting my variables mixed up. New working with Google maps. Thanks so much for your help!!!
Chris ----- Original Message ----- From: "Ralph Ames" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, November 17, 2008 10:48 PM Subject: RE: Loading multiple XML files using GDownloadURL > > var markers2 = xml.documentElement.getElementsByTagName("marker"); > > Should be > > var markers = xml.documentElement.getElementsByTagName("marker"); > > and > > var marker2 = new GMarker2(point2, customIcons[type2]); > > Should be > > var marker2 = new GMarker(point2, customIcons[type2]); > > Ralph > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
