Is it possible to calculate coordinates of an editable point upon SAVE?
0
-
Assuming you are directly editing your data. No. However there are a couple ways around this. - Create a Python script that runs on a Scheduled Task that queries the data and updates it
- Skip the freeform editing and control the edit process through a Workflow.
0 -
Tom,
Thank you for this idea. Can you post an example of what you have created?0 -
32k limit, ugh! Here are links to the workflow and how it runs. Please note that I removed the username and password so you won't be able to run it. The Feature Service is secured and never seen by the users. They only interact with the Map Service.
Clip - https://dl.dropboxusercontent.com/u/695670/AddressMgmt/AddressManagement.mp4
Xaml - https://dl.dropboxusercontent.com/u/695670/AddressMgmt/AddressManagement.xaml0 -
As a side note, we are doing some workarounds to write to tabular data (AddrMgmtSequence > AddrMgmtFlowChart > SaveNewAddress > GetSiteAddressID) to and for obtaining the USNG coordinate (AddrMgmtSequence > AddrMgmtFlowChart > SaveNewAddress > GetCoordinates).
We have written Workflow modules to expose these capabilities within the Worfklow Designer. We will release these shortly but they are still being debugged. These will include initially ApplyEdits, From GeoCoordinateString, and To GeoCoordinateString.0
Please sign in to leave a comment.
Comments
4 comments