RTree icon indicating copy to clipboard operation
RTree copied to clipboard

R-Tree Library for Javascript. Check out the Wiki for API information!

Results 7 RTree issues
Sort by recently updated
recently updated
newest added

Perhaps this could be a fix for issue #3. Regards Philipp

=== enforces strict equality rather than checking equality after type coercing.

Hi all, First of all thanks for the code - really useful! :-) Now I hope there owner is still looking at the issues here. Below is the test code...

Removing and searching points does not work properly. I think the problem is that the width and height of the rectangle for points is 0. For example the rectangle used...

Because you library is really useful for the server side

The API Reference states that RTree.remove returns "the number of objects deleted from the R-Tree". But actually an array of leafs is returned. Btw. thanks for this great library!