<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Gurdonark's Travels: Spring 2007" 
                description="Places in Gurdonark's 2007 March LJ"
                author="Judith Bush"
                author_email="judielaine@gmail.com"
             author_affiliation="Grey Cat Productions"
             author_location="Mountain View, CA"
             height="150">
  <Require feature="sharedmap"/>
</ModulePrefs>
<Content type="html"><![CDATA[

	
<p>I wanted to take a trip and see the views Gurdonark's seen this month from a slightly different perspective: a GIS -- geographic information system -- view.</p>

<p>There are a number of icons with links to the <a href="http://gurdonark.livejournal.com/">LiveJournal of Gurdonark</a>. <em>Zoom out to see more.</em></p>

<script>

  var map = new GMap2();
  var geoXml = new GGeoXml("http://www.grey-cat.com/GIS-GPS/Gurdonark200703.kml");

  map.setCenter(new GLatLng(32.915333,-96.586647), 14);
  map.addOverlay(geoXml);

</script>

]]></Content>
</Module>
