<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>anchor.png</filename>
    </added>
    <added>
      <filename>shadow.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -111,6 +111,21 @@ function plotGeoHash (gLatLng) {
 	var lat = parseInt(gLatLng.lat()*1000)/1000;
 	var lng = parseInt(gLatLng.lng()*1000)/1000;
 	searchInfo.innerHTML = lat + &quot;, &quot; + lng + &quot; [w:&quot; + xdistance + units + &quot;, h:&quot; + ydistance + units + &quot;] (&quot; + searcharea + &quot;km2)&quot;;
+
+	// var myIcon = new GIcon({image : './anchor.png', shadow : './shadow.png'});
+	// var myMarker = new GMarker(gLatLng);
+	// map.addOverlay(myMarker);
+}
+
+function clearSpan(s) {
+	sp = document.getElementById(s);
+  sp.innerHTML = &quot;&quot;;
+}
+
+function cleanUp() {
+	map.clearOverlays();
+	clearSpan('boxList');
+	clearSpan('searchInfo');	
 }
 
 </diff>
      <filename>geohash-demo.js</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,7 @@ body {
   font-weight: Bold;
   color: white;
   margin: 0px;
+  padding: 0px;
 }
 input {
   font-family: 'Helvetica';  
@@ -22,7 +23,7 @@ input {
 &lt;/style&gt;
 &lt;/head&gt;
 &lt;body&gt;
-  &lt;div style=&quot;width:100%; background: #000; height: 10%; padding: 15px;&quot;&gt;
+  &lt;div style=&quot;width:100%; background: #000; height: 90px; padding-left: 15px; padding-top: 15px;&quot;&gt;
     &lt;input type=&quot;text&quot; value=&quot;1600 Pennsylvania Ave, Washington, DC&quot; id=&quot;address&quot; name=&quot;address&quot; size=&quot;50&quot;&gt;
     &lt;input type=&quot;text&quot; value=&quot;&quot; id=&quot;geoHash&quot; name=&quot;geoHash&quot;&gt;
 &lt;select id=&quot;hashResolution&quot; name=&quot;hashResolution&quot;&gt;
@@ -35,11 +36,10 @@ input {
 &lt;/select&gt;
     
     &lt;input type=&quot;button&quot; value=&quot;plot&quot; onClick=&quot;geocodeAddress();&quot;&gt;
-    &lt;input type=&quot;button&quot; value=&quot;clear&quot; onClick=&quot;map.clearOverlays();&quot;&gt;
-    &lt;br&gt;
-    &lt;span id=&quot;boxList&quot;&gt;&lt;/span&gt;&lt;br/&gt;
-    &lt;span id=&quot;searchInfo&quot;&gt;&lt;/span&gt;
+    &lt;input type=&quot;button&quot; value=&quot;clear&quot; onClick=&quot;cleanUp();&quot;&gt;
+    &lt;div id=&quot;boxList&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;searchInfo&quot;&gt;&lt;/div&gt;
   &lt;/div&gt;
-  &lt;div id=&quot;map&quot; style=&quot;width:100%; height:90%;&quot;&gt;
+  &lt;div id=&quot;map&quot; style=&quot;width:100%; height:800px;&quot;&gt;
 &lt;/body&gt;
 &lt;/html&gt;
\ No newline at end of file</diff>
      <filename>index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5fee71881ab95fefafde5a105b77af825d3011b8</id>
    </parent>
  </parents>
  <author>
    <name>David Troy</name>
    <email>dave@popvox.com</email>
  </author>
  <url>http://github.com/davetroy/geohash-js/commit/a93d3bb1e6f87335a7e582ad4da39124128c986d</url>
  <id>a93d3bb1e6f87335a7e582ad4da39124128c986d</id>
  <committed-date>2008-05-30T09:57:50-07:00</committed-date>
  <authored-date>2008-05-30T09:57:50-07:00</authored-date>
  <message>Tweaks</message>
  <tree>31ec1c2c90655fc5f207456ec46fa1492c8220a4</tree>
  <committer>
    <name>David Troy</name>
    <email>dave@popvox.com</email>
  </committer>
</commit>
