<snip>Hi Adam,
thanks for the detailed answer. I haven't used Boost.Geometry rtree in a while, so I'm stuck already. :\I created an rtree of 2D Cartesian points, that's fine. But when I tried to do a query using a nearest(segment, 1) predicate, I get a compilation error that looks like comparable_distance is not-yet-implemented between SEGMENT and BOX.
Did I use it incorrectly or is it actually just not yet supported? I'm using the head of develop.