Hi Bruno!
How is baseURL defined in TME_ExtForm.js? It seems like you're trying
to access the generated KMZ file from your local hard drive and not
through localhost. Try to point baseURL to your localhost:
// Variables for Google Earth API
TME.google = {
earth: null, // Google Earth instance
baseURL: '
http://localhost/tme/', // The location of your TME
installation
networkLink: null // Link to KMZ file
}
If you upload your TME on a web server - you need to generate a new
Google Maps key for this server and change the baseURL. I don't think
you need a key for localhost.
Bjørn
Bruno Imbroisi skrev: