benlau / gogogohk

Automatically exported from code.google.com/p/gogogohk
0 stars 0 forks source link

hashBounds() - Should return all the geohash prefix of the bounding region instead of 4 corners #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the current implementation , only the geohash prefix of the corners will
be returned. It won't return the hash value in all the bounding area. If
user have a larger monitor , then the center region will not be covered. 

Hints : calculateAdjacent() function in geohash package

Original issue reported on code.google.com by xben...@gmail.com on 26 Aug 2009 at 9:24

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by xben...@gmail.com on 30 Aug 2009 at 3:14