Yes, you can use GDownloadUrl() to fetch a new copy of the data.
See:  http://econym.org.uk/gmap/basic11.htm

MSIE will attempt to cache the old data, so you either have to specify
the header parameters in your data server to tell MSIE not to cache the
data, or you could add a bogus parameter to the end of the URL so that
MSIE thinks that it's a different URL and doesn't serve the old data.

 var url2 = url + "?bogus="+(new Date()).getTime()

 GDownloadUrl(url2, function(data) {
   ...
 }):

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

Reply via email to