> http://www.veloracing.net/gmap.html

> Am I making too many requests in quick succession and the gmap server
> is not responding?

Possibly.  You could find out, if you added error checking to the
GDirections as seen here -
   http://econym.org.uk/gmap/directions.htm

Your directions load event handler uses an undeclared variable 'poly',
many browsers will assume you meant a global variable.
If directions results arrive in quick sucession, one could trample on
the other's version of 'poly'.

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to