{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 1, "name": "Street Lights", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102729, "latestWkid": 2272, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119214200, "falseY": -96198500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "71ce3982b93283d3401437e3a7b203fc", "imageData": "iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACDElEQVRYhd3Xv48MUQAH8A92RUshehoNVxFONBIShYiNKBRC/LpKwXI4kbiGuEhoNCTI3YYgoqJRXCJCxR+gkIhEovGr4cQpZiaZ3Z3deTNzyW58k83MvDez75N97817WzNEqQ0akM5/hVmJFanrH/g0KMw5nEhdP8XuQWEWNCGYpTiMm5gv2c4hPMa3Kpg6HmIXRnCsBGgCkziK7fheBlPDgxgCR+JjEVACgY14hh34WRQzmoIkSUBjaGBnR/1WXMBtUddMdtRvFg3w6aKYWRzAXSzpADW0T+kky3EpBtUz6s/2guRhYCY+doKyIOn0glzu91DIbOoFKpJcSCgmATWxvgRkXjRwcxOKWVcSAotwGvvLYB5llK0tCUmyF8t0vxLG8KUfplGx4azUsSej/FQeZmAZesyVjLJRbKnQzi/cwN+O8raFMwsznlE2grcVME9EM6pvQrvpHd5jTUnM1ZCbQjETFSBwXMBqH4JJbwPKJmj7kYfpBfmMVX2emxOtY4uLgPphtvWAnMR17BNtF1an6r6KZs0tbEJL9/bjjWi/UwjzQjTNz6TKmrgWn7ewQfu/g1lcjM8/in6Z6RRoBnd6NZjXTeP4g/Mxairn/s7cj0H3YshB3e+aYAzRuHmOlwUhSVr4gNf9IKEYFSBJXoXcVHVtmhO96pP8rvJlVTHN+LMgGfpVe2AZKsw/LntgJMyJMSEAAAAASUVORK5CYII=", "contentType": "image/png", "width": 26, "height": 26, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2650725.7798315585, "ymin": 334680.9650760591, "xmax": 2668423.703425139, "ymax": 357271.49568231404, "spatialReference": { "wkid": 102729, "latestWkid": 2272, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 0.001, "falseX": -119214200, "falseY": -96198500, "xyUnits": 3.716371748913413E7, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "location", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "objectid", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "status", "type": "esriFieldTypeString", "alias": "Status", "length": 50, "domain": { "type": "codedValue", "name": "StreetLightStatus", "description": "Street Light Status", "codedValues": [ { "name": "Active", "code": "Active" }, { "name": "Completed", "code": "Completed" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "location", "type": "esriFieldTypeString", "alias": "Location", "length": 500, "domain": null }, { "name": "info", "type": "esriFieldTypeString", "alias": "Info", "length": 500, "domain": null }, { "name": "date_of_repair", "type": "esriFieldTypeDate", "alias": "Date_of_Repair", "length": 8, "domain": null }, { "name": "date_of_report", "type": "esriFieldTypeDate", "alias": "Date_of_report", "length": 8, "domain": null }, { "name": "lightissue", "type": "esriFieldTypeString", "alias": "LightIssue", "length": 50, "domain": { "type": "codedValue", "name": "Light Issue", "description": "Light Issue", "codedValues": [ { "name": "Completely Out", "code": "Completely Out" }, { "name": "Light Cycling", "code": "Light Cycling" }, { "name": "Damaged", "code": "Damaged" }, { "name": "Light Stays On", "code": "Light Stays On" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "lightrepair", "type": "esriFieldTypeString", "alias": "LightRepair", "length": 50, "domain": { "type": "codedValue", "name": "LightRepair", "description": "LightRepair", "codedValues": [ { "name": "Replace Photo Cell", "code": "Replace Photo Cell" }, { "name": "Replace Bulb", "code": "Replace Bulb" }, { "name": "Replace Fixture", "code": "Replace Fixture" }, { "name": "Install new LED Light", "code": "Install new LED Light" }, { "name": "Other", "code": "Other" }, { "name": "Replace Photo Cell and Bulb", "code": "Replace Photo Cell & Bulb" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "source", "type": "esriFieldTypeString", "alias": "Source", "length": 50, "domain": { "type": "codedValue", "name": "Source", "description": "", "codedValues": [ { "name": "Phone Call", "code": "Phone Call" }, { "name": "Hooper", "code": "Hooper" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "responder", "type": "esriFieldTypeString", "alias": "Responder", "length": 50, "domain": { "type": "codedValue", "name": "DELETE", "description": "DELETE", "codedValues": [], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "r248_sde_rowid_uk", "fields": "objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a128_ix1", "fields": "shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": false }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": false, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }