I'm trying to extract screen coordinates (X and Y) from points shapefile in QGIS. the tools available is extracting the coordinates based on earth coordinate.
to make it clearer, bellow is a simplified simulation. so if i have a 5x5 pixel screen, if i move my map and it displays 3 points such as this:
xxxxx
x1xxx
xxx1x
1xxxx
xxxxx
*1 would be the point
when i extract the coordinates, i want to see:
(1,1), (3,2), and (0,3).
anyone has any idea how to do this?
I have tried to do so using the Vector Table from the Toolbox, and it gave me coordinates relatives to the earth, instead of my screen.