<div dir="ltr"><div dir="ltr">Hello folks,<div><br></div><div>When I use ST_AsRaster in Postgis, I can't get the expected result.</div><div><br></div><div>My SQL: SELECT ST_AsPNG(ST_AsRaster(ST_GeomFromText('POLYGON((4 3,4 2,1 2,1 3,4 3))'),150, 150,ARRAY['8BUI'],ARRAY[4],ARRAY[0])) ;</div><div><br></div><div>I write the select result into byte[] and write into disk tiff file in Java.</div><div><br></div><div>But I got a file like this:</div><div><br></div><div><img src="cid:ii_lwfs1m7n1" alt="image.png" width="297" height="297"><br></div><div><br></div><div>This result file is in the attached file.</div><div><br></div><div>I think the right result should contain nodata district ,but my result file did't.</div><div><br></div><div>Any clues will appreciate,thank you very much.</div></div></div>