DOI-USGS / gems-tools-pro

GeMS Tools for ArcGIS Pro
Creative Commons Zero v1.0 Universal
46 stars 15 forks source link

New Validate tool error (v2.11.3): MapUnitOverlayPolys missing field Type #72

Closed alwunder closed 1 year ago

alwunder commented 1 year ago

Got the following error on a database that previously passed validation:

Level 3 errors
    3.1 Missing or mis-defined fields
    MapUnitOverlayPolys missing field Type

I double-checked and as far as I can tell, MapUnitOverlayPolys is modeled after MapUnitPolys and does not have a Type field. The GeMS_Definition.py file also does not show Type in the list of fields. OverlayPolys does have a Type field; maybe the script is not identifying the MapUnitOverlayPolys class correctly?

ethoms-usgs commented 1 year ago

That was it. Fixed in v2.11.4