{ "currentVersion": 10.71, "cimVersion": "2.4.0", "id": 1, "name": "Ditches - State", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [ { "id": 2, "name": "TAMCollector.TAMCOLLECTOR.DSI_DITCH_DATELASTCLEANED", "relatedTableId": 8, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleOrigin", "keyField": "GlobalID", "composite": false } ], "isDataVersioned": false, "isDataArchived": true, "isDataBranchVersioned": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1645120492000 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true }, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape__Length", "units": "esriMeters" }, "hasMetadata": true, "extent": { "xmin": -9423594.6462, "ymin": 5021872.262400001, "xmax": -9286498.2337, "ymax": 5132314.279299997, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 2, "mTolerance": 2, "falseX": -20037700, "falseY": -30241100, "xyUnits": 10000, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 170, 0, 255 ], "width": 5 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": true, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "TYPE", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "TYPE", "type": "esriFieldTypeString", "alias": "Type", "domain": { "type": "codedValue", "name": "D_DSI_DITCH_TYPE", "description": "Type of ditch", "codedValues": [ { "name": "V Ditch", "code": "V Ditch" }, { "name": "Rounded Ditch", "code": "Rounded Ditch" }, { "name": "Flat Bottom", "code": "Flat Bottom" }, { "name": "Rounded/Flat Bottom", "code": "Rounded/Flat Bottom" }, { "name": "Swale", "code": "Swale" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "TYPE" }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "Status", "domain": { "type": "codedValue", "name": "D_STATUS", "description": "Asset Status", "codedValues": [ { "name": "Active", "code": "Active" }, { "name": "Retired", "code": "Retired" }, { "name": "Proposed", "code": "Proposed" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 10, "defaultValue": "Active", "modelName": "STATUS" }, { "name": "DATE_LAST_CLEANED", "type": "esriFieldTypeDate", "alias": "Date Last Cleaned", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "DATE_LAST_CLEANED" }, { "name": "MAINTENANCE_RESPONSIBILITY", "type": "esriFieldTypeString", "alias": "Maintenance Responsibility", "domain": { "type": "codedValue", "name": "D_DSI_MAINTRESPON", "description": "Who is responsible for the item", "codedValues": [ { "name": "ODOT", "code": "ODOT" }, { "name": "County", "code": "County" }, { "name": "City", "code": "City" }, { "name": "Township", "code": "Township" }, { "name": "Village", "code": "Village" }, { "name": "ODNR", "code": "ODNR" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 15, "defaultValue": "ODOT", "modelName": "MAINTENANCE_RESPONSIBILITY" }, { "name": "INSTALL_YEAR", "type": "esriFieldTypeString", "alias": "Install Year", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": "Unknown", "modelName": "INSTALL_YEAR" }, { "name": "FLOW_DIRECTION", "type": "esriFieldTypeString", "alias": "Flow Direction", "domain": { "type": "codedValue", "name": "D_GEO_DIRECTION", "description": "D_GEO_DIRECTION", "codedValues": [ { "name": "North", "code": "N" }, { "name": "South", "code": "S" }, { "name": "East", "code": "E" }, { "name": "West", "code": "W" }, { "name": "Northeast", "code": "NE" }, { "name": "Northwest", "code": "NW" }, { "name": "Southeast", "code": "SE" }, { "name": "Southwest", "code": "SW" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "FLOW_DIRECTION" }, { "name": "LET_PLANS_URL", "type": "esriFieldTypeString", "alias": "URL", "domain": null, "editable": true, "nullable": true, "length": 150, "defaultValue": null, "modelName": "LET_PLANS_URL" }, { "name": "COMMENT", "type": "esriFieldTypeString", "alias": "Comment", "domain": null, "editable": true, "nullable": true, "length": 1000, "defaultValue": null, "modelName": "COMMENT" }, { "name": "DITCH_FILE_NUMBER", "type": "esriFieldTypeString", "alias": "DFN", "domain": null, "editable": true, "nullable": true, "length": 11, "defaultValue": null, "modelName": "DITCH_FILE_NUMBER" }, { "name": "ODOT_DISTRICT", "type": "esriFieldTypeString", "alias": "District", "domain": { "type": "codedValue", "name": "D_DSI_DISTRICT", "description": "District Number", "codedValues": [ { "name": "01", "code": "01" }, { "name": "02", "code": "02" }, { "name": "03", "code": "03" }, { "name": "04", "code": "04" }, { "name": "05", "code": "05" }, { "name": "06", "code": "06" }, { "name": "07", "code": "07" }, { "name": "08", "code": "08" }, { "name": "09", "code": "09" }, { "name": "10", "code": "10" }, { "name": "11", "code": "11" }, { "name": "12", "code": "12" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "ODOT_DISTRICT" }, { "name": "COUNTY", "type": "esriFieldTypeString", "alias": "County", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "COUNTY" }, { "name": "ROUTE_TYPE", "type": "esriFieldTypeString", "alias": "Route Type", "domain": null, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "ROUTE_TYPE" }, { "name": "ROUTE_NBR", "type": "esriFieldTypeString", "alias": "Route Number", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "ROUTE_NBR" }, { "name": "ROUTE_SUFFIX", "type": "esriFieldTypeString", "alias": "Route Suffix", "domain": null, "editable": true, "nullable": true, "length": 1, "defaultValue": null, "modelName": "ROUTE_SUFFIX" }, { "name": "CTL_BEGIN_NBR", "type": "esriFieldTypeDouble", "alias": "CTL Begin Number", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CTL_BEGIN_NBR" }, { "name": "CTL_END_NBR", "type": "esriFieldTypeDouble", "alias": "CTL End Number", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CTL_END_NBR" }, { "name": "STL_BEGIN_NBR", "type": "esriFieldTypeDouble", "alias": "STL Begin Number", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "STL_BEGIN_NBR" }, { "name": "STL_END_NBR", "type": "esriFieldTypeDouble", "alias": "STL End Number", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "STL_END_NBR" }, { "name": "LATITUDE_DD_BEGIN", "type": "esriFieldTypeDouble", "alias": "Latitude DD Begin", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LATITUDE_DD_BEGIN" }, { "name": "LONGITUDE_DD_BEGIN", "type": "esriFieldTypeDouble", "alias": "Longitude DD Begin", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LONGITUDE_DD_BEGIN" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "created_user" }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "created_date" }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "last_edited_user" }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "last_edited_date" }, { "name": "SOURCE", "type": "esriFieldTypeString", "alias": "Source", "domain": { "type": "codedValue", "name": "D_DSI_SOURCE", "description": "Source of data", "codedValues": [ { "name": "Field Verified", "code": "Field Verified" }, { "name": "Plan Set", "code": "Plan Set" }, { "name": "Survey Data", "code": "Survey Data" }, { "name": "Unknown", "code": "Unknown" }, { "name": "County Knowledge", "code": "County Knowledge" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 255, "defaultValue": "Unknown", "modelName": "SOURCE" }, { "name": "KNOWN_FLOW", "type": "esriFieldTypeString", "alias": "Flow Direction Known", "domain": { "type": "codedValue", "name": "D_YESNULL", "description": "Yes", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 255, "defaultValue": "Unknown", "modelName": "KNOWN_FLOW" }, { "name": "COUNTY_RESPON", "type": "esriFieldTypeString", "alias": "County Responsible", "domain": { "type": "codedValue", "name": "D_DSI_D2_COUNTY_RESP", "description": "Lets us assign a county to the maintenance of the asset due to NOP being included in county maintenance and not being a selectable county in our other domains", "codedValues": [ { "name": "Fulton", "code": "Fulton" }, { "name": "Henry", "code": "Henry" }, { "name": "Lucas", "code": "Lucas" }, { "name": "Northwood", "code": "Northwood" }, { "name": "Ottawa", "code": "Ottawa" }, { "name": "Sandusky", "code": "Sandusky" }, { "name": "Seneca", "code": "Seneca" }, { "name": "Williams", "code": "Williams" }, { "name": "Wood", "code": "Wood" }, { "name": "Defiance", "code": "Defiance" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "COUNTY_RESPON" }, { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "INVENTORY_INITIALS", "type": "esriFieldTypeString", "alias": "Initials of person inputting data", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "INVENTORY_INITIALS" }, { "name": "CRS", "type": "esriFieldTypeString", "alias": "CRS", "domain": null, "editable": true, "nullable": true, "length": 17, "defaultValue": null, "modelName": "CRS" }, { "name": "NLF_ID", "type": "esriFieldTypeString", "alias": "NLF_ID", "domain": null, "editable": true, "nullable": true, "length": 14, "defaultValue": null, "modelName": "NLF_ID" }, { "name": "sys_updated_date", "type": "esriFieldTypeDate", "alias": "sys_updated_date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "sys_updated_date" }, { "name": "COUNTY_CD", "type": "esriFieldTypeString", "alias": "COUNTY_CD", "domain": null, "editable": true, "nullable": true, "length": 3, "defaultValue": null, "modelName": "COUNTY_CD" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "Shape.STLength()" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "UUID_184", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "gdb_ct3_184", "fields": "OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S85_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [], "templates": [ { "name": "Yes", "description": "", "prototype": { "attributes": { "SOURCE": "Unknown", "TYPE": null, "DATE_LAST_CLEANED": null, "MAINTENANCE_RESPONSIBILITY": "ODOT", "COUNTY_CD": null, "STATUS": "Active", "INSTALL_YEAR": "Unknown", "FLOW_DIRECTION": null, "LET_PLANS_URL": null, "COMMENT": null, "DITCH_FILE_NUMBER": null, "ODOT_DISTRICT": null, "COUNTY": null, "ROUTE_TYPE": null, "ROUTE_NBR": null, "ROUTE_SUFFIX": null, "CTL_BEGIN_NBR": null, "CTL_END_NBR": null, "STL_BEGIN_NBR": null, "STL_END_NBR": null, "LATITUDE_DD_BEGIN": null, "LONGITUDE_DD_BEGIN": null, "sys_updated_date": null, "NLF_ID": null, "CRS": null, "INVENTORY_INITIALS": null, "KNOWN_FLOW": "Yes", "COUNTY_RESPON": null } }, "drawingTool": "esriFeatureEditToolLine" }, { "name": "Unknown", "description": "", "prototype": { "attributes": { "SOURCE": "Unknown", "TYPE": null, "DATE_LAST_CLEANED": null, "MAINTENANCE_RESPONSIBILITY": "ODOT", "COUNTY_CD": null, "STATUS": "Active", "INSTALL_YEAR": "Unknown", "FLOW_DIRECTION": null, "LET_PLANS_URL": null, "COMMENT": null, "DITCH_FILE_NUMBER": null, "ODOT_DISTRICT": null, "COUNTY": null, "ROUTE_TYPE": null, "ROUTE_NBR": null, "ROUTE_SUFFIX": null, "CTL_BEGIN_NBR": null, "CTL_END_NBR": null, "STL_BEGIN_NBR": null, "STL_END_NBR": null, "LATITUDE_DD_BEGIN": null, "LONGITUDE_DD_BEGIN": null, "sys_updated_date": null, "NLF_ID": null, "CRS": null, "INVENTORY_INITIALS": null, "KNOWN_FLOW": "Unknown", "COUNTY_RESPON": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync,Extract,ChangeTracking", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "maxRecordCountFactor": 1 }