<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,8 +28,8 @@ However, 'dqcjqcp84c6e' is not centered inside 'dqcjqc', and searching within 'd
 So instead, we can use the mathematical properties of the Geohash to quickly calculate the neighbors of 'dqcjqc';  we find that they are:
 'dqcjqf','dqcjqb','dqcjr1','dqcjq9','dqcjqd','dqcjr4','dqcjr0','dqcjq8'
 
-This gives us a bounding box around 'dqcjqcp84c6e' roughly 2km x 1.5km and allows for a database search on fewer than 9 keys:
-SELECT * FROM table WHERE LEFT(geohash,6) IN ('dqcjqf','dqcjqb','dqcjr1','dqcjq9','dqcjqd','dqcjr4','dqcjr0','dqcjq8');
+This gives us a bounding box around 'dqcjqcp84c6e' roughly 2km x 1.5km and allows for a database search on just 9 keys:
+SELECT * FROM table WHERE LEFT(geohash,6) IN ('dqcjqc', 'dqcjqf','dqcjqb','dqcjr1','dqcjq9','dqcjqd','dqcjr4','dqcjr0','dqcjq8');
 
 MORE INFORMATION
 GeoHash on Wikipedia (http://en.wikipedia.org/wiki/Geohash)</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -130,7 +130,7 @@ function plotGeoHash (gLatLng) {
 	for (var n in geoHashBox.neighbors) {
 		boxes.push(&quot;'&quot;+geoHashBox.neighbors[n].geohash+&quot;'&quot;);
 	}
-	boxList.innerHTML += boxes.join(',') + &quot;)&quot;;
+	boxList.innerHTML += boxes.join(',') + geoHashBox.geohash + &quot;)&quot;;
 
 	searchInfo = document.getElementById(&quot;searchInfo&quot;);
 	var xdistance = geoHashBox.neighbors.topleft.corners.topleft.distanceFrom(geoHashBox.neighbors.topright.corners.topright);</diff>
      <filename>geohash-demo.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>45c9cd07efffc62905557ddc68793ed27aac88e5</id>
    </parent>
  </parents>
  <author>
    <name>David Troy</name>
    <email>dave@popvox.com</email>
  </author>
  <url>http://github.com/davetroy/geohash-js/commit/6422e85e3ebfd454cb49991d430aac9ac4b62319</url>
  <id>6422e85e3ebfd454cb49991d430aac9ac4b62319</id>
  <committed-date>2008-05-30T11:55:26-07:00</committed-date>
  <authored-date>2008-05-30T11:55:26-07:00</authored-date>
  <message>Search list should include self</message>
  <tree>3587c51e1bbe14b97aec99e91e87dce5e4b59b02</tree>
  <committer>
    <name>David Troy</name>
    <email>dave@popvox.com</email>
  </committer>
</commit>
