Ensure that surveyors are within a certain radius of a given point

I started typing up how to construct a geotrace string from your reference point and collected point and use the distance function to calculate what you need while thinking 'I bet @Xiphware has a better solution' and did a quick search...it's the same solution, but saves me the trouble of recreating it :wink:

There's an example form in that thread, you would just need to replace one of the points with your reference location as a string in the concat/variable in the concat, then check that the output is <7000m

Here's the docs on the distance function:

5 Likes