I used the following query to make a buffer of 1m iutward to a convexull<div>created by union of a set of polygons. But it gives an error.Why?</div><div><br></div><div><span class="Apple-style-span" style="border-collapse: collapse; color: rgb(68, 68, 68); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 17px; "><span class="comment-copy" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 13px; vertical-align: baseline; ">SELECT ST_As_Text(ST_Buffer (foo.the_geom, 1)) from (select (ST_ConvexHull(ST_Union(the_geom))) from building_poly) As foo;</span> </span></div>
<div><span class="Apple-style-span" style="border-collapse: collapse; color: rgb(68, 68, 68); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 17px; "><br></span></div><div>
<span class="Apple-style-span" style="border-collapse: collapse; color: rgb(68, 68, 68); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 17px; ">Sanjjewa</span></div>