Tagged Questions
3
votes
2answers
230 views
How to recalculate the the length of a geography linestring from nearby geography point in POSTGIS?
I have a geography type linestring
*route_geography geography(LineString,4326)*, its a route from point A to point B. Now I have a point C near that line. I want to find the nearest point on that ...
