<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I have a collection of x,y points and I am trying to draw a bounding polygon. I was unhappy with the default returned, so I decided to a play with the alpha parameter.<br><br>I get no result and the value 'NOTICE:  n = 1'<br><br>printed on the console, <br>My sql is <br><br>pgr_pointsAsPolygon('select id,st_x(st_startpoint(the_geom)) as x, st_y(st_startpoint(the_geom)) as y from tmp where label=27,5.0);<br> select pgr_version() returns psql (10.5 (Ubuntu 10.5-1.pgdg16.04+1))<br>The machine is running postgres 10.5-1<br><br>Is there anything wrong with what I am doing? Using an alpha value of 0 does not generate an error.<br><br>regards<br><br><br>Dave.</div><div><br><br><br><br></div></div></div></div></div>