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
-~----------~----~----~----~------~----~------~--~---