On Mar 19, 7:05 pm, Steve Sanders <[email protected]> wrote: > OK, it has to be that google weather is down. I do definatley have a > div with id of "map_canvas" so that can't be it. Thanks for your help > Andrew. Any idea on when google weather will be back up?
The point is that when your server code attempts to get the weather and fails, it outputs the error message to the browser and stops. That means you do *not* have a div with id="map_canvas", and the API can't work. It throws its own error. This may be the opportunity to harden your PHP code so it can cope with the service being unavailable without falling over. I have no idea when Google's services will be back! -- 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.
