[postgis-users] Buffering a convexhull

Brian Sanjeewa Rupasinghe jinkabs at gmail.com
Fri Oct 15 03:36:15 PDT 2010


I used the following query to make a buffer of 1m iutward to a convexull
created by union of a set of polygons. But it gives an error.Why?

SELECT ST_As_Text(ST_Buffer (foo.the_geom, 1)) from (select
(ST_ConvexHull(ST_Union(the_geom))) from building_poly) As foo;

Sanjjewa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20101015/b4b505db/attachment.html>


More information about the postgis-users mailing list