Select to view content in your preferred language

Auto Populate X Y fields

2561
2
06-06-2014 01:17 PM
JeffWard
Honored Contributor
Is there a way to auto populate the X Y fields I have in my feature layer when using Collector?

Thanks,
Jeff Ward
Summit County, Utah
Tags (2)
2 Replies
MikeBruening
Deactivated User
If you happen to find an answer to this question, then it would be great to have some insight...If I happen to find a way I'll revisit and post it here.
0 Kudos
SappiGIS
Occasional Contributor
Hi

I have auto populate the fields in SQL server.  You can use a trigger or view by adding the following field to the view/ trigger.
x.[SHAPE].STY AS lat, x.[SHAPE].STX AS long,

It worked for us.
0 Kudos