Hello All,

( Sorry for my english, but I try to explain my need as better as I know ).


I need to create  textual notes on many polygons, with QGis, and I would
like to automate more than possible the process.

For the moment, I created an "Action", defined as following:


Note_ACTION

echo [%'\n\nPolygon  (mq) :\n' ||'Area: ' || toint( round ( $area)) || '\n'
|| 'Perimeter: ' || toint( round ($perimeter)) %]


In this way,  clicking on each polygon I have the text I need.   :)

But,  for the moment, it is necessary to copy the text and paste it inside
the  Textual Note.


It could be possible to... create the action in a way that creates directly
the  Textual Note with the text inside ?


Could somebody give me suggestions about this ?

Thank you in advance

Roberto
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to