{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 1, "name": "LINE - ADA Self Evaluation Layers", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 500000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape__Length", "units": "esriMeters" }, "hasMetadata": true, "extent": { "xmin": -8439246.511908762, "ymin": 4643365.539403367, "xmax": -8354463.42678665, "ymax": 4842482.87355333, "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": 4326, "latestWkid": 4326, "xyTolerance": 8.98315284119521E-9, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -400, "falseY": -400, "xyUnits": 9.999999999999999E8, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "//IIf($feature.ORIGINAL_COMPLIANCE_STATUS == \"1\",\"Y\",IIf($feature.CURRENT_COMPLIANCE_STATUS == \"1\",\"Y\",\"N\"))\n\nvar inv_type = $feature.ADA_INVENTORY_TYPE;\nvar og_cs = $feature.ORIGINAL_COMPLIANCE_STATUS;\nvar cur_cs = $feature.CURRENT_COMPLIANCE_STATUS;\n\nvar outputSymbolClass = \"\";\n\nif (inv_type == \"Crosswalk\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Crosswalk - Line: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Crosswalk - Line: Non-Compliant\";\n } else {\n outputSymbolClass = \"Crosswalk - Line: all other values\";\n }\n \n} else if (inv_type == \"Missing Sidewalk Link\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Missing Sidewalk Link: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Missing Sidewalk Link: Non-Compliant\";\n } else {\n outputSymbolClass = \"Missing Sidewalk Link: all other values\";\n }\n \n} else if (inv_type == \"SharedUsePath\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Shared Use Path - Line: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Shared Use Path - Line: Non-Compliant\";\n } else {\n outputSymbolClass = \"Shared Use Path - Line: all other values\";\n }\n \n} else if (inv_type == \"Sidewalk\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Sidewalk - Line: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Sidewalk - Line: Non-Compliant\";\n } else {\n outputSymbolClass = \"Sidewalk - Line: all other values\";\n }\n \n}\n\nreturn outputSymbolClass;", "valueExpressionTitle": "ADA Compliance Status", "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 0, 132, 168, 255 ], "width": 1 }, "value": "Crosswalk - Line: Compliant", "label": "Crosswalk - Line: Compliant" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 230, 0, 0, 255 ], "width": 1 }, "value": "Crosswalk - Line: Non-Compliant", "label": "Crosswalk - Line: Non-Compliant" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 132, 168, 255 ], "width": 2 }, "value": "Missing Sidewalk Link: Compliant", "label": "Missing Sidewalk Link: Compliant" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 169, 0, 230, 255 ], "width": 2 }, "value": "Missing Sidewalk Link: Non-Compliant", "label": "Missing Sidewalk Link: Non-Compliant" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 132, 168, 255 ], "width": 1 }, "value": "Shared Use Path - Line: Compliant", "label": "Shared Use Path - Line: Compliant" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 132, 168, 255 ], "width": 3.4 }, "value": "Sidewalk - Line: Compliant", "label": "Sidewalk - Line: Compliant" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 0, 0, 255 ], "width": 3.4 }, "value": "Sidewalk - Line: Non-Compliant", "label": "Sidewalk - Line: Non-Compliant" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 230, 0, 255 ], "width": 3.4 }, "value": "Sidewalk - Line: all other values", "label": "Sidewalk - Line: all other values" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 210, 217, 255 ], "toColor": [ 252, 210, 217, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 252, 179, 255 ], "toColor": [ 194, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 182, 252, 255 ], "toColor": [ 194, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 252, 255 ], "toColor": [ 179, 252, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 239, 189, 255 ], "toColor": [ 252, 239, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 221, 252, 255 ], "toColor": [ 207, 221, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 236, 255 ], "toColor": [ 252, 182, 236, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 252, 222, 255 ], "toColor": [ 199, 252, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 228, 204, 252, 255 ], "toColor": [ 228, 204, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 233, 252, 187, 255 ], "toColor": [ 233, 252, 187, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 205, 179, 255 ], "toColor": [ 252, 205, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 232, 215, 255 ], "toColor": [ 252, 232, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 204, 255 ], "toColor": [ 252, 182, 204, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "Original_Import_ID", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "ORIGINAL_IMPORT_ID", "type": "esriFieldTypeString", "alias": "Original_Import_ID", "domain": null, "editable": true, "nullable": true, "length": 36, "defaultValue": null, "modelName": "Original_Import_ID" }, { "name": "COUNTY", "type": "esriFieldTypeString", "alias": "County", "domain": null, "editable": true, "nullable": true, "length": 512, "defaultValue": null, "modelName": "County" }, { "name": "MUNICIPALITY", "type": "esriFieldTypeString", "alias": "Municipality", "domain": null, "editable": true, "nullable": true, "length": 512, "defaultValue": null, "modelName": "Municipality" }, { "name": "ORIGINAL_CREATION_DATE", "type": "esriFieldTypeString", "alias": "Original_Creation_Date", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "Original_Creation_Date" }, { "name": "ORIGINAL_CREATION_USER", "type": "esriFieldTypeString", "alias": "Original_Creation_User", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "Original_Creation_User" }, { "name": "ORIGINAL_INSPECTION_DATE", "type": "esriFieldTypeString", "alias": "Original_Inspection_Date", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "Original_Inspection_Date" }, { "name": "FACILITY_TYPE", "type": "esriFieldTypeString", "alias": "Facility_Type", "domain": null, "editable": true, "nullable": true, "length": 80, "defaultValue": null, "modelName": "Facility_Type" }, { "name": "MAINTENANCE_RESPONSIBILITY", "type": "esriFieldTypeString", "alias": "Maintenance_Responsibility", "domain": null, "editable": true, "nullable": true, "length": 80, "defaultValue": null, "modelName": "Maintenance_Responsibility" }, { "name": "TRANSITION_PLAN", "type": "esriFieldTypeString", "alias": "Transition_Plan", "domain": null, "editable": true, "nullable": true, "length": 1, "defaultValue": null, "modelName": "Transition_Plan" }, { "name": "ORIGINAL_COMPLIANCE_STATUS", "type": "esriFieldTypeString", "alias": "Original_Compliance_Status", "domain": null, "editable": true, "nullable": true, "length": 1, "defaultValue": null, "modelName": "Original_Compliance_Status" }, { "name": "CURRENT_COMPLIANCE_STATUS", "type": "esriFieldTypeString", "alias": "Current_Compliance_Status", "domain": null, "editable": true, "nullable": true, "length": 1, "defaultValue": null, "modelName": "Current_Compliance_Status" }, { "name": "DATE_CURRENT_COMPLIANCE_SET", "type": "esriFieldTypeDate", "alias": "Date_Current_Compliance_Set", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "Date_Current_Compliance_Set" }, { "name": "LAST_INSPECTED_DATE", "type": "esriFieldTypeDate", "alias": "Last_Inspected_Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "Last_Inspected_Date" }, { "name": "LAST_UPDATED_DATE", "type": "esriFieldTypeDate", "alias": "Last_Updated_Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "Last_Updated_Date" }, { "name": "IMPORTED_COMMENTS", "type": "esriFieldTypeString", "alias": "Imported_Comments", "domain": null, "editable": true, "nullable": true, "length": 512, "defaultValue": null, "modelName": "Imported_Comments" }, { "name": "IS_INACTIVE", "type": "esriFieldTypeSmallInteger", "alias": "Is_Inactive", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "Is_Inactive" }, { "name": "INACTIVE_REASON", "type": "esriFieldTypeString", "alias": "Inactive_Reason", "domain": null, "editable": true, "nullable": true, "length": 512, "defaultValue": null, "modelName": "Inactive_Reason" }, { "name": "IS_UNDER_REVIEW", "type": "esriFieldTypeSmallInteger", "alias": "Is_Under_Review", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "Is_Under_Review" }, { "name": "REVIEW_REASON", "type": "esriFieldTypeString", "alias": "Review_Reason", "domain": null, "editable": true, "nullable": true, "length": 512, "defaultValue": null, "modelName": "Review_Reason" }, { "name": "REVIEW_INSPECTOR", "type": "esriFieldTypeString", "alias": "Review_Inspector", "domain": null, "editable": true, "nullable": true, "length": 80, "defaultValue": null, "modelName": "Review_Inspector" }, { "name": "IS_DELETED", "type": "esriFieldTypeSmallInteger", "alias": "Is_Deleted", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "Is_Deleted" }, { "name": "UPDATED_LENGTH", "type": "esriFieldTypeDouble", "alias": "Updated_Length", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Updated_Length" }, { "name": "UPDATED_MILES", "type": "esriFieldTypeDouble", "alias": "Updated_Miles", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Updated_Miles" }, { "name": "INSPECTEDLENGTH", "type": "esriFieldTypeDouble", "alias": "InspectedLength", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "InspectedLength" }, { "name": "STARTSTOPDESCRIPTION", "type": "esriFieldTypeString", "alias": "StartStopDescription", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "StartStopDescription" }, { "name": "DATEACTIVEON", "type": "esriFieldTypeDate", "alias": "DateActiveOn", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "DateActiveOn" }, { "name": "DATEACTIVEUNTIL", "type": "esriFieldTypeDate", "alias": "DateActiveUntil", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "DateActiveUntil" }, { "name": "REPLACESFACILITYID", "type": "esriFieldTypeGUID", "alias": "ReplacesFacilityId", "domain": null, "editable": true, "nullable": true, "length": 38, "defaultValue": null, "modelName": "ReplacesFacilityId" }, { "name": "YEARCOMPLIANCESET", "type": "esriFieldTypeInteger", "alias": "YearComplianceSet", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "YearComplianceSet" }, { "name": "ADA_INVENTORY_TYPE", "type": "esriFieldTypeString", "alias": "ADA_Inventory_Type", "domain": null, "editable": true, "nullable": true, "length": 80, "defaultValue": null, "modelName": "ADA_Inventory_Type" }, { "name": "UPDT", "type": "esriFieldTypeDate", "alias": "UPDT\n", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "UPDT" }, { "name": "SE_ANNO_CAD_DATA", "type": "esriFieldTypeBlob", "alias": "SE_ANNO_CAD_DATA", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SE_ANNO_CAD_DATA" }, { "name": "ACIA_ID", "type": "esriFieldTypeString", "alias": "ACIA_ID", "domain": null, "editable": true, "nullable": false, "length": 100, "defaultValue": null, "modelName": "ACIA_ID" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "SHAPE.LEN", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE.LEN" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "ACIA_MERGED_LINES_JMT_IDX0", "fields": "ACIA_ID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "ACIA_MERGED_LINES_JMT_IDX1", "fields": "FACILITY_TYPE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R835_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "A682_IX1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Facility Lines", "description": "", "prototype": { "attributes": { "ACIA_ID": " ", "ORIGINAL_IMPORT_ID": null, "COUNTY": null, "MUNICIPALITY": null, "ORIGINAL_CREATION_DATE": null, "ORIGINAL_CREATION_USER": null, "ORIGINAL_INSPECTION_DATE": null, "FACILITY_TYPE": null, "MAINTENANCE_RESPONSIBILITY": null, "TRANSITION_PLAN": null, "ORIGINAL_COMPLIANCE_STATUS": null, "CURRENT_COMPLIANCE_STATUS": null, "DATE_CURRENT_COMPLIANCE_SET": null, "LAST_INSPECTED_DATE": null, "LAST_UPDATED_DATE": null, "IMPORTED_COMMENTS": null, "IS_INACTIVE": 0, "INACTIVE_REASON": null, "IS_UNDER_REVIEW": 0, "REVIEW_REASON": null, "REVIEW_INSPECTOR": null, "IS_DELETED": 0, "UPDATED_LENGTH": null, "UPDATED_MILES": null, "INSPECTEDLENGTH": null, "STARTSTOPDESCRIPTION": null, "DATEACTIVEON": null, "DATEACTIVEUNTIL": null, "REPLACESFACILITYID": null, "YEARCOMPLIANCESET": null, "ADA_INVENTORY_TYPE": null, "UPDT": null, "SE_ANNO_CAD_DATA": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }