Tagged Questions
6
votes
2answers
2k views
PostGIS: Find points that lie within a set of coordinates
I have a PostGIS db, and I want to find the points that lie within some region (a bounding box). I have two sets of coordinates, from which I can get all four rectangle points that form the box (if ...