Unable to load a local KMZ file into a browser with the google earth plugin using fetchkml function
问题 We have a KMZ file that loads into the Google Earth Desktop application just fine. No errors. When we try to use the Google Earth Plugin to do the same thing, it does not even return from the fetchKml function. Any special settings we need to know about to use fetchKml on a local file? I am trying to load the file like so: // Where 'ge' is the Google Earth Plugin var href = 'C:/KMLDATA/TEST.KMZ'; google.earth.fetchKml(ge, href, function(kml) { /* do something with kml */ }); 回答1: This has