Re: [GENERAL] finding gps within polygon

2006-06-30 Thread Michael Fuhr
On Thu, Jun 29, 2006 at 11:15:09PM -0400, blackwater dev wrote: > Does anyone have a good tutorial on finding gps points within a polygon? I > need to be able to pass in a list of gps coordinates and let postgres return > to me matching cities from my cities table that are within that polygon. Po

[GENERAL] finding gps within polygon

2006-06-29 Thread blackwater dev
Hello,Does anyone have a good tutorial on finding gps points within a polygon?  I need to be able to pass in a list of gps coordinates and let postgres return to me matching cities from my cities table that are within that polygon. Thanks!