I am doing a project, where I have bunch of GPS points and a database of roads (let's say they are straight line with 2 GPS points) and my task is to snap those points to the nearest road.
I have searched for the solution and found this: Wiki page
But the problem is that it is a solution for normal cartesian coordinates, but I need it to work for geo points. Thanks a lot.