<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs
  title="MODIS Image of the Day Archive"
  height="400"
  thumbnail="http://earth.google.com/gallery/images/small/modis_gelib_sm.jpg"
  screenshot="http://earth.google.com/gallery/images/large/modis_gelib_lg.jpg"
  author="Matt Fox"
  author_link="http://www.gelib.com"
  description="Put together by Matt Fox at GE Library, this KML offers the best images captured by MODIS. Each of these images has been overlaid onto the Earth giving  fascinating insight into various weather conditions - from dust storms in the Arabian gulf to Hurricanes in the gulf of Mexico. As these images are &quot;superoverlays&quot;, you can zoom in further to see the image in higher quality."
>
<Require feature="geofeed"/>
</ModulePrefs>
<UserPref
  name="_mpl_type"
  datatype="hidden"
  default_value="gf"
>
</UserPref>
<UserPref
  name="_mpl_data"
  datatype="hidden"
  default_value="http://services.google.com/earth/kmz/modis_gelib_n.kmz"
>
</UserPref>
<Content type="html"><![CDATA[
<script src="http://maps.google.com/maps?file=api&amp;v=2.x&amp;
key=ABQIAAAAFNQS_3MQBgizoKtjzOCl9xTZqGWfQErE9pT-IucjscazSdFnjBTtN5WdcLz6wertAJ3co4-F5rYKJw"
  type="text/javascript"></script>
<div id="geofeed_map" style="width: 100%; height: 400;"></div>
<script>
_IG_RegisterOnloadHandler(function () {
  var map = new GMap2(document.getElementById("geofeed_map"));
  map.enableDoubleClickZoom();
  map.enableContinuousZoom();
  map.setCenter(new GLatLng(0,0), 1);
  var geoXml = new GGeoXml("http://services.google.com/earth/kmz/modis_gelib_n.kmz");
  map.addControl(new GSmallMapControl());
  map.addControl(new GMapTypeControl());
  map.addOverlay(geoXml);
  geoXml.gotoDefaultViewport(map);
});
</script>
]]>
</Content>
</Module>
