<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="KML 与 GeoRSS 叠加层" height="300">
  <Require feature="sharedmap"/>
</ModulePrefs>
<Content type="html"><![CDATA[

<small>
演示了通过访问 <a href="http://chinamaps.googlecode.com/svn/docs/examples/beijing-cycles.kml">KML 文件</a> 绘制北京的环线。
</small>

<script>
var map = new GMap2();
var geoXml = new GGeoXml("http://chinamaps.googlecode.com/svn/docs/examples/beijing-cycles.kml");

map.setCenter(new GLatLng(39.917,116.397), 11);
map.addOverlay(geoXml);
</script>

]]></Content>
</Module>
