Hi everyone!
I need to automatically compute and populate the x and y coordinates of my point layer into columns every time a user enters a new point. For that, I'm trying to use an immediate attribute rule for the POINT_X and POINT_Y columns. I'm using the formula: Geometry($feature)x and Geometry($feature)y
The result, however, is returning the coordinates in meters. I needed to show coordinates in decimal degrees. Has anyone tried to perform this action in attribute rules?
Thanks!
Hi @arc_ticodex
This solution from an older post might help you out.