There is this line for example

var lat = parseFloat(GXml.value(markers[i].getElementsByTagName("lat")[0]));

but the xmlfile is based on attributes, should be like this

var lat = parseFloat(markers[i].getAttribute("lat"));

Have a look at Mike's page
http://econym.org.uk/gmap/example_map3.htm

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

Reply via email to