[GIS] Update point coordinates in QGIS after manually moving locations in edit mode

coordinatespointqgisupdate

I have imported point coordinates from a database, but I need to manually adjust a lot of the locations. Is there a way for QGIS to automatically update the point locations in the attribute table after you move your points?

Best Answer

Using Field Calculator $x and $y operators, you can over-write the old coordinates in attribute table. Just run it once - after you have moved all points to the desired locations.

Field Calculator v.2.x: http://docs.qgis.org/2.0/en/docs/user_manual/working_with_vector/field_calculator.html

Field Calculator v2.4+: http://nathanw.net/2014/05/23/qgis-field-calc-bar/