Hello,
I have been trying to get a KML GroundOverlay to refresh every 60
seconds but the overlay is not changing. I am creating a KmlLayer that
loads the following KML file:

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2";>
  <Document>
    <visibility>1</visibility>
    <GroundOverlay>
      <name>Brazoria County Airport</name>
      <Icon>
        <href>nexrad.gif</href>
        <refreshMode>onInterval</refreshMode>
        <refreshInterval>60</refreshInterval>
      </Icon>
      <LatLonBox>
        <north>33.3333333333333</north>
        <south>24.9333333333333</south>
        <east>-90.4000000000000</east>
        <west>-100.0000000000000</west>
      </LatLonBox>
    </GroundOverlay>
  </Document>
</kml>

Does anybody know what's wrong with my KML file?

Thanks in advance for any suggestions.
Chris

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to