DenisCarriere / geojson-rbush

GeoJSON implementation of RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles
MIT License
70 stars 14 forks source link

Downgraded rbush to 2.x #9

Closed totalpave closed 5 years ago

totalpave commented 5 years ago

Downgraded rbush to 2.x.

Rbush has recently upgraded to 3.x which includes breaking changes and you have to use the API differently now. All existing unit tests passed with this change, but I did had to to make a change to BBox import for the tests to work.

Fixes #8

DenisCarriere commented 5 years ago

Thanks! @totalpave I'll release a patch update