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

BoundingBox Expandtoinclude fails when expandng to include bounding box with same longtitudes #61

Open mrjonjonjon opened 2 years ago

mrjonjonjon commented 2 years ago

this probably happens because containslongtitude uses <=/>= instead of </>.