dhconnelly / rtreego

an R-Tree library for Go

Home Page:http://dhconnelly.github.com/rtreego

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not work when dim = 3

sunsky303 opened this issue · comments

rtreego.NewTree(3, 32, 64)},
find nearest point should be : lat 30.36424936824087, lon 104.03521157476646 ele 413.5494622178376,
but it is : Loc:[30.36001598001311 104.04658807033596 413.5494622178376]

Can you provide a full reproduction case? This isn’t really enough information to be able to reproduce or debug.