On Apr 12, 9:35 pm, meleader2 <[email protected]> wrote: > ok, so i added an error_log($url); in my code to dump out the URL to > the maps.google XML file that my website is receiving. they are all > the same, here is an example that is then followed with errors in my > error log: > > http://maps.google.com/maps/geo?q=buffalo&output=xml&key=ABQIAAAAXva5... >
What you need is the actual output which your website is receiving (from that URL, if that's where it's coming from). It's entirely possible that an error page would be formatted as HTML -- and while that should be parsable if it's well-formed, there could be errors in it even if it's from Google. That geocode is fine for me at the moment, but it's not yet 11pm EST. 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 -~----------~----~----~----~------~----~------~--~---
