<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="Your Planet Today"
	description="View the Earth from space. Features true-color images from the Aqua and Terra satellites shown on a worldwide interactive map. The map is updated throughout the day."
	title_url="http://www.wronkiewicz.net/earth/"
	screenshot="http://www.wronkiewicz.net/earth/gadget_screenshot.png"
	thumbnail="http://www.wronkiewicz.net/earth/gadget_thumb.png"
	author="Matt Wronkiewicz"
	author_email="matt@wronkiewicz.net"
	author_link="http://matt.wronkiewicz.net/"
	author_location="Ventura, California"
	author_aboutme="Embedded software developer, father of two, amateur rocket builder, geek."
	author_quote="Space is a place, not a program."
	author_photo="http://www.wronkiewicz.net/earth/author_portrait.png">
    <Require feature="minimessage"/>
  </ModulePrefs>
  <UserPref name="refresh" display_name="Refresh interval" default_value="0" datatype="enum" >
    <EnumValue value="0" display_value="Never" />
    <EnumValue value="3" display_value="Every 3 hours" />
    <EnumValue value="24" display_value="Every 24 hours" />
  </UserPref>
  <UserPref name="labels" display_name="Show map labels" datatype="bool" default_value="true"/>
  <UserPref name="controls" display_name="Map layer controls" datatype="bool" default_value="false"/>
  <UserPref name="latitude" display_name="Center latitude" default_value="0"/>
  <UserPref name="longitude" display_name="Center longitude" default_value="0"/>
  <UserPref name="zoom" display_name="Default zoom" default_value="0" datatype="enum" >
    <EnumValue value="0" display_value="0 (Zoomed out)"  />
    <EnumValue value="1" />
    <EnumValue value="2" />
    <EnumValue value="3" />
    <EnumValue value="4" />
    <EnumValue value="5" display_value="5 (Zoomed in)" />
  </UserPref>
  <Content type="url" href="http://www.wronkiewicz.net/earth/gadget.php" /> 
</Module>