[R-sig-Geo] ground overlays in KML

Hodgess, Erin HodgessE at uhd.edu
Wed Mar 6 03:07:11 CET 2013


Hello again.

I'm not sure if I should ask this here, but I thought it might be a place to start:

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.

Here is a little bit of the code:

<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">
<Document>
<Folder>
<GroundOverlay>
<name>2001</name>
<TimeSpan><begin> 2001-01-01 </begin>
<end> 2001-12-31 </end></TimeSpan>
<Icon><href>preda_01.png</href><viewBoundScale>0.75</viewBoundScale></Icon>
<LatLonBox><north>36.48445398908</north><south>25.9875545196567</south><east>-93.5186130430667</east><west>-106.704257739431</west></LatLonBox>
</GroundOverlay><GroundOverlay>
<name>2002</name>
<TimeSpan><begin> 2002-01-01 </begin>
<end> 2002-12-31 </end></TimeSpan>
<Icon><href>predb_01.png</href><viewBoundScale>0.75</viewBoundScale></Icon>
<LatLonBox><north>36.48445398908</north><south>25.9875545196567</south><east>-93.5186130430667</east><west>-106.704257739431</west></LatLonBox>
</GroundOverlay><GroundOverlay>
<name>2003</name>
<TimeSpan><begin> 2003-01-01 </begin>
<end> 2003-12-31 </end></TimeSpan>
<Icon><href>predc_01.png</href><viewBoundScale>0.75</viewBoundScale></Icon>
<LatLonBox><north>36.48445398908</north><south>25.9875545196567</south><east>-93.5186130430667</east><west>-106.704257739431</west></LatLonBox>
</GroundOverlay>
</Folder>
</Document>
<kml>



I'm also attaching the png files.

Thanks for any help.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20130306/7c8220b8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: preda_01.png
Type: image/png
Size: 1636 bytes
Desc: preda_01.png
URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20130306/7c8220b8/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: predb_01.png
Type: image/png
Size: 1664 bytes
Desc: predb_01.png
URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20130306/7c8220b8/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: predc_01.png
Type: image/png
Size: 1717 bytes
Desc: predc_01.png
URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20130306/7c8220b8/attachment-0002.png>


More information about the R-sig-Geo mailing list