On Sep 2, 10:24 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Sep 2, 9:30 pm, marcelo <[EMAIL PROTECTED]> wrote: > > > I think the error might be because the requests fire too fast after > > each other. > > I get the 620 also if I run it on my local machine with my own key. > > > Perhaps folks with a slower connection get better results. > > With a cable modem the page > at:http://econym.googlepages.com/example_state_mileage.htm > Fails in Chrome > Works (sometimes) in Opera > Fails in FF3 > Fails in IE6 > > A local version: > Fails in Chrome > Fails in Opera > Fails in FF3 > Works (sometimes) in IE6 > > Seems like it might be borderline... > > If I change this line: > next(); > to: > setTimeout("next();",100); > > It works locally in all browsers I tested but Chrome (Opera, FF3, IE6) > If I change the delay to 200 msec, it works in Chrome.
This version worked for me remotely in all the browsers I tested (Opera, FF3, IE6, Chrome): http://geocodezip.googlepages.com/MWexample_state_mileageDelayed_GP.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
