I have a need to get the X and Y coordinates of a point in State Plane and WGS84 on the fly at the same time. Meaning I need to populate two sets of X and Y fields - (on the fly) - one for State Plane and the other WGS84.
Does anyone have a solution for this?
I can have my data in State Plane then calculate the X,Y fields; then project to WGS84 and re-caculate x and y fields; but I need this to be done at the time of collection through a web app.
Any input would be greatly appreciated!