I have a shapefile of points in Qgis 2.18. I created the points by direct click on a map, using the digitizing tool. Now I need to fill the 2 columns "Lat" and "Long" in the attribute table with Geographic coordinates (DD MM.mmm).
The shapefile is in Utm. I used the instructions found here: How to automatically fill a lat/long in attribute table.
But when I try to use the Field calculator, the columns are filled with Lat and Long values referred to UTM. Even when I set the Project properties to Geographic, the Field calculator calculate always UTM coordinate to fill the columns.
x(transform($geometry,'epsg:27700','epsg:4326'))to get the X coordinate for my UK Grid data? – Spacedman Jan 31 '17 at 22:02