reqlite
reqlite copied to clipboard
Distance point - line
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.