Unbelievable. That was it. Fantastic! It works like a charm. Many thanks. You probably saved my marriage....
On Apr 16, 4:43 pm, Ralph Ames <[email protected]> wrote: > 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 pagehttp://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 -~----------~----~----~----~------~----~------~--~---
