Esri / collector-tools

A set of python scripts and geoprocessing tools to automate common tasks and workflows in conjunction with Collector for ArcGIS
Apache License 2.0
74 stars 35 forks source link

Z-Value parameter keeps defaulting to picking a random numeric field #62

Closed nalexandrou closed 6 years ago

nalexandrou commented 6 years ago

I know that the model is going to attempt to autofill, but even when I go into the parameter and select "Altitude", it will revert the parameter back to a different numeric field. The numeric field it keeps autoselecting, is the first numeric field contained by the feature. It autoselects latitude and longitude fine. Just altitude appears to be autoselecting the first numeric field in the list, and will continue to revert back to it, regardless of what field I tell it to use.

nalexandrou commented 6 years ago

Tool was selecting first available numeric (double) field. Re-arranged fields and it is now selecting Altitude by default.