<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs title="rennes en 3D"
               directory_title="Rennesen 3d"
               description="Le Mapplet de Rennes en 3D"
               author="Arnaud Chapin"
               author_email="arnaud.chapin@en-3d.com"
               screenshot="http://en-3d.com/rennes.png"
               thumbnail="http://en-3d.com/rennes.png">
    <Require feature="sharedmap" />
    <Require feature="dynamic-height"/> 
  </ModulePrefs>
  <Content type="html"><![CDATA[
    <style type="text/css">
      ul {
        font-size: 90%;
        padding-left: 1em;
      }
      li {
        padding-left: 0em;
      }
    </style>
    
    <ol id="list"></ol>

    <script type="text/javascript" 
        src="http://en-3d.com/egeoxml.js"></script>
    <script type="text/javascript" 
        src="http://en-3d.com/listing_09_15.js"></script>
    <script type="text/javascript">
      // Initialize the map
      map = new GMap2();

      // Initialize the KML processor
      var url = 'http://en-3d.com/rennes.kml';
      var options = {sidebarid: 'list', createmarker: addDataPoint, nozoom: true};
      geoXml = new EGeoXml(map, url, options);
  
      // Attach an event handler for after the KML is processed
      GEvent.addListener(geoXml, 'parsed', xmlParsed);
  
      // Load the KML
      geoXml.parse();

      // Attach an event to refresh the marker display whenever the map moves
      GEvent.addListener(map, 'moveend',         mapMoveEnd);
	    GEvent.addListener(map, 'infowindowopen',  mapInfoWindowOpen);
      GEvent.addListener(map, 'infowindowclose', mapInfoWindowClose);
    </script>

    <hr /><p>Mapplet En-3D.com</p>
    <iframe src="http://" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
  ]]></Content>
</Module>