<div dir="ltr"><div><div>Hello All,<br><br><br></div><div>( Sorry for my english, but I try to explain my need as better as I know ).<br><br><br></div>I need to create  textual notes on many polygons, with QGis, and I would like to automate more than possible the process.<br>
<br></div>For the moment, I created an "Action", defined as following:<br><div><div><div><br><br>Note_ACTION<br><br>echo [%'\n\nPolygon  (mq) :\n' ||'Area: ' || toint( round ( $area)) || '\n' || 'Perimeter: ' || toint(  round ($perimeter)) %]<br>
<br><br></div><div>In this way,  clicking on each polygon I have the text I need.   :)<br><br></div><div>But,  for the moment, it is necessary to copy the text and paste it inside the  Textual Note.<br><br><br></div><div>
It could be possible to... create the action in a way that creates directly the  Textual Note with the text inside ?<br><br><br></div><div>Could somebody give me suggestions about this ?<br><br></div><div>Thank you in advance<br>
<br></div><div>Roberto<br></div><div><br><br><br></div></div></div></div>