On 27 May 2010 12:57, Steve Bennett <[email protected]> wrote: > I like this idea. Is it easy to determine, programmatically, whether > an object is geographically within a relation boundary?
PostGIS makes this fairly easy to do, which is why is_in was made irrelevant, you can use ST_Within() and similar functions. http://postgis.refractions.net/documentation/manual-1.5/ST_Within.html _______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk

