Hello,
I am working to set up ESRI Field Maps with ArcGIS Online hosted features to collect point location data using a Trimble Catalyst DA2 (with paired iOS devices). I don't have much experience setting up this type of workflow and am a bit confused when it comes to selecting the coordinate system for my AGOL hosted features. Is it a better practice to set the CS of the features to match the basemap (e.g., WGS 1984 for the default basemap)? Alternatively, would a better workflow be to set the coordinate system to match the receiver (NAD 1983 2011) or a local coordinate system (e.g., the appropriate NAD 1983 [2011] State Plane system)?
Any guidance here would be appreciated -- hoping to avoid an error at this early stage that will ultimately affect data collection accuracy.
Thanks, Alex
Solved! Go to Solution.
Set the layer to web mercator to match the Basemap. The data will project to match the Basemap and be collected to match the Basemap.
Enable GPS metadata capture on your hosted feature later. This should capture data like original coordinates from the GPS.
Set up a location profile on field maps and transformations to wgs84.
What will happen is
Consider enforcing gps accuracy / users shouldn't manually reposition points to align to the relatively inaccurate basemap imagery.
This then let's you leverage accurate GPS locations and store data, while also operating in a web gis environment and allowing for future transformations.
If you publish the layer in a different coordinate system to the Basemap you can end up projecting on the fly or mixing transformation paths. Ideally you have everything in the same coordinate system, but otherwise just need to track when and what transformations are occurring.
A transformation can happy between the GPS and the map, and then the map and the layer. Keeping map/layer the same removes this.
Set the layer to web mercator to match the Basemap. The data will project to match the Basemap and be collected to match the Basemap.
Enable GPS metadata capture on your hosted feature later. This should capture data like original coordinates from the GPS.
Set up a location profile on field maps and transformations to wgs84.
What will happen is
Consider enforcing gps accuracy / users shouldn't manually reposition points to align to the relatively inaccurate basemap imagery.
This then let's you leverage accurate GPS locations and store data, while also operating in a web gis environment and allowing for future transformations.
If you publish the layer in a different coordinate system to the Basemap you can end up projecting on the fly or mixing transformation paths. Ideally you have everything in the same coordinate system, but otherwise just need to track when and what transformations are occurring.
A transformation can happy between the GPS and the map, and then the map and the layer. Keeping map/layer the same removes this.
Thanks Christopher!
Really appreciate the guidance and the extended explanation re: setting the layer CRS to match the basemap. If I understand your guidance correctly, I'll do the following:
One final related question: I have enabled Z Values when creating the feature layer. Is it appropriate in this case to set the vertical spatial reference to WGS84 as well?
In at least one of the tutorials I reviewed, this was left undefined and I haven't yet found definitive guidance on this topic.
Again, thanks for your insight here.