RTree icon indicating copy to clipboard operation
RTree copied to clipboard

how to limit the count of search rtree.bbox(area, limit) ?

Open hoogw opened this issue 5 years ago • 0 comments

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?

hoogw avatar May 08 '20 20:05 hoogw