reqlite icon indicating copy to clipboard operation
reqlite copied to clipboard

Distance point - line

Open neumino opened this issue 9 years ago • 0 comments

We currently support distance(point, point) but not distance(point, line).

It seems that RethinkDB compute the geodesic considering the earth a sphere, find the closest point and then compute the distance using a ellipsoide model.

Ping danielmewes (on GitHub) if you plan to do it.

neumino avatar May 20 '15 02:05 neumino