RTree
RTree copied to clipboard
how to limit the count of search rtree.bbox(area, limit) ?
how to limit the count of search rtree.bbox(area, limit) ?
I want to limit max 5 feature returned by rtree.bbox(area, 5) or rtree.search(area, 5)
How to do that?