You have to force the browser to actually fetch a new copy of the data
rather than using the old data it has stored in its cache.
You can do this either by setting the appropriate expires headers for
your XML file, of by adding a bogus parameter to the end of the URL to
make the browser think that it's a different URL from the one in its
cache.
GDownloadUrl("RouteA.xml?bogus="+(new Date()).gettime(), function(doc) {
--
Mike Williams
http://econym.org.uk/gmap
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---