[GRASS-user] How we can pickup catagory, lat, long of a point by mouse click event with reference to a vector point map

Swapan wrote:

Yes I have lat long column but I would like to pickup these value to a
text file by single click event. How I can do it.

if using the UNIX xmons (not the wxGUI), you can use 'd.what.vect -x' and
-t for that. If using the wxGUI you have to cut and paste the results of
the query tool out of the output tab in the layer manager. (select + right
click in the text canvas)

Hamish