Display Lat/Longs in the Result Pane
I have a workflow where I display the coordinates of a user-defined point in the results pane; however, the coordinates are in Web Mercator and I would like to display them in WGS 84 (lat/long).
Does anyone know how to do this?
I'm working in Essentials 3.15 and Silverlight 1.9.
Thanks,
Andrew
0
-
You should be able to use the Project Single Geometry Activity taking the user-defined geometry, declare your projection WKID, and the output geometry is geometry.extent.xmin.tostring + "," + geometry.extent.ymin.tostring.
Ryan
0
Please sign in to leave a comment.
Comments
1 comment