Hi Jeremy,
Jeremy Murphy wrote:It is supported. It's hard to tell what may be the problem in your case without the code. The following code compiles and runs correctly for me: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.
#include <boost/geometry.hpp>
#include <boost/geometry/index/rtree.hpp>