Coordinate of Geopoint

574
1
05-28-2021 10:46 AM
TinaKwitkoski
Occasional Contributor

I am fairly new to Survey123 but I have a client that wants to see their geopoint location listed in BC Albers coordinate not UTM, is this possible? Currently I have this to show the UTM coordinate 

pulldata("@geopoint",${location},"UTM.easting")

pulldata("@geopoint",${location},"UTM.northing")

 

Any help greatly appreciated.. 

Cheers

Tina

0 Kudos
1 Reply
by Anonymous User
Not applicable

Hi @TinaKwitkoski,

We do not currently support BC Albers via the pulldata function. Please refer to the Extract Geopoint Values and Coordinate format sub-section in the help documentation for supported formats. Currently we support additional formats MGRS, USNG, UTM, DMS.

However, if you are familar with JavaScript, you could use a JS function to convert the lat/long value returned from pulldata geopoint into your required format and then display that value in the form to the user.

Please refer to https://doc.arcgis.com/en/survey123/desktop/create-surveys/pulldatajavascript.htm and https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js-f... for more information on how JS functions work in Survey123.

Regards,

Phil.

0 Kudos