<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello again.<br>
<br>
I'm not sure if I should ask this here, but I thought it might be a place to start:<br>
<br>
I'm producing PNG files for ground overlays in Google Earth.  After some help from you this afternoon, my png files are ready.  However, the files do not run in sequence in Google Earth.  It shows the last file only.<br>
<br>
Here is a little bit of the code:<br>
<br>
<kml xmlns:xsd="http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd" xmlns:xmlns="http://www.opengis.net/kml/2.2/" version="1.0"><br>
<Document><br>
<Folder><br>
<GroundOverlay><br>
<name>2001</name><br>
<TimeSpan><begin> 2001-01-01 </begin><br>
<end> 2001-12-31 </end></TimeSpan><br>
<Icon><href>preda_01.png</href><viewBoundScale>0.75</viewBoundScale></Icon><br>
<LatLonBox><north>36.48445398908</north><south>25.9875545196567</south><east>-93.5186130430667</east><west>-106.704257739431</west></LatLonBox><br>
</GroundOverlay><GroundOverlay><br>
<name>2002</name><br>
<TimeSpan><begin> 2002-01-01 </begin><br>
<end> 2002-12-31 </end></TimeSpan><br>
<Icon><href>predb_01.png</href><viewBoundScale>0.75</viewBoundScale></Icon><br>
<LatLonBox><north>36.48445398908</north><south>25.9875545196567</south><east>-93.5186130430667</east><west>-106.704257739431</west></LatLonBox><br>
</GroundOverlay><GroundOverlay><br>
<name>2003</name><br>
<TimeSpan><begin> 2003-01-01 </begin><br>
<end> 2003-12-31 </end></TimeSpan><br>
<Icon><href>predc_01.png</href><viewBoundScale>0.75</viewBoundScale></Icon><br>
<LatLonBox><north>36.48445398908</north><south>25.9875545196567</south><east>-93.5186130430667</east><west>-106.704257739431</west></LatLonBox><br>
</GroundOverlay><br>
</Folder><br>
</Document><br>
<kml><br>
<br>
<br>
<br>
I'm also attaching the png files.  <br>
<br>
Thanks for any help.<br>
<br>
<br>
</div>
</body>
</html>