The first kml that is loaded when the check box is activated "Current
Hour Temperatures".  There is a Network Link inside of this file that
refers to the following kml file that holds the data in a folder,
while the second kml is the one that is referred from the first kml
file.

http://www.cnrfc.noaa.gov/data/kml/0hour_temp.kml
http://www.cnrfc.noaa.gov/data/kml/0hour_temp_data.kml

Using GGeoXml or GeoXml... I am adding kml files this way...

var geoXml = new GGeoXml(kml[id].url);
map.addOverlay(kml[id].obj);

geoXml = new google.maps.GeoXml(kml[id].url);
map.addOverlay(geoXml);


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to