[EDIT] it seems the problem comes from google maps which takes some time to update the KML link...I\'m not sure, but in the end, it works...[/EDIT]
I embedded an exi
Or you can simplify it even further and use:
var URL = '[your kml url here]&ver=' + Date.now();
var georssLayer = new google.maps.KmlLayer(URL);