On Nov 20, 9:55 am, NorthEastEngland <[EMAIL PROTECTED]> wrote: > > The map shows up fine but the markers from the XML dont show. > > Would appreciate any help, thanks.
You need to get your HTML right. You can only have one each of <html> <head> and <body>. In particular, having two <body> tags and only having one with an onload attribute can cause problems because there is no guarantee which body tag takes precedence. It doesn't look like you ever call your function setMarkers, so the xml is never used. Firebug certainly doesn't show its having been downloaded. 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 -~----------~----~----~----~------~----~------~--~---
