Google maintains its own cache for KML files.
Clearing the browser cache will not clear this Google cache.

You can tell your code to ignore the Google Cache and always read the
KML file.
Here's an example of the code I'm using to do this:

      masu.kml_url_on_masu = "http://www.mappingsupport.com/p/kml_demo/
Howson_Creek_trail.kml";
      mykml = new google.maps.KmlLayer(masu.kml_url_on_masu + '?
dummy=' + (new Date()).getTime());

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to