{
 "currentVersion": 10.81,
 "id": 119,
 "name": "Speed Cushion",
 "type": "Feature Layer",
 "description": "Traffic Access Control Features",
 "geometryType": "esriGeometryPoint",
 "sourceSpatialReference": {
  "wkid": 26917,
  "latestWkid": 26917
 },
 "copyrightText": "City of Barrie",
 "parentLayer": {
  "id": 18,
  "name": "Transportation"
 },
 "subLayers": [],
 "minScale": 150000,
 "maxScale": 0,
 "drawingInfo": {
  "renderer": {
   "type": "uniqueValue",
   "field1": "STATUS",
   "field2": null,
   "field3": null,
   "defaultSymbol": {
    "type": "esriPMS",
    "url": "5596c7944f9287d88ba62b5ca20c4844",
    "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAH9JREFUGJV1yrENQVEYgNFT/MltSOQZQamlZAAzSDSiMoDCAlpGoFMxgVpiBrXmVq+5Fc1LiPC15wtNVVUNcs5j1DjhAdH4Lue89G6DGc6BOT4ROjigH1j4XRvTQPVnkFLqBm7o/RpKKdfAChO0vvyCY+COIbYYoU4p7UspazxfNAYdD8CqeCsAAAAASUVORK5CYII=",
    "contentType": "image/png",
    "width": 6,
    "height": 6,
    "angle": 0,
    "xoffset": 0,
    "yoffset": 0
   },
   "defaultLabel": "Other Status",
   "uniqueValueInfos": [
    {
     "symbol": {
      "type": "esriSMS",
      "style": "esriSMSCircle",
      "color": [
       76,
       230,
       0,
       255
      ],
      "size": 8,
      "angle": 0,
      "xoffset": 0,
      "yoffset": 0,
      "outline": {
       "color": [
        255,
        255,
        255,
        255
       ],
       "width": 1
      }
     },
     "value": "ACTIVE",
     "label": "Active",
     "description": ""
    },
    {
     "symbol": {
      "type": "esriPMS",
      "url": "abd8b89a150edcff2780e6f6696665f6",
      "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAKRJREFUGJV1yjEOAUEYQOH3Z2Y7EuEISi0lB3AGiUZUDiBZyZ/JzhZajkCn4gRqiTOo9YpNdndGQyLC175neXHO9UVkBDzKsjxmWXYHsADe+20IYfGekyRZO+emqnqy3vvZZ3xpicg+z/OeBeb81qyqamJDCO0/AyLSscAV6P4aYowXa4xZ1nU9Bhpf/ayqB5um6U1VB8aYDTAEHjHGXVEUKyA+AdIQOzkvGoW+AAAAAElFTkSuQmCC",
      "contentType": "image/png",
      "width": 6,
      "height": 6,
      "angle": 0,
      "xoffset": 0,
      "yoffset": 0
     },
     "value": "REMOVED",
     "label": "Removed",
     "description": ""
    }
   ],
   "fieldDelimiter": ","
  },
  "transparency": 0,
  "labelingInfo": null
 },
 "defaultVisibility": false,
 "extent": {
  "xmin": -8876868.132032435,
  "ymin": 5516282.881552223,
  "xmax": -8861418.104750054,
  "ymax": 5530832.031644402,
  "spatialReference": {
   "wkid": 102100,
   "latestWkid": 3857
  }
 },
 "hasAttachments": false,
 "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
 "displayField": "NAME",
 "typeIdField": null,
 "subtypeFieldName": null,
 "subtypeField": null,
 "defaultSubtypeCode": null,
 "fields": [
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null
  },
  {
   "name": "ASSETID",
   "type": "esriFieldTypeString",
   "alias": "Asset Identifier",
   "length": 20,
   "domain": null
  },
  {
   "name": "PARKID",
   "type": "esriFieldTypeString",
   "alias": "Park Identifier",
   "length": 10,
   "domain": null
  },
  {
   "name": "CONTROLTYPE",
   "type": "esriFieldTypeString",
   "alias": "Control Type",
   "length": 50,
   "domain": null
  },
  {
   "name": "LENGTH",
   "type": "esriFieldTypeDouble",
   "alias": "Length",
   "domain": null
  },
  {
   "name": "HEIGHT",
   "type": "esriFieldTypeDouble",
   "alias": "Height",
   "domain": null
  },
  {
   "name": "DATEINST",
   "type": "esriFieldTypeDate",
   "alias": "Date Installed",
   "length": 8,
   "domain": null
  },
  {
   "name": "OWNEDBY",
   "type": "esriFieldTypeInteger",
   "alias": "Owner",
   "domain": null
  },
  {
   "name": "MANAGEDBY",
   "type": "esriFieldTypeInteger",
   "alias": "Manager",
   "domain": null
  },
  {
   "name": "STATUS",
   "type": "esriFieldTypeString",
   "alias": "Status of the asset",
   "length": 10,
   "domain": {
    "type": "codedValue",
    "name": "g_Status",
    "description": "Lifecycle status of assets",
    "codedValues": [
     {
      "name": "ACTIVE",
      "code": "ACTIVE"
     },
     {
      "name": "ABANDONED",
      "code": "ABANDONED"
     },
     {
      "name": "INACTIVE",
      "code": "INACTIVE"
     },
     {
      "name": "REMOVED",
      "code": "REMOVED"
     },
     {
      "name": "UNKNOWN",
      "code": "UNKNOWN"
     },
     {
      "name": "PROPOSED",
      "code": "PROPOSED"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDuplicate"
   }
  },
  {
   "name": "RECSOURCE",
   "type": "esriFieldTypeString",
   "alias": "Record Source",
   "length": 255,
   "domain": null
  },
  {
   "name": "COMMENT",
   "type": "esriFieldTypeString",
   "alias": "Comment",
   "length": 255,
   "domain": null
  },
  {
   "name": "LASTUPDATE",
   "type": "esriFieldTypeDate",
   "alias": "Last Update Date",
   "length": 8,
   "domain": null
  },
  {
   "name": "LASTEDITOR",
   "type": "esriFieldTypeString",
   "alias": "Last Editor",
   "length": 50,
   "domain": null
  },
  {
   "name": "SHAPE",
   "type": "esriFieldTypeGeometry",
   "alias": "SHAPE",
   "domain": null
  },
  {
   "name": "NAME",
   "type": "esriFieldTypeString",
   "alias": "NAME",
   "length": 100,
   "domain": null
  },
  {
   "name": "LABELID",
   "type": "esriFieldTypeString",
   "alias": "LABELID",
   "length": 25,
   "domain": null
  },
  {
   "name": "RECTYPE",
   "type": "esriFieldTypeString",
   "alias": "Record Type",
   "length": 50,
   "domain": {
    "type": "codedValue",
    "name": "g_RecType",
    "description": "Record Type Origin",
    "codedValues": [
     {
      "name": "DESIGN",
      "code": "DESIGN"
     },
     {
      "name": "ASBUILT",
      "code": "ASBUILT"
     },
     {
      "name": "ISSUED FOR TENDER",
      "code": "ISSUED FOR TENDER"
     },
     {
      "name": "ISSUED FOR CONSTRUCTION",
      "code": "ISSUED FOR CONSTRUCTION"
     },
     {
      "name": "FIELD VERIFIED",
      "code": "FIELD VERIFIED"
     },
     {
      "name": "MODEL",
      "code": "MODEL"
     },
     {
      "name": "SITE PLAN",
      "code": "SITE PLAN"
     },
     {
      "name": "PRE-SERVICING",
      "code": "PRE-SERVICING"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDuplicate"
   }
  }
 ],
 "geometryField": {
  "name": "SHAPE",
  "type": "esriFieldTypeGeometry",
  "alias": "SHAPE"
 },
 "indexes": [
  {
   "name": "FDO_OBJECTID",
   "fields": "OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "FDO_SHAPE",
   "fields": "SHAPE",
   "isAscending": true,
   "isUnique": false,
   "description": ""
  }
 ],
 "subtypes": [],
 "relationships": [],
 "canModifyLayer": true,
 "canScaleSymbols": false,
 "hasLabels": false,
 "capabilities": "Map,Query,Data",
 "maxRecordCount": 1000,
 "supportsStatistics": true,
 "supportsAdvancedQueries": true,
 "supportedQueryFormats": "JSON, geoJSON",
 "isDataVersioned": false,
 "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
 "useStandardizedQueries": true,
 "advancedQueryCapabilities": {
  "useStandardizedQueries": true,
  "supportsStatistics": true,
  "supportsHavingClause": true,
  "supportsCountDistinct": true,
  "supportsOrderBy": true,
  "supportsDistinct": true,
  "supportsPagination": true,
  "supportsTrueCurve": true,
  "supportsReturningQueryExtent": true,
  "supportsQueryWithDistance": true,
  "supportsSqlExpression": true
 },
 "supportsDatumTransformation": true,
 "dateFieldsTimeReference": null,
 "supportsCoordinatesQuantization": true
}