RTree icon indicating copy to clipboard operation
RTree copied to clipboard

Results 3 RTree issues
Sort by recently updated
recently updated
newest added

This is a snippet from the unit test that triggered the bug. ``` c# private class Something { public int Id; public Envelope Envelope; public override int GetHashCode() { return...

I've tried to create an rtree of 155K shapes (instance of class Shape), this is visualization of bounds of lowest nodes which each nodes just have one Shape: ![last](https://cloud.githubusercontent.com/assets/7839141/9765374/32af90d0-5729-11e5-9e0a-9c3e87799699.png) I...

Killa freakin job, this thing skreams@! I changed the ints on the envelope constructor to doubles to afford like, lat lngs and what not, had a bit of a cascade...