We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9013900 commit bae6608Copy full SHA for bae6608
320_Geohashes/40_Geohashes.asciidoc
@@ -9,7 +9,7 @@ be a useful way of indexing geo-points and geo- shapes in databases.
9
Geohashes divide the world up into a grid of 32 cells -- 4 rows and 8 columns
10
-- each represented by a letter or number. The `g` cell covers half of
11
Greenland, all of Iceland and most of Great Britian. Each cell can be further
12
-divided into anokther 32 cells, which can be divided into another 32 cells,
+divided into another 32 cells, which can be divided into another 32 cells,
13
and so on. The `gc`, cell covers Ireland and England, `gcp` covers most of
14
London and part of Southern England, and `gcpuuz94k` is the entrance to
15
Buckingham Palace, accurate to about 5 metres.
0 commit comments