kungfoo / geohash-java

Implementation of GeoHashes in java. We try to be/stay compliant to the spec, as far as possible.
Other
981 stars 310 forks source link

Fix infinite loop in BoundingBoxGeoHashIterator #37

Closed vooft closed 2 years ago

vooft commented 5 years ago

Fixes #25 The problem happened when the top right corner of the map was also included in the bounding box, in this case there was no more cells greater than already included.

kungfoo commented 4 years ago

It is very likely that 1.4.0 does no longer exhibit this behaviour. Let me rebase and check tonight.