viceroypenguin / RBush

R-Tree Implementation for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error MinimumMinEntries

xuan2261 opened this issue · comments

I edit the MinimumMaxEntries parameter to 3 instead of 4 as default, I set up the RTree tree with var tree = new RBush(maxEntries: 3);. When creating the RTree tree, I show that the RTree tree has a Node with 1 Entrie. Meanwhile, the default setting parameter is MinimumMinEntries = 2. How to fix this error.
image
image