Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Jul 20, 2020
1 parent e851f59 commit db7c344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A geo hash is a representation of a coordinate that interleaves the bit represen

Geohashes are super useful if you are building e.g. search engines. Though if you are, there are better data structures such as Quad Trees or BKD Trees that Elasticsearch uses in more recent versions.

Here's a [simple example of the hashes for a concave polygon](http://geojson.io/#id=gist:/jillesvangurp/0e4e13a3c9f118af9c7adecafcd2866f) rendered on a map (courtesy of geojson.io).
Here's a [simple example of the hashes for a concave polygon](http://geojson.io/#id=gist:jillesvangurp/0e4e13a3c9f118af9c7adecafcd2866f) rendered on a map (courtesy of geojson.io).



Expand Down

0 comments on commit db7c344

Please sign in to comment.