<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs
  title="Death Valley Driving Tour"
  height="400"
  thumbnail="http://earth.google.com/gallery/images/small/death_valley_driving_sm.jpg"
  screenshot="http://earth.google.com/gallery/images/large/death_valley_driving_lg.jpg"
  author="DestinSharks.com"
  author_link="http://destinsharks.com"
  description="Using a camera and GPS device to locate the place of the camera, DestinSharks have created a KML offering an animated photographic tour of Death Valley, California. Just to the left of the time slider at the top, you will see a small icon that looks like a clock. Here you can change the speed of the animation. We would suggest setting this to the slowest. Once you have done that, press play and see Death Valley unfold infront of your eyes."
>
<Require feature="geofeed"/>
</ModulePrefs>
<UserPref
  name="_mpl_type"
  datatype="hidden"
  default_value="gf"
>
</UserPref>
<UserPref
  name="_mpl_data"
  datatype="hidden"
  default_value="http://services.google.com/earth/kmz/death_valley_driving_n.kmz"
>
</UserPref>
<Content type="html"><![CDATA[
<script src="http://maps.google.com/maps?file=api&amp;v=2.x&amp;
key=ABQIAAAAFNQS_3MQBgizoKtjzOCl9xTZqGWfQErE9pT-IucjscazSdFnjBTtN5WdcLz6wertAJ3co4-F5rYKJw"
  type="text/javascript"></script>
<div id="geofeed_map" style="width: 100%; height: 400;"></div>
<script>
_IG_RegisterOnloadHandler(function () {
  var map = new GMap2(document.getElementById("geofeed_map"));
  map.enableDoubleClickZoom();
  map.enableContinuousZoom();
  map.setCenter(new GLatLng(0,0), 1);
  var geoXml = new GGeoXml("http://services.google.com/earth/kmz/death_valley_driving_n.kmz");
  map.addControl(new GSmallMapControl());
  map.addControl(new GMapTypeControl());
  map.addOverlay(geoXml);
  geoXml.gotoDefaultViewport(map);
});
</script>
]]>
</Content>
</Module>
