Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sunng87/node-geohash
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Oct 1, 2014
2 parents d40ca2a + 55092cc commit 5db6eca
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Expand Up @@ -94,12 +94,6 @@ Find the neighbor of a geohash integer in certain direction. Direction is a two-

Find all 8 neighbors `[n, ne, e, se, s, sw, w, nw]` of a geohash integer. This method is more efficient than running the geohash.neighbor method multiple times for all directions. The `bitDepth` should be specified, but defaults to 52 bits.



## About Geohash

Check [Wikipedia](http://en.wikipedia.org/wiki/Geohash "Wiki page for geohash") for more information.

## Node-Geohash for browser

We recently added a [browserify](http://browserify.org/) hook in `npm
Expand All @@ -113,6 +107,15 @@ alert(ngeohash.encode(114.23, 38.23));
</script>
```

## About Geohash

Check [Wikipedia](http://en.wikipedia.org/wiki/Geohash "Wiki page for geohash") for more information.

## See Also

[Geohash.rs](https://github.com/sunng87/geohash.rs): node-geohash ported to [Rust](https://rust-lang.org): A rust library (rlib) for geohash.


## Contributors

* [Seth Miller](https://github.com/four43)
Expand Down

0 comments on commit 5db6eca

Please sign in to comment.