Hi there,
I’m currently trying to build a survey designed for field expeditions and patrols. I want to create a workflow which allows me to gather the user’s travel/patrol route data and any additional event data the user encounters.
I have had no problems using geopoint
to set the starting points, event location, and end points or using geotrace
to obtain the overall route when no events are present. However, I noticed I’m not able to combine the two processes and have the user continue documenting an event while the app continues marking their location during and after the user documents an event. Is there a way to continue automatic location marking fromgeotrace
in the background after the user moves to another question?
I have tried adding audit
to the xls form as an additional source of information, however it seems to only mark coordinates whenever the user answer a question, rather than automatic, constant monitoring similar to that of geotrace
.
One workaround I’ve found so far is by including the geotrace
question into repeating groups, resulting in multiple geotrace
lines which I can then process and combine into a single line afterwards.
Many thanks.