Tagged Questions
6
votes
2answers
159 views
Find points of interest near a path?
Imagine a table of points of interest along with lat/long. The user identifies two of these points. I want to do the following:
Calculate a great-circle path between these points
Find all POIs that ...
5
votes
3answers
443 views
Is there a way to get ST_ClosestPoint for Geography type?
Using PostGIS 2.0.0 I'd like to find the point on a LINESTRING that is closest to a given point. The LINESTRING represents a great circle line (ie. geography type). ST_ClosestPoint appears to do ...