I have some code that generates a new KMZ file every 24 hours (each tour has many points and takes about 18 hours to complete). And I have a webpage with the Google Earth plugin which automatically loads and runs the tour (called latest.kmz).
Now I'm trying to set up an unmanned computer in the lobby with the browser (Chrome) pointing to my website. Every morning, e.g. at 8am I want the webpage to refresh and start the new tour.
Unfortunately, even though I overwrite the latest.kmz during the night, when the page refreshes (using http://...etc...">) it still continues to use the cached version of latest.kmz.
How can I force it to reload the latest version of the kmz from disk?