On Oct 16, 12:28 pm, "[email protected]" <[email protected]> wrote: > URLwww.udoschoice.co.uk/geocode.php > > I've got a bundle of new stores that need lat/lng for our store > locator, so added them to table as usual, and went to run geocode. Got > a bunch of 610 errors - after hunting figured api key issue. Generated > a new key, stuck it in, now it just hangs - page doesn't load > anything.... > > Any ideas?!?
Only that your code could do with being defensively coded in order that it can cope with whatever is being returned. The geocode request should return *something*; I guess that your code misinterprets the response and either waits for the right one or resubmits the request? Don't forget that only you have access to your server-side code. 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 -~----------~----~----~----~------~----~------~--~---
