{
 "currentVersion": 10.91,
 "id": 1,
 "name": "Road Closure Status",
 "type": "Feature Layer",
 "parentLayer": null,
 "defaultVisibility": true,
 "minScale": 0,
 "maxScale": 0,
 "canScaleSymbols": false,
 "geometryType": "esriGeometryPolyline",
 "description": "",
 "copyrightText": "",
 "editFieldsInfo": {
  "creationDateField": "created_date",
  "creatorField": "created_user",
  "editDateField": "last_edited_date",
  "editorField": "last_edited_user"
 },
 "ownershipBasedAccessControlForFeatures": null,
 "syncCanReturnChanges": true,
 "relationships": [],
 "isDataVersioned": false,
 "isDataArchived": true,
 "isCoGoEnabled": false,
 "supportsRollbackOnFailureParameter": false,
 "archivingInfo": {
  "supportsQueryWithHistoricMoment": true,
  "startArchivingMoment": 1571764624000
 },
 "supportsStatistics": true,
 "supportsAdvancedQueries": true,
 "supportsValidateSQL": true,
 "supportsCoordinatesQuantization": true,
 "supportsCalculate": false,
 "supportsDatumTransformation": 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,
  "supportsQueryWithDatumTransformation": true
 },
 "extent": {
  "xmin": 417627.1355999997,
  "ymin": 28409.539999999106,
  "xmax": 549937.2000000002,
  "ymax": 278508.63829999976,
  "spatialReference": {
   "wkid": 32145,
   "latestWkid": 32145
  }
 },
 "sourceSpatialReference": {
  "wkid": 32145,
  "latestWkid": 32145
 },
 "drawingInfo": {
  "renderer": {
   "type": "uniqueValue",
   "field1": "Status",
   "field2": null,
   "field3": null,
   "defaultSymbol": null,
   "defaultLabel": null,
   "uniqueValueInfos": [
    {
     "symbol": {
      "type": "esriSLS",
      "style": "esriSLSSolid",
      "color": [
       255,
       0,
       0,
       255
      ],
      "width": 6
     },
     "value": "Closed",
     "label": "Road Closed",
     "description": ""
    },
    {
     "symbol": {
      "type": "esriSLS",
      "style": "esriSLSSolid",
      "color": [
       223,
       115,
       255,
       255
      ],
      "width": 6
     },
     "value": "ClosedAuthorized",
     "label": "Closed - Authorized Vehicles Only",
     "description": ""
    },
    {
     "symbol": {
      "type": "esriSLS",
      "style": "esriSLSSolid",
      "color": [
       255,
       255,
       0,
       255
      ],
      "width": 6
     },
     "value": "Limited",
     "label": "Limited Service - Expect Delays",
     "description": ""
    },
    {
     "symbol": {
      "type": "esriSLS",
      "style": "esriSLSSolid",
      "color": [
       76,
       230,
       0,
       255
      ],
      "width": 6
     },
     "value": "Normal",
     "label": "Normal Service Restored",
     "description": ""
    },
    {
     "symbol": {
      "type": "esriSLS",
      "style": "esriSLSSolid",
      "color": [
       255,
       170,
       0,
       255
      ],
      "width": 7
     },
     "value": "Detour",
     "label": "Detour Route",
     "description": ""
    },
    {
     "symbol": {
      "type": "esriSLS",
      "style": "esriSLSSolid",
      "color": [
       0,
       0,
       0,
       255
      ],
      "width": 2
     },
     "value": "NoReported",
     "label": "No Reported Damage - Expect Normal Traffic",
     "description": ""
    }
   ],
   "fieldDelimiter": ","
  },
  "transparency": 0,
  "labelingInfo": null
 },
 "hasM": false,
 "hasZ": false,
 "allowGeometryUpdates": true,
 "allowTrueCurvesUpdates": false,
 "onlyAllowTrueCurveUpdatesByTrueCurveClients": false,
 "hasAttachments": true,
 "supportsAttachmentsByUploadId": true,
 "supportsApplyEditsWithGlobalIds": true,
 "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
 "objectIdField": "OBJECTID",
 "globalIdField": "GlobalID",
 "displayField": "Status",
 "typeIdField": "Status",
 "subtypeField": "",
 "fields": [
  {
   "name": "Town",
   "type": "esriFieldTypeString",
   "alias": "Town",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 50,
   "defaultValue": null,
   "modelName": "Town"
  },
  {
   "name": "Route",
   "type": "esriFieldTypeString",
   "alias": "Route/Road Name",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 150,
   "defaultValue": null,
   "modelName": "Route"
  },
  {
   "name": "MMs",
   "type": "esriFieldTypeDouble",
   "alias": "MM start",
   "domain": null,
   "editable": true,
   "nullable": true,
   "defaultValue": null,
   "modelName": "MMs"
  },
  {
   "name": "MMe",
   "type": "esriFieldTypeDouble",
   "alias": "MM end",
   "domain": null,
   "editable": true,
   "nullable": true,
   "defaultValue": null,
   "modelName": "MMe"
  },
  {
   "name": "Status",
   "type": "esriFieldTypeString",
   "alias": "Status",
   "domain": {
    "type": "codedValue",
    "name": "ICS_Road_Status",
    "description": "Status of Road Closures",
    "codedValues": [
     {
      "name": "Road Closed",
      "code": "Closed"
     },
     {
      "name": "Closed - Authorized Vehicles Only",
      "code": "ClosedAuthorized"
     },
     {
      "name": "Limited Service - Expect Delays",
      "code": "Limited"
     },
     {
      "name": "Normal Service Restored",
      "code": "Normal"
     },
     {
      "name": "No Reported Damage - Expect Normal Traffic",
      "code": "NoReported"
     },
     {
      "name": "Detour Route",
      "code": "Detour"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   },
   "editable": true,
   "nullable": true,
   "length": 150,
   "defaultValue": null,
   "modelName": "Status"
  },
  {
   "name": "Ownership",
   "type": "esriFieldTypeString",
   "alias": "Ownership",
   "domain": {
    "type": "codedValue",
    "name": "ICS_Ownership",
    "description": "Ownership of Road or Bridge",
    "codedValues": [
     {
      "name": "State Closure",
      "code": "State"
     },
     {
      "name": "Town Closure",
      "code": "Town"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   },
   "editable": true,
   "nullable": true,
   "length": 50,
   "defaultValue": null,
   "modelName": "Ownership"
  },
  {
   "name": "Description",
   "type": "esriFieldTypeString",
   "alias": "Description/Location of Road Damage",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 255,
   "defaultValue": null,
   "modelName": "Description"
  },
  {
   "name": "Comments",
   "type": "esriFieldTypeString",
   "alias": "Comments",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 255,
   "defaultValue": null,
   "modelName": "Comments"
  },
  {
   "name": "GlobalID",
   "type": "esriFieldTypeGlobalID",
   "alias": "GlobalID",
   "domain": null,
   "editable": false,
   "nullable": false,
   "length": 38,
   "defaultValue": null,
   "modelName": "GlobalID"
  },
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null,
   "editable": false,
   "nullable": false,
   "defaultValue": null,
   "modelName": "OBJECTID"
  },
  {
   "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": "District",
   "type": "esriFieldTypeString",
   "alias": "District",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 50,
   "defaultValue": null,
   "modelName": "District"
  }
 ],
 "geometryField": {
  "name": "SHAPE",
  "type": "esriFieldTypeGeometry",
  "alias": "SHAPE",
  "domain": null,
  "editable": true,
  "nullable": true,
  "defaultValue": null,
  "modelName": "SHAPE"
 },
 "indexes": [
  {
   "name": "UUID_30929",
   "fields": "GlobalID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "gdb_ct3_30929",
   "fields": "OBJECTID",
   "isAscending": true,
   "isUnique": false,
   "description": ""
  },
  {
   "name": "S22489_idx",
   "fields": "SHAPE",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  }
 ],
 "dateFieldsTimeReference": {
  "timeZone": "UTC",
  "respectsDaylightSaving": false
 },
 "types": [
  {
   "id": "Closed",
   "name": "Closed",
   "domains": {
    "Status": {"type": "inherited"},
    "Ownership": {"type": "inherited"}
   },
   "templates": [
    {
     "name": "Closed",
     "description": "",
     "prototype": {
      "attributes": {
       "District": null,
       "Town": null,
       "Route": null,
       "MMs": null,
       "MMe": null,
       "Status": "Closed",
       "Ownership": null,
       "Description": null,
       "Comments": null
      }
     },
     "drawingTool": "esriFeatureEditToolLine"
    }
   ]
  },
  {
   "id": "ClosedAuthorized",
   "name": "ClosedAuthorized",
   "domains": {
    "Status": {"type": "inherited"},
    "Ownership": {"type": "inherited"}
   },
   "templates": [
    {
     "name": "ClosedAuthorized",
     "description": "",
     "prototype": {
      "attributes": {
       "District": null,
       "Town": null,
       "Route": null,
       "MMs": null,
       "MMe": null,
       "Status": "ClosedAuthorized",
       "Ownership": null,
       "Description": null,
       "Comments": null
      }
     },
     "drawingTool": "esriFeatureEditToolLine"
    }
   ]
  },
  {
   "id": "Limited",
   "name": "Limited",
   "domains": {
    "Status": {"type": "inherited"},
    "Ownership": {"type": "inherited"}
   },
   "templates": [
    {
     "name": "Limited",
     "description": "",
     "prototype": {
      "attributes": {
       "District": null,
       "Town": null,
       "Route": null,
       "MMs": null,
       "MMe": null,
       "Status": "Limited",
       "Ownership": null,
       "Description": null,
       "Comments": null
      }
     },
     "drawingTool": "esriFeatureEditToolLine"
    }
   ]
  },
  {
   "id": "Normal",
   "name": "Normal",
   "domains": {
    "Status": {"type": "inherited"},
    "Ownership": {"type": "inherited"}
   },
   "templates": [
    {
     "name": "Normal",
     "description": "",
     "prototype": {
      "attributes": {
       "District": null,
       "Town": null,
       "Route": null,
       "MMs": null,
       "MMe": null,
       "Status": "Normal",
       "Ownership": null,
       "Description": null,
       "Comments": null
      }
     },
     "drawingTool": "esriFeatureEditToolLine"
    }
   ]
  },
  {
   "id": "Detour",
   "name": "Detour",
   "domains": {
    "Status": {"type": "inherited"},
    "Ownership": {"type": "inherited"}
   },
   "templates": [
    {
     "name": "Detour",
     "description": "",
     "prototype": {
      "attributes": {
       "District": null,
       "Town": null,
       "Route": null,
       "MMs": null,
       "MMe": null,
       "Status": "Detour",
       "Ownership": null,
       "Description": null,
       "Comments": null
      }
     },
     "drawingTool": "esriFeatureEditToolLine"
    }
   ]
  },
  {
   "id": "NoReported",
   "name": "NoReported",
   "domains": {
    "Status": {"type": "inherited"},
    "Ownership": {"type": "inherited"}
   },
   "templates": [
    {
     "name": "NoReported",
     "description": "",
     "prototype": {
      "attributes": {
       "District": null,
       "Town": null,
       "Route": null,
       "MMs": null,
       "MMe": null,
       "Status": "NoReported",
       "Ownership": null,
       "Description": null,
       "Comments": null
      }
     },
     "drawingTool": "esriFeatureEditToolLine"
    }
   ]
  }
 ],
 "templates": [],
 "maxRecordCount": 1000,
 "supportedQueryFormats": "JSON, geoJSON",
 "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync,Extract",
 "useStandardizedQueries": true,
 "standardMaxRecordCount": 8000,
 "tileMaxRecordCount": 4000,
 "standardMaxRecordCountNoGeometry": 32000,
 "maxRecordCountFactor": 1
}