After looking at the store locator example at http://code.google.com/apis/maps/articles/phpsqlsearch.html I was trying to incorporate this into our website. The page can be found at http://www.beckshybrids.com/maptest.aspx. However from the error console in Firefox, I keep getting the error "no element found", which is coming from the following line: var markers = xml.documentElement.getElementsByTagName('marker');
And none of the markers get loaded into the map. I am returing the xml from the page http://www.beckshybrids.com/research/GetPlotsNearZip.aspx?zipCode=46074&Radius=25&FamilyID=1&YearCode=2007. I assume it doesn't like my XML output for some reason, but it is the same format as the example. Anyone have any suggestions?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
