On Apr 16, 3:43 pm, Ralph Ames <[email protected]> wrote: > var lat = parseFloat(markers[i].getAttribute("lat"));
As well as that, Firefox has difficulty extracting the marker elements into your markers array. I *think* that's because your marker elements don't have a space between the last attribute and the /> element- delimiter. (That is, there needs to be a space before the / character) Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
