function addSampleUIHtml(html) {
document.getElementById('sample-ui').innerHTML += html;
}
</script>
<script type="text/javascript">
var ge;
// store the object loaded for the given fichero... initially none of the objects
// are loaded, so initialize these to null
var currentKmlObjects = {
'1': null,
'2': null,
'3': null
};
google.load("earth", "1");
function init() {
google.earth.createInstance('map3d', initCallback, failureCallback);
addSampleUIHtml(
'<h2>Como cargar varios kml en Google Earth y visualizarlos a modo de capas independientes</h2>' +
'<input type="checkbox" id="kml-1-check" onclick="toggleKml(\'1\');"/><label for="kml-1-check">Distrito Federal</label><br/>' +
'<input type="checkbox" id="kml-2-check... Leer más ...
function addSampleUIHtml(html) {
document.getElementById('sample-ui').innerHTML += html;
}
</script>
<script type="text/javascript">
var ge;
// store the object loaded for the given fichero... initially none of the objects
// are loaded, so initialize these to null
var currentKmlObjects = {
'red': null,
'yellow': null,
'green': null
};
google.load("earth", "1");
function init() {
google.earth.createInstance('map3d', initCallback, failureCallback);
addSampleUIHtml(
'<h2>Como cargar varios ficheros kml en Google Earth y visualizarlos a modo de capas independientes</h2>' +
'<input type="checkbox" id="kml-red-check" checked onclick="toggleKml(\'red\');"/><label... Leer más ...
Pero no acabo de aclarame, creo que los colores frios son nubes altas y los calidos son bajas, pero tambien los rojos, naranjas y amarillos corresponden a fuertes tormentas...
"Color enhancement is a procedure where specified levels of energy -- in this example, infrared energy -- are given a specific color. this makes locations with the desired energies easier to locate. In this example (b), shades of yellow and orange represent infrared energy emissions consistent with strong thunderstorms. This is because infrared energy is proportional to brightness temperature, and the highest cloud tops are colder than those at lower altitudes (the highest cloud tops are typically associated with the strongest thunderstorms)"
Bueno, aparte de eso, las nubes si que estan muy bien... puedes ver el tiempo en cualquier lugar del mundo.