RTree
RTree copied to clipboard
RTree.remove does not return the number of removed objects
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!