<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs title="City of Nanaimo Fire Incident Reports" height="200" 
screenshot="" thumbnail="" author="City of Nanaimo" 
author_email="webmaster@nanaimo.ca" description="Although the City of 
Nanaimo tries to ensure the accuracy of all information presented here, 
please confirm all information before making any decisions based on it. 
Information can be confirmed through the City of Nanaimo Fire Rescue 
Department.">
    <Require feature="geofeed"/>
  </ModulePrefs>
  <UserPref name="_mpl_type" datatype="hidden" 
default_value="gf"></UserPref>
  <UserPref name="_mpl_data" datatype="hidden" 
default_value="http://www.nanaimo.ca/subscribe/incidents.aspx"></UserPref>
  <Content>
  <![CDATA[
  <script 
src="http://maps.google.com/maps?file=api&v=2.x&key=ABQIAAAAFNQS_3MQBgizoKtjzOCl9xTZqGWfQErE9pT-IucjscazSdFnjBTtN5WdcLz6wertAJ3co4-F5rYKJw" 
type="text/javascript"></script>
  <div id="geofeed_map" style="width: 100%; height: 200;"></div>
  <script>
  _IG_RegisterOnloadHandler(function () {
    var map = new GMap2(document.getElementById("geofeed_map"));
    map.setCenter(new GLatLng(0,0), 1);
    map.enableDoubleClickZoom();
    map.enableContinuousZoom();
    map.addControl(new GSmallMapControl());
    map.addControl(new GMapTypeControl());
    var geoXml = new 
GGeoXml("http://www.nanaimo.ca/subscribe/incidents.aspx");
    map.addOverlay(geoXml);
    geoXml.gotoDefaultViewport(map);});
  </script>
  ]]>
  </Content>
</Module>

