<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Tweelim GeoRSS Test" height="300">
  <Require feature="sharedmap"/>
</ModulePrefs>
<Content type="html"><![CDATA[

<small>
Tweelim GeoRSS Test
</small>

<script>
var map = new GMap2();
var geoXml = new GGeoXml("http://tweelim.com/tweelim1/rss/index.php?max-results=270&georss=true");
var point = new GLatLng(37.71859, 6.679688);
map.setCenter(point, 2);
map.addOverlay(geoXml);
</script>

]]></Content>
</Module>

