Users in our organization have asked to be able to add point features in Collector by typing in the coordinates of the point (rather than clicking on the map or adding at the device location).
Is there a way to set the coordinates of a feature, or a way to locate a coordinate on the map? I know that if you click on the map it will give the location, but we need a way to locate coordinates.
Any help appreciated.
Hi Will,
Doesn't look like this functionality is available just yet.
One thing you could do is have two fields where the user can enter the coordinates of the feature they would like to collect. The user can the collect a point in the general vicinity. You could have a script that runs on the backend to update the geometry of these points. Below is an example of a script that will update the geometry of a point feature service by reading values from a field called X and another called Y.