On Tue, Mar 02, 2010 at 10:35:16AM +0100, Nicola Zandonà wrote: > Hi all, > this is my first post and i'm a newbie. > > I have a set of point extracted from longitude and latitude coordinates. > I'd like to circumscribe those points inside a polygon. > Can I solve this problem with an aggregate function?
I belive you can solve it with ST_ConvexHull, passing it a MULTIPOINT. --strk; Share. It's fair. http://iwouldntsteal.net _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
