Closed pjdohertygis closed 4 years ago
I took the same template at the USNG note pulldata("@geopoint",${location},"USNG") and tried to do the same thing with this. Any ideas why this is the output here?
@tedrick any ideas on the above?
@adf102 I believe you have to specify which parameters you want to extract. This is what I currently have: pulldata("@geopoint",${location},"DDM.latitudeText") + " " + pulldata("@geopoint",${location},"DDM.longitudeText") Is this the simlest way to do it @tedrick ?
The "Map Coordinates" sample in Survey123 Connect should provide guidance on this, as does the Survey123 Help. The syntax for DDM text overall is:
pulldata("@geopoint",${location},"DDM.text")
you can use pulldata("@GeoPoint",${location},"DDM.latitudeText")
/ pulldata("@GeoPoint",${location},"DDM.longitudeText")
for the lat/long
This is the aviation standard and it is a good idea to stamp the data with it.