Hi Everyone, I'm trying to change the distance function for RTree. I have looked into the online version of the mailing list and found a post that helped me get started : <http://boost-geometry.203548.n3.nabble.com/R-tree-query-nearest-nodes-with-torus-distance-strategy-td4026516.html> . I followed the steps in that post but the comparable_distance function I wrote doesn't get triggered. I was wondering if anyone knew the reason why.