> Here is the link for the map:http://www2.stetson.edu/media/map/StetsonMap.html

Gives me a javascript error - lat is not defined in the line
   var point = new GLatLng(lat,lng);
in your GDownloadUrl routine.  This is after it has read all the
markers from XML, but before it reads the tab for just the last one.

Somehow I don't think that's what you intended, you have the tab
reading code outside of the loop that reads the markers - shouldn't it
be inside, so that it reads the info for each marker as you process
e.g. the lat/longs too?

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to