<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Active North American Wildfires" 
             description="Displays wildfire data pulled from FIRMS"
             author="GeoSpatial Training Services"
             author_email="eric@geospaitaltraining.com"
	     screenshot="http://www.geospatialtraining.com/Mapplets/mapplet_screen.png" 
	     thumbnail="http://www.geospatialtraining.com/Mapplets/mapplet_thumb.png"
             height="150">
	     <Require feature="sharedmap"/>
</ModulePrefs>
<Content type="html"><![CDATA[
<script>
  var map = new GMap2();
  geoXml = new GGeoXml("http://dev.geog.umd.edu/alerts/download.php?file=Continental_USA.kml");
  var point = new GLatLng(40.762093,-95.222467);
  map.setCenter(point, 4);
  
  map.addOverlay(geoXml);
</script>
]]></Content>

</Module>








