ubilabs / kd-tree-javascript

JavaScript k-d Tree Implementation
MIT License
642 stars 109 forks source link

Fix nearest search when maxNodes > size of tree #11

Closed curzonj closed 9 years ago

curzonj commented 9 years ago

I think when you search for more nodes than the tree has it hits an error.

aemkei commented 9 years ago

Thank you for fixing this!