On Apr 3, 9:57 am, ciardi <[email protected]> wrote: > I've written a php script that sends a city, state or zip code > tohttp://maps.google.com/maps/geo?complete with a key. I wrote it > yesterday in the afternoon and tested it a few times. At most, I've > executed the script 300 times, so 300 geocodes. This morning on my > first test run, to get back in to the coding, I immediately hit a 620 > error. I am confident I did not over load the time limits or the > volume limits. I haven't executed the script in 12 hours. The script > only geocodes one address, the users, for finding businesses near said > user. > > Is this caused by others I may be sharing an IP address with?
Could very well be. > I have my own key. > > I am thinking about writing a javascript so that it is the user's IP > address that pings googlemaps instead. Would y'all recommend this? If the user is entering the address, that would solve the problem. If the address is coming from you, you should geocode it off line and store the resulting coordinates. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
