{ "currentVersion": 10.91, "id": 1, "name": "Street Closures", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": false, "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": false, "relationships": [], "isDataVersioned": true, "isDataArchived": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1425570149000 }, "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": -1.736584005644792E7, "ymin": -3.0240971958386146E7, "xmax": -9915321.717263464, "ymax": 5809291.40077905, "spatialReference": { "wkid": 102100, "latestWkid": 3857 } }, "sourceSpatialReference": { "wkid": 26912, "latestWkid": 26912 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "CLOSURE_TYPE", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 255, 255, 115, 255 ], "width": 2.6 }, "value": "Construction - Potential Delays", "label": "Construction - Potential Delays", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 85, 255, 0, 255 ], "width": 2.6 }, "value": "Upcoming Project", "label": "Upcoming Project", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 255, 255, 0, 255 ], "width": 3 }, "value": "Detour", "label": "Detour", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 250, 52, 17, 255 ], "width": 3 }, "value": "Full Closure", "label": "Full Closure", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 112, 255, 255 ], "width": 3 }, "value": "Partial Closure", "label": "Partial Closure", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDashDot", "color": [ 156, 156, 156, 255 ], "width": 1.2 }, "value": "Completed", "label": "Completed", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": [ { "labelPlacement": "esriServerLinePlacementAboveAfter", "where": null, "labelExpression": "[NAME]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 230, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1.5, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 18055.95482200205, "maxScale": 0 } ] }, "hasM": false, "hasZ": false, "allowGeometryUpdates": false, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "NAME", "typeIdField": "CLOSURE_TYPE", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "Map ID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "Name", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "NAME" }, { "name": "CLOSURE", "type": "esriFieldTypeString", "alias": "Closure Dates", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "CLOSURE" }, { "name": "LIMITS", "type": "esriFieldTypeString", "alias": "Limits", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "LIMITS" }, { "name": "AGENCY", "type": "esriFieldTypeString", "alias": "Agency", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "AGENCY" }, { "name": "TYPE", "type": "esriFieldTypeString", "alias": "Type of Work", "domain": null, "editable": true, "nullable": true, "length": 150, "defaultValue": null, "modelName": "TYPE" }, { "name": "CONTACT", "type": "esriFieldTypeString", "alias": "Contact Information", "domain": null, "editable": true, "nullable": true, "length": 150, "defaultValue": null, "modelName": "CONTACT" }, { "name": "CLOSURE_TYPE", "type": "esriFieldTypeString", "alias": "Street Closure Type", "domain": { "type": "codedValue", "name": "street_closure_type", "description": "Street Closure Type", "codedValues": [ { "name": "Full Closure", "code": "Full Closure" }, { "name": "Partial Closure", "code": "Partial Closure" }, { "name": "Detour", "code": "Detour" }, { "name": "Upcoming Project", "code": "Upcoming Project" }, { "name": "Construction - Potential Delays", "code": "Construction - Potential Delays" }, { "name": "Completed", "code": "Completed" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "CLOSURE_TYPE" }, { "name": "HYPERLINK", "type": "esriFieldTypeString", "alias": "HYPERLINK", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": "10462", "modelName": "HYPERLINK" }, { "name": "BEGIN_DATE", "type": "esriFieldTypeDate", "alias": "Begin Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "BEGIN_DATE" }, { "name": "END_DATE", "type": "esriFieldTypeDate", "alias": "End Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "END_DATE" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R1092_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": "Construction - Potential Delays", "name": "Construction - Potential Delays", "domains": { "CLOSURE_TYPE": {"type": "inherited"} }, "templates": [ { "name": "Construction - Potential Delays", "description": "", "prototype": { "attributes": { "BEGIN_DATE": null, "END_DATE": null, "NAME": null, "CLOSURE": null, "LIMITS": null, "AGENCY": null, "TYPE": null, "CONTACT": null, "CLOSURE_TYPE": "Construction - Potential Delays", "HYPERLINK": "10462" } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": "Upcoming Project", "name": "Upcoming Project", "domains": { "CLOSURE_TYPE": {"type": "inherited"} }, "templates": [ { "name": "Upcoming Project", "description": "", "prototype": { "attributes": { "BEGIN_DATE": null, "END_DATE": null, "NAME": null, "CLOSURE": null, "LIMITS": null, "AGENCY": null, "TYPE": null, "CONTACT": null, "CLOSURE_TYPE": "Upcoming Project", "HYPERLINK": "10462" } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": "Detour", "name": "Detour", "domains": { "CLOSURE_TYPE": {"type": "inherited"} }, "templates": [ { "name": "Detour", "description": "", "prototype": { "attributes": { "BEGIN_DATE": null, "END_DATE": null, "NAME": null, "CLOSURE": null, "LIMITS": null, "AGENCY": null, "TYPE": null, "CONTACT": null, "CLOSURE_TYPE": "Detour", "HYPERLINK": "10462" } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": "Full Closure", "name": "Full Closure", "domains": { "CLOSURE_TYPE": {"type": "inherited"} }, "templates": [ { "name": "Full Closure", "description": "", "prototype": { "attributes": { "BEGIN_DATE": null, "END_DATE": null, "NAME": null, "CLOSURE": null, "LIMITS": null, "AGENCY": null, "TYPE": null, "CONTACT": null, "CLOSURE_TYPE": "Full Closure", "HYPERLINK": "10462" } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": "Partial Closure", "name": "Partial Closure", "domains": { "CLOSURE_TYPE": {"type": "inherited"} }, "templates": [ { "name": "Partial Closure", "description": "", "prototype": { "attributes": { "BEGIN_DATE": null, "END_DATE": null, "NAME": null, "CLOSURE": null, "LIMITS": null, "AGENCY": null, "TYPE": null, "CONTACT": null, "CLOSURE_TYPE": "Partial Closure", "HYPERLINK": "10462" } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": "Completed", "name": "Completed", "domains": { "CLOSURE_TYPE": {"type": "inherited"} }, "templates": [ { "name": "Completed", "description": "", "prototype": { "attributes": { "BEGIN_DATE": null, "END_DATE": null, "NAME": null, "CLOSURE": null, "LIMITS": null, "AGENCY": null, "TYPE": null, "CONTACT": null, "CLOSURE_TYPE": "Completed", "HYPERLINK": "10462" } }, "drawingTool": "esriFeatureEditToolLine" } ] } ], "templates": [], "maxRecordCount": 4500, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "aa510ab520454566b06f6e7d49d07256" }