{ "layers": [ { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 0, "name": "POINT - ADA Self Evaluation Layers", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 500000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPoint", "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" }, "hasMetadata": true, "extent": { "xmin": -8519365.424580434, "ymin": 4383376.933324491, "xmax": -8354692.720447396, "ymax": 4842250.433122753, "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 == \"Bus Stop\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Bus Stop: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Bus Stop: Non-Compliant\";\n } else {\n outputSymbolClass = \"Bus Stop: all other values\";\n }\n} else if (inv_type == \"Ramps\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Curb Ramps: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Curb Ramps: Non-Compliant\";\n } else {\n outputSymbolClass = \"Curb Ramps: all other values\";\n }\n} else if (inv_type == \"Curb Barrier\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Curb Barrier: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Curb Barrier: Non-Compliant\";\n } else {\n outputSymbolClass = \"Curb Barrier: all other values\";\n }\n} else if (inv_type == \"Sidewalk Stub End\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Sidewalk Stub End: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Sidewalk Stub End: Non-Compliant\";\n } else {\n outputSymbolClass = \"Sidewalk Stub End: all other values\";\n }\n} else if (inv_type == \"Driveway Crossing\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Driveway Crossing: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Driveway Crossing: Non-Compliant\";\n } else {\n outputSymbolClass = \"Driveway Crossing: all other values\";\n }\n} else if (inv_type == \"Driveway Crossing Non-Compliant Sidewalk\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Driveway Crossing Non-Compliant Sidewalk: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Driveway Crossing Non-Compliant Sidewalk: Non-Compliant\";\n } else {\n outputSymbolClass = \"Driveway Crossing Non-Compliant Sidewalk: all other values\";\n }\n} else if (inv_type == \"Median/Channelized Island\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Median/Channelized Island: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Median/Channelized Island: Non-Compliant\";\n } else {\n outputSymbolClass = \"Median/Channelized Island: all other values\";\n }\n} else if (inv_type == \"Non-Compliant Sidewalk 20 Feet or Less\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Non-Compliant Sidewalk 20 Feet or Less: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Non-Compliant Sidewalk 20 Feet or Less: Non-Compliant\";\n } else {\n outputSymbolClass = \"Non-Compliant Sidewalk 20 Feet or Less: all other values\";\n }\n} else if (inv_type == \"On Street Parking\") {\n outputSymbolClass = \"On Street Parking\";\n} else if (inv_type == \"Horizontal Gap\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Horizontal Gap: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Horizontal Gap: Non-Compliant\";\n } else {\n outputSymbolClass = \"Horizontal Gap: all other values\";\n }\n} else if (inv_type == \"Vertical Elevation\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Vertical Elevation Difference: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Vertical Elevation Difference: Non-Compliant\";\n } else {\n outputSymbolClass = \"Vertical Elevation Difference: all other values\";\n }\n} else if (inv_type == \"Pinch Point\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Pinch Point: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Pinch Point: Non-Compliant\";\n } else {\n outputSymbolClass = \"Pinch Point: all other values\";\n }\n} else if (inv_type == \"Path Berm Run Slope\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Path Berm Run Slope: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Path Berm Run Slope: Non-Compliant\";\n } else {\n outputSymbolClass = \"Path Berm Run Slope: all other values\";\n }\n} else if (inv_type == \"PushButtons\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Push Buttons: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Push Buttons: Non-Compliant\";\n } else {\n outputSymbolClass = \"Push Buttons: all other values\";\n }\n} else if (inv_type == \"Railroad Crossing\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Railroad Crossing: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Railroad Crossing: Non-Compliant\";\n } else {\n outputSymbolClass = \"Railroad Crossing: all other values\";\n }\n} else if (inv_type == \"Sidewalk Passing Area\") {\n outputSymbolClass = \"Sidewalk Passing Area\";\n} else if (inv_type == \"Obstruction\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Obstruction: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Obstruction: Non-Compliant\";\n } else {\n outputSymbolClass = \"Obstruction: all other values\";\n }\n} else if (inv_type == \"Crosswalk\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Crosswalk - Point: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Crosswalk - Point: Non-Compliant\";\n } else {\n outputSymbolClass = \"Crosswalk - Point: all other values\";\n }\n} else if (inv_type == \"SharedUsePath\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Shared Use Path - Point: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Shared Use Path - Point: Non-Compliant\";\n } else {\n outputSymbolClass = \"Shared Use Path - Point: all other values\";\n }\n} else if (inv_type == \"Sidewalk\") {\n if (og_cs == \"1\" || cur_cs == \"1\") {\n outputSymbolClass = \"Sidewalk - Point: Compliant\";\n } else if (og_cs == \"0\" && cur_cs == \"0\") {\n outputSymbolClass = \"Sidewalk - Point: Non-Compliant\";\n } else {\n outputSymbolClass = \"Sidewalk - Point: all other values\";\n }\n}\n\nreturn outputSymbolClass;", "valueExpressionTitle": "ADA Compliance Status", "uniqueValueInfos": [ { "symbol": { "type": "esriPMS", "url": "e16a31e36881951525df0023d337d80b", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABtElEQVQ4jWNhoCJgoZlh/F3rlatt1f2EODm4CWn89ef/70WX7508keh6AKthxVZqZ1dde8L/4ccvwq5gYmII1ZRlYF68x+5orMthDMM+/fjNfub5OxRNPGwsDFI8nAxff/9hePb5O8N/JLnV1x8zFFmomR9lYMA0DBkYSwoyzPA0YTj17B3D9z9/wWIG4gIMZ5+/ZyjfdxHM//PvHwMbEyMrVm8ig3JLTYZNt54x/P73Dy625/5LBmcFcQZtUX6Gq68/Ynodl2GMDAwMzUeuYojfe/+FQVmQhzTD/v5HDh0EuP/xK4OltAhWOayGsTAxMjjKizFsCLXBkBPgYGPY/+Al8YaBADsLM4OqEC+DlggfXOzPv/8M5168Z2BkZCTNMFAyAGlENuzLrz8M+x9idxVOw0DBJcHDwRCiIcPw9PN3uDgrEyNDiYUGQ9nei8QbBgr89G1nGLxVpBgSNp+Ei6sL8zKsCLRi6Dt5k7BhzEhhAUrda64/RlF88+1nBqM5O1Ei4+2331+xGvb195/HxebqqriSBTL4z8DAwMXC/LPx+KVtWA2b4mGsRtAUPIB25RmlAADZzZZ26aWt2QAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 14, "height": 14, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Bus Stop: Compliant", "label": "Bus Stop: Compliant" }, { "symbol": { "type": "esriPMS", "url": "970ad42265b43ebfc686108f87eb1726", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABnElEQVQ4jbWUMUgCYRiG37/7PQ87uEsIpFVMsCVsiJYgHIMm3d3cM7zBKdydGpqbohrEoSkoiKAi3RpcdAiFoMLM407vzj+OoFPuxI7qHb/v/R7e7+fjp/hD0X+DPUtSVCgWd2g4PD9rkA2HhnZ0dLd4e3vlCQvl8zX95EQadLs/iEEhZDJ447jN8M3NtQs26vWCxsPDxAwRRXBLS2CqCqvTARj77umnpxB3d9fhBRtXYG0N0uEhjPt7ME37CrO6CqNWw4eifJlME4TnA55rjktUFOjVKmAY37XhxQX4VAp0ZQXm46N786lvQgj6pZKrLDSboNGoPxizLM+61WqB39jw7HnDKEVwawsLlYqrNSfLGFxe+oDZWwaDoLEYaCLhFE0TRr0OQog/mH0G9uA4bNTvT001HcYY5iIRCOk0rHbbSRsIQNzbQ69Q8AGzLLznchC2t9HNZh1zPA75+BhquTwbRjhu4rr1s7MJs9lo4CWZdPyyDPP1VfWEMVV9ms/nY3aymWIMJBQaaPv7554w6eBgeTZluv7vP/utPgG4jZK/9mqYYQAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 14, "height": 14, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Bus Stop: Non-Compliant", "label": "Bus Stop: Non-Compliant" }, { "symbol": { "type": "esriPMS", "url": "e804e0c2ccc3525975eb4e08481f6d61", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABh0lEQVQ4jbWUP0jDQBTGv0uvydEGkhYK4lqqoIvoIC6COApOuru5W7GDk7g7OTg7iTqIg5OgIIKKdXNw0UEUCrX0X0jSS3ISlJrS1LZov/F77/34Hvc4in8UHRisUNDSjG0uUpqMdxsUosFNc/82lbq5DIXFYtm8ZR1qtl3uKQdjyyiVIrPJ5PVVG8zzqgrn9y0jhKiIRIYhhAHXffczNWuWdQRVXZsGQmBBRaNT0LQ9cH4HIcyvLHQCnOdRq+W+uxwQIkdD1wxKVXOwrFMAvOk1GueQ5XlQOg7HeQxZvKMI6vXtNpexZ1Ca7g8mhBvqu+4LZHkmtNYBRqEoc0gkTtoqkqTDti/6gfmvqIDSDCgdC7gOOH8AIaQ/mH8G/mAQ5nn1jql+gQlI0hAYW4LrvgXSRqGq66hWN/qBuahUVsHYAsrllZ9mOgpdP4Bh7HSHERJpuW7LOm5pdpwnFIuTgX4djvNhhMKEMF7j8WzGT9ZdAoTEbNPcOguFadruSA+Ujhrcf/ZXfQJ25YpEVQlWqAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 14, "height": 14, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Bus Stop: all other values", "label": "Bus Stop: all other values" }, { "symbol": { "type": "esriPMS", "url": "48cf7996bc9d0fb38e9a627bf01ade97", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABF0lEQVQokY2SPU7DQBCFv8JtipRxOipqLC4AbSwarkAkToEpOQLhCjQoaZMLhKROldIpKbgAerv7sisLCUayvJqdb9/8VUSrgZ7/Wa3YKh0+gQ5Y/AF1wBMwrZKSHK/pcge0wAxogBOwTH9Bz1akUIrwaAyXV/F/2E/oj/MiTiIYtFI0QXcP+aY/xke+v+YJ3pVge1barqG+UCBs3uHmHq5v4eXRdbYlODsrCfp4i15B+mSCt+tmmGoTFGVSstmXz5MheAqNkDm90TgrS81xA3AZuqdGlOlBhF1vHM1A0enk1+M5Q4oJozPojViElqt7AlxfhlSKmhPGoZXzRnjtutQ9BXpz5JdPs1x55abFknvlfjPdrRT7AxT3XIIq1cYTAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 10, "height": 10, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Curb Barrier: Compliant", "label": "Curb Barrier: Compliant" }, { "symbol": { "type": "esriPMS", "url": "27ae1804a866ce9fc6d9c3d10103fa90", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA/UlEQVQokY2SzQnCQBBG3yE9BE0PgliDt6SDnG1A8Gq8ChagZzvQmy2YS4pQ7EK+zQyOUdCBkGV23n7zl9HbGLjxn40Vm9nhCjTA4QfUAGugyExJjr1dtkAFlMAMuAMn+wvauCJBKcE5MLf/BUYdLEKcRHDQlZIJ2oaLzh559A8IbiNYudIRmPSB7IAlUAPTV51VBEtXErQy59I+DD72db+lOpMipuSWf55HQ/CuRhDSy4NyHeKG4End6wbpYbDXa6N5V/R0wuvpHCDFpNE56BtxUMvVPQFeX4BUipqTxqGV843wtWusewr0zZFfPs3y7CtXhCX3lftmujsr9gmDckOJdT+X8AAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 10, "height": 10, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Curb Barrier: Non-Compliant", "label": "Curb Barrier: Non-Compliant" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 132, 168, 255 ], "size": 7, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Curb Ramps: Compliant", "label": "Curb Ramps: Compliant" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 230, 0, 0, 255 ], "size": 7, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Curb Ramps: Non-Compliant", "label": "Curb Ramps: Non-Compliant" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 230, 230, 0, 255 ], "size": 7, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Curb Ramps: all other values", "label": "Curb Ramps: all other values" }, { "symbol": { "type": "esriPMS", "url": "5dbdeafcad61bd8c6fef2f9882368418", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA7klEQVQokWNhIBOwUFejvk0NAyubNJj95+86hgsHdxOnkZExkcHWT4nh/z8Ghk1zBRgYGIjUyMbxl0FYgoHh318inKph0srw67sSmP33Dz9c/MtHSwYl7eVgNq/ALIaLR/ejahQQjmbwipOHOJUJIsbEzMCQ0wkSk2d485yB4di21wwMDGgaGRghCtEBE1QMZhiGU9+9fM2wae4vMFtSUZzB1ImP4f9/BoYNs14xMLN8ZPj5HaT2GabGW+dN4Wwz11sMDAx84FB9/2ofw72rkbgDh0SAXeOHt+8YNs+/D2azc9wmXuOtcxbk2UgEAABsSEC+R7YKWgAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 10, "height": 10, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Driveway Crossing Non-Compliant Sidewalk: Compliant", "label": "Driveway Crossing Non-Compliant Sidewalk: Compliant" }, { "symbol": { "type": "esriPMS", "url": "04b0a82ca395e0f9f0344cc9a086574f", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA1ElEQVQoka3QPUuCURjG8Z/2EAVRTTUkGM6uQUFrX6AtHKS9tUFwaehLRHubfgB7WfoURUREDQpCNAiRFccXSPOBk3gt588N//tc3Ikpk8xU3Ke6wEbgDrU6jSgxw+ERhS4qrIoVl+hu4jOm6h6nHQqBP1gZzlvs7HIReI2zGjcjYo7SCfnA2V9bG/1Z/gHnvT1jYialdzJ459KqPtGq9FpSZL3E8heOac7z9k7yzesf8YqtIZe5MxCfub7lIPU4/81E8YV2lcfAi9xHi5dsT/VjTH4AY6Eq+ifJNIsAAAAASUVORK5CYII=", "contentType": "image/png", "width": 10, "height": 10, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Driveway Crossing Non-Compliant Sidewalk: Non-Compliant", "label": "Driveway Crossing Non-Compliant Sidewalk: Non-Compliant" }, { "symbol": { "type": "esriPMS", "url": "5dbdeafcad61bd8c6fef2f9882368418", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA7klEQVQokWNhIBOwUFejvk0NAyubNJj95+86hgsHdxOnkZExkcHWT4nh/z8Ghk1zBRgYGIjUyMbxl0FYgoHh318inKph0srw67sSmP33Dz9c/MtHSwYl7eVgNq/ALIaLR/ejahQQjmbwipOHOJUJIsbEzMCQ0wkSk2d485yB4di21wwMDGgaGRghCtEBE1QMZhiGU9+9fM2wae4vMFtSUZzB1ImP4f9/BoYNs14xMLN8ZPj5HaT2GabGW+dN4Wwz11sMDAx84FB9/2ofw72rkbgDh0SAXeOHt+8YNs+/D2azc9wmXuOtcxbk2UgEAABsSEC+R7YKWgAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 10, "height": 10, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Driveway Crossing: Compliant", "label": "Driveway Crossing: Compliant" }, { "symbol": { "type": "esriPMS", "url": "04b0a82ca395e0f9f0344cc9a086574f", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA1ElEQVQoka3QPUuCURjG8Z/2EAVRTTUkGM6uQUFrX6AtHKS9tUFwaehLRHubfgB7WfoURUREDQpCNAiRFccXSPOBk3gt588N//tc3Ikpk8xU3Ke6wEbgDrU6jSgxw+ERhS4qrIoVl+hu4jOm6h6nHQqBP1gZzlvs7HIReI2zGjcjYo7SCfnA2V9bG/1Z/gHnvT1jYialdzJ459KqPtGq9FpSZL3E8heOac7z9k7yzesf8YqtIZe5MxCfub7lIPU4/81E8YV2lcfAi9xHi5dsT/VjTH4AY6Eq+ifJNIsAAAAASUVORK5CYII=", "contentType": "image/png", "width": 10, "height": 10, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Driveway Crossing: Non-Compliant", "label": "Driveway Crossing: Non-Compliant" }, { "symbol": { "type": "esriPMS", "url": "4a1fec2f9d3f0a208128ec3d78b903d4", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAnUlEQVQokWNhIBOwUK5RRNyXgYFJGq9q5n+7GF6+vIeqkZl9JoOtryROTY9uMTB8fFPH8PJlM6pGRkYGBgNb/O67/AaLU5HBs/sMDF8/QdjSSgwMXLwYSrBr3LuKgeHmeQg7vpKBQVWfSI1EABasojIqCDY3HwkaHYPJtJEIgNDIzX+PYUY1Bx61jAx8Ik8wNd69ZEPYnrtYbCQRAAB3Ox4jps2ZiAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 10, "height": 10, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Horizontal Gap: Compliant", "label": "Horizontal Gap: Compliant" }, { "symbol": { "type": "esriPMS", "url": "41a93ead9616f9c108202d0dfefbfe41", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAlklEQVQokWNhIBOwUKxRkYHBl5GBQRqf4j8MDLseMTDcQ9HIwcAwM4uBQRKXpjMMDAxPGBjqHjEwNKNoZGRgYAgm4Lwn2JyKDC4zMDC8gbL1GRgYhLCowaqxm4GBYQ+UvZSBgcGRWI3EABZsggZIbBFSNBaRayMDKRqFGRjueYGjEydglEKKEbjGwwwMNoRsuYDNRlIBAOhHExzxrmfjAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 10, "height": 10, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Horizontal Gap: Non-Compliant", "label": "Horizontal Gap: Non-Compliant" }, { "symbol": { "type": "esriPMS", "url": "b3edaab04f5d07af25109a326b70b639", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB+ElEQVQ4jb2UXWiSURjHf2smc5nl0IVpZUwaktUi0oq+V2BRUF2GjC4iol1E3XQRBEXQRRQl0UVd1F20Ru2iUdmCSmqJDSNwpdHXdK69Lm3r9WPrfTNMGIgzW8T+8MB5zh9+nPM/D0fBf5Ji6kDmxU0IHwXS6di/g2z241gdh/meTNDrP0FfqG1yIK12FmbbTdbv2YLeUA3omddwFW9nM29ftgJSZdCi5duYu9DNxt0WFNNRKxWIYxIssGrQGQ/gmdHEYMRF9MO7cqAqbPaLLFu3D+vKmfmN7RYD13c6uPd+gNb7PYhoYNdBO886n1CrOU341eVSkG3VFZyu/czWoayexplNSzniaKQKaFliZo1Jx96ObvyxBKzdYUCjvUBNrcDr5+3FIJX6Ianh36Bjq60cdTQW3diiVfPYtZm6c7cZlX9CWvyBSvaUnsjf1Ybe6MbYMOfRp0FObbCVxOeNxAuQvJLxID7fyMRhD8cDgLM7OsSAmMGgVhXZ7W8ihUVGBPHb0/KvJo3dQog6c/Um7oT6ObTCMm7JuRwd4f5CEw5kyabOlwf5uq6hn3+WelPdSW+QG8HP41ZGkhlKjxYaIdZLKBD70xzlGEn0AFuFVJZ8lUiW8hH4Kg9kJn2XFw+aUdYwob5+kUkkL1UG+T1uIF+T0hR+I3+pX6YRsYU/noXDAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 13, "height": 13, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Median/Channelized Island: Compliant", "label": "Median/Channelized Island: Compliant" }, { "symbol": { "type": "esriPMS", "url": "31f534a04619aa11d556b9fb0777e7ae", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABvklEQVQ4jb3UTUgUUBTF8Z9lRjpWOEQJrWrCVjEQRbjMAj/atZOQFhGkROXGRSAohYsoSiKkFloRkgkaBIJhWBIWErUpChcuEsVpKK0BxzGdcIpCRzEjPPDg8i78effcw8v0n5S5aqB9hIeIRBn5Z1AZ50s4E+FzN7UvaFsRaAeb9nL/NIdCrMWWMLeaKOqmCt+XBR2kZA+NZwllISMQkIzFHGDjLk5eJPyeY28YXAqUUca1oxwvJnfuYn1pqc0tLaa6ukxUVQnGYi6zv4mnQS70cCMNdISbtZzYPkfMypLb0CDn3DkyMmyoqLCusNB4ebnpgQGnyN/G1QCRh7TPAwV5HP0FyqmpkVNdPd+DUEiwt9dYXp7k1JQvTAfoTnvRbdp20hhma6Knh/r6tCUk+vpSkDkN8/YeXxc1e5jXKE7095sdHbUmP38eKN6emsI4IjxbcmtxHnyguCCZFO/okF1Z+ac5MyPe2ZkqnxAf48qSoDs07+ZSAXnf6upMtrb+7iUnJ81Go6l6kHfPFyR9YY6SI7zC4dlIRCISSfNpGh95uWwgJ3jUTFG2xTXEzCeuLwu6S6OfZ0VavW/kb/UDETWN73FcLZwAAAAASUVORK5CYII=", "contentType": "image/png", "width": 13, "height": 13, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Median/Channelized Island: Non-Compliant", "label": "Median/Channelized Island: Non-Compliant" }, { "symbol": { "type": "esriPMS", "url": "9dc297aec7bddf93a0a81f76a80832a6", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABWUlEQVQ4jb3TzyvDcRzH8ed335kfG201y7AfbGX5sdoclF9bohyIkaIdxUW5amk3F8nB2cn/QK7UlJNMkyzTdzuMQhSRhWm2lMXMyKve9f68Do8+feoj548i/z9IZx6mTHWDFNr6DSRiMPl4ST4h0VE4ZLD4cI86eXxIcnU+RSy8Wgikob7Zy962HLMNqutmiIXXgMTPIJNtGZfHxs4GCDJweeycSX6ix/78IaWyBUdXH4oSkIkgilCuFrDax4gerwCX+UF6yxKtPbVvuyhPTyqdgw1EQotIR5PfQxWaCVzDbQhC+my2gVqb3osU4OzuJR5pIpE4zAUVY2yYpa5R/d6E91PvBapM5XAbOdhd4CTo+RrSVs3T73V+6NwjvN8uldTePdRO/HSA+9v1zyA9NdZxkii4viBnNJU69KY5IqFN4DkbEggGpgkGciMfUwrcZUPxzBSUP/v9r6diUQIcfG4UAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 13, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Non-Compliant Sidewalk 20 Feet or Less: Compliant", "label": "Non-Compliant Sidewalk 20 Feet or Less: Compliant" }, { "symbol": { "type": "esriPMS", "url": "c9ac76115ab0149964c471ac92b95e65", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABHUlEQVQ4jb3TOyjFURwH8M/lemXAojwXAxKK4XqUDGwGkpBRlOSySWKySAajTFaLlLKJUtTdyK6USTHcSV5d/rd087zkW78659fp0zm/OmF/lPC/QbX0FnB7wsFvoMxG5h64P6E9bSiBzNAU5+mCsRgb6UBFHYxsEY6gnskYm7j7ERRhNUrNOjIQpeGMhRgL34byqe+nOx9ZQRUT6mQgxhquvwU1szJCefJAOOhPUH3E8jGjX0KlDE8TCQX7FpQF61wM0HVGXZzzz6CcZqKtFCYb+6/zSjztJYNU7rB0SN+HUBXzizS97c0Ew04mcdMp2k7puWH3PaikgaFHsi99ngqK65g9Yg8PqVBom/HtL5CU5CGeCl0FlVb+7Pc/AxtjN7pS6OhYAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 13, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Non-Compliant Sidewalk 20 Feet or Less: Non-Compliant", "label": "Non-Compliant Sidewalk 20 Feet or Less: Non-Compliant" }, { "symbol": { "type": "esriPMS", "url": "fc4d3d5685d59ce3afca913240528d69", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABAUlEQVQ4jWNhoBJgoYVBCQwMDD4k6p/IwMBwGN0gA4bIwmAGYQnijHh8m4Fh45wN2AxiYBCVZmAQkyHOoK+faR9GeIGTgjiDCCcbw6rrj8kzSIybgyFGR57h6JM3DJoifDjV4TSIkYGBIURTloGdmYlh4qlbDH///2cwlRQizSAtET4Ge3kxhvU3nzC8+PIDYTjIdGIM4mRlYSi302HgZWNhuPzqI0OYphzYRTADWJmYiDNIgo+bYfPtpwwff/xm+PTrD8Onn78Zfvz5i9sZuAy6//Yjw33m90RpRAc0SkdP7jIwfP1EnM4XD3EaNIVh3XRQ3iEFXMdm0B0oJgtQLYwA3/U/PGPslXgAAAAASUVORK5CYII=", "contentType": "image/png", "width": 13, "height": 13, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Path Berm Run Slope: Compliant", "label": "Path Berm Run Slope: Compliant" }, { "symbol": { "type": "esriPMS", "url": "1838b0519d1d06fd8e0ba06e53501510", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA6UlEQVQ4jb3TvwsBYRzH8fdznTs33CZZlRKTxazMNjIZ/Aum+zuubP6DWyh/goxKSRZ1q0lR6on8SBjoHj0nfOq7PZ/X8O37mHwp5i+gNlCL2feB0StU6kE9qylMAA8GURA5IK8Jrf+xo7exqlWMVAoZBJ9BRjqN02qxH48xCgXlOzUkBMlGA2Hb7HwfjkescjkeZBaLWJUKst/ntFo94VqQ4Ti4nodwXQ6zGU6zCbaNeACJhB5kZTLI4ZDzZsNpu+V8HSmVZSUkw5BDGGoV+csdTSMuFkXmb6Bu5/Z34mQRBS3v81G+tqMLe4E4jSo80c4AAAAASUVORK5CYII=", "contentType": "image/png", "width": 13, "height": 13, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Path Berm Run Slope: Non-Compliant", "label": "Path Berm Run Slope: Non-Compliant" }, { "symbol": { "type": "esriPMS", "url": "5830cdcd226b244250aa40ff2e602f2e", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA8UlEQVQ4jb3TsWoCQRDG8f8ul9UtrgtiKwiilY21YJ0uksoir2B1zxFI5xvYKPgIYikIIjaCrZWQgDB45C4YkiLGlT3RfDDdzq+YnQm4UoJbQM/AQ8b+F2B8DNV7PR5LJT9hOoUoYngKolyGSsUP2m7/YUZnY0wLre8R6V8GaV3A2g77/QStq853ZyBFPt9GqRy73eFzPjCmkQ0KghrGNBEZkCSbX7gXpLUlDCOUConjOdY+ATmU+gHu/CBjioiMSNM3kuSdND2UOJudkMiaOF57NR7nNns0m/3dWBxZLNzQa7f7dTtZsjwFrb7rolxtRp/g0j09v9PTDQAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 13, "height": 13, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Path Berm Run Slope: all other values", "label": "Path Berm Run Slope: all other values" }, { "symbol": { "type": "esriPMS", "url": "03ba1e1781f8b0b75e0928e5901c93a1", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABd0lEQVQ4jbXUv0uCQRzH8fejPlEQoT2aWRJYRGGFRkMQREM0CG1BEjQ4tNTWP1BjcxC0tDTZFDlEBUJD1OCgQ0NE2Q81jEpITVp8HsMoSn1MjfrADXd878XdcXc6/ii6/4A8wGSN81eBo2LIycziFFJrdUT0AnwbO2oQmNqhxfrVz+WwKK/IgsCDpqEQyqSrO6OB+CmpPS9mo5FAIEBHZxfipIdwS7dqvSpkjwSpDx3i8/ux2WwIgkDkKoxmbRnr/BIxS28VkCyT3Nvi4OQYq/XbNgFFUcjtbsLcSmXIkLxnoM9egnzm7uYa0s9UhLJyFlEU+TGKXBlK6y0EgiESiQSSJJVMkFrbSDQ1w1P8ZwixDs2Ii2m3my2vF5PJVLjiCTcIQuUV5RN3jJMNKfQ5nAwNOt/HGvUGtK5Zkj3Dqrste48eByegf4z9hygsjPJi7gCttlx5ERQLQyalXhk5L+zf35aF1thez7+dWnKmBl1+tF/lz/6jN/CqZ57C6H9jAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 13, "height": 13, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Pinch Point: Compliant", "label": "Pinch Point: Compliant" }, { "symbol": { "type": "esriPMS", "url": "91e012566742641a56b748f576c05550", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABXUlEQVQ4jbWUv0sCYRjHP54eOLjocYhwCAfSD0WK/Adqb4lAGiIaqjFoipaCZpegra0gXIJs0taajgKXKEIbRJGUC/yxdWpURqmXnmFfeIfnfZ7vh4eH530djEiO/wCtAvND+g+Aq27Q9BEsqhYJt8A2nJuBCADjP+IWUPL5EBoN5FKpA/RidUYX4TCxahWP14umaQT8fvZFkdls1rTeFHQWDHLsdHKZSKCqKjabjUwux7IgcKIozOXzg0GvQKxS4TqVQlGUjlyz2WSv1WLOSkePbjeT4XAP5EuZQoFnLIAahoEoiial32pgATRWq5HWNHRdR5KkHoMiSfh0nadBICewJggsRaOcxuPIstyR3zEMbFY6etd6sUjLMJgJhZiKRD7uPC4Xu3Y7C5WKmeX3Pdool1kBHpJJNoGJep1+k+sApU02lrZuuuK7PqDDrc+3M4zuzUCZ9vmTRvYfvQEhH15td9We3wAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 13, "height": 13, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Pinch Point: Non-Compliant", "label": "Pinch Point: Non-Compliant" }, { "symbol": { "type": "esriPMS", "url": "803cef314120cc69d3e873c57b8416d4", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABY0lEQVQ4jcXUTSjDYQDH8S82HLysbGWXrZTSZISQcFKkcVIsXGl22MHRycHLyVFC4eClXLSD5OKwNrlMLUJsbPNaW5tszdv8XZTLZvvbtF89t2+fnp7DI+GfJskkXAZokujuAHvycFbWMsaZNgpkv0QCWHfesJjzkoezc/IpVSe+r1wpTf2NvRc0Rf3ohw2Y9o5iJuLhBw/al0d6BwbYPPHEzcTB24ssGIfQdQyiVCpxmA85uPWnAc7NIxwOkyOVcnHlZkSrwnbj4zIQShGubmFtdQXTqIGN8wemV9Zp1/WkAX6NUFiiIBAMMlRbzri1jrVjd8xUHOywoZ+aYGx2jk5dN60qBbvO+xTh6Ae5j24atBqMS5sIFhs1dc1pgF8jFHX2MWk95V1Vwf6Zi67K+rh5YvgzKhB6goJifOoqtk69IJPjkcmZtzt/uueASFgQrpkZaUzYgUscDP3fR9Qy+h//aV8G+XG+0vX63AAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 16, "height": 14, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Push Buttons: Compliant", "label": "Push Buttons: Compliant" }, { "symbol": { "type": "esriPMS", "url": "10a67425a9adc2f555c0c45d2ea1aaaf", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABU0lEQVQ4jcXUv0tCURjG8W94swiUCILEraChwZzMBpssTIQoHDJwCnJwuJA0CW3mXxCIDQ1xUbChUWhw06EfhAQNSoRBBAlKdctSuhFEQ2Te2yV84GzP+fCe4T0C/xShm/AoMKGidwOcqoZ7YPcQZoZ/6SjADrxuQ59qWIB+NeOOQe+3e9pzAhSdTsRAgHtRbDeQtlwAZzYbK34/jXS6bU8TvAF4kklWfT4sFgv1YhEKBf3wACDLMkaDgetSicFQCCGfp1Uu64OXgE1JYk0UUVIp9uNxFt1u/fAjMGIyUa/VGAoGmY9GeZakH7ua4ANgKxBgLxJhwePB5HLxks3qg5vAudHIuMNBLhzmWFGYs9v1ww/AutmMHIsx3WxylMvx5vW27XeEW6DcAR8rPVut0shksALWSoWnROKrd6sVVuBqEqY6PgkuNcHA8ufRlK7+x3/KO6D8Yfd6xz2bAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 16, "height": 14, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Push Buttons: Non-Compliant", "label": "Push Buttons: Non-Compliant" }, { "symbol": { "type": "esriPMS", "url": "f8d631ac391c3d1b4c663441393b3f14", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABZElEQVQ4jcXUv0tCURjG8a90swgMEYTkbgUODtVUOdSUohGI0pBCk1BDg2A0BW7ZXxBEDQ0iBTk4Bg1uNaQhIjgUEQkhGHSprj9SvBFEECjd2yV64GzP+fCe4T0CfxThP+FRwKGi9wBcqYYNBg7PzpizWnt3FAUODnjb3WVANSwIDDpUzDs2Rv+3e/wiuRwUCjNEIkGenyPdB9KKlkqQz48TCi3RaBz37GmCNzfB49knHF7EZrMhSQXgQj88NASyLGM09lEuX2M2ryEI57TbN/rgQABisSSrqxEU5YhUage/f14//PoKIyMmJOkJi2UFr3eLej3ZtasJTqchHg+SSGzg83kwmWZpNk/1wa0WFItG7PYpMpl1slkFt3tSP/zyAtHoMLK8jdPZ4vIyQ6ez0LP/I9xuo1Sr8LHSLtcjjcYJogiieE+ttvfVq1Q0worC3cQE0z+/iVtNMLD8eTTlX//jX+Udnq9x6uxbsiAAAAAASUVORK5CYII=", "contentType": "image/png", "width": 16, "height": 14, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Push Buttons: all other values", "label": "Push Buttons: all other values" }, { "symbol": { "type": "esriPMS", "url": "d838918d1d9791eb26fc8257ebfb608d", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACiElEQVQ4jb3UWUhUURzH8e9llMllRIkys1HIpdJ0TBAXKHpRNEWtTKVNeygfDCsypYQgIa0QksEifUlTJExJRR17KiSXkMoFzS2xMZcxaSZXXCd0UpwcDSH8v13+937O+d/f4RjxH8to2zCtFuHTCyu31s65gza7GXbZa9kojfw+vSWsuwrxkzJpjn2U19l+iauR1twSOqaxaujRhkfXt8R5q8KDbmj6/ol9yZPsTMpYbHstu2mNdI9eT73PUShdDJA1vUrvkV+fDUvInKrcFLtVbtNcUdtvTVcWXEoBsYn+C3VV9NW1ijJn95cpHv90XLtDPUyeaJ5wbS7OltgpyE2D5/f1wdpKqC4A30B6gy6Isj+kloLGwyBWrHRN1jpIwMwCYu/ogx/fgiIfvP3haCho4R1+7v1FkyYroehhX7Gz5k0h7LIFMwnE3Ia8dMhKAvUP8A4Adz+oKYfpcTS+gUL7oMYLqFmHzSAWMT8H3zrgWBjYOYPncahXgKkE/KNBpYTJXyAIIDZlaITVlPQwC+3Y3KidkzHOR2BYCQ3VOsjNF7qadGMHnQefQOjvRpjQ4OZp3GEQ8xB1tvf63JMtP3R+hspc3YchsaDs0o2sKND9Q/sDSFuK5j0vqluJMYCdcxmMr+hufD87OgqVecupERyray6NvDaUM1c5ZdVYKAhLURjATt8dr02+nF+coRiJWPANguA/S66U1GkVPNmcoopPnLySmb3JoX2QMxJprLV6+WjhcOTs301A2GFKcIh0IC10SOZ0gpm1vXWYbtvqqJLUZ/KCNtunzfPOh8YEC2MxMwsOKFURdm0PE0om5BUl6xfa8NZYGhk6ZLAaFgMrB2qD2r77bKv1G6ly7+lOqvX3AAAAAElFTkSuQmCC", "contentType": "image/png", "width": 14, "height": 14, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Railroad Crossing: Compliant", "label": "Railroad Crossing: Compliant" }, { "symbol": { "type": "esriPMS", "url": "f3cc79de197d5e8b9955db4e354b618d", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACU0lEQVQ4jb2UW0gUYRiGn3F3bTfZ0qTVrCgp6WhGhwsviuhwURclHbYyytDqokgqKLvR8IDkRRZLZyWwQksq9MK6iO3CCosoMsksCwNrcTXQWrYZnd2d+HWCdd01hPCFgYGP75n//d5vfiP/UcZxg2ka0pubcaktH9X502x0LUyKfTXT/k0eE6z9IRPqqszXzyUOZM7q7jUma+AB6q1erWCV6V361piMjcf7vv4T9qHKGp9/Vnmf26gkzA6pLfNokv+pmpbX/uuz49jELbkXfjeMCrt1VW5uaPIlfAJqAGtIvQKo7goYvLVK/aPzsXODTzgMduWEJXdRuTw9HcgEdocArwFFQA5wxhUwVD7w1gFLw8J6nGpeHBAvvh4CFE8hkAUcFuEAtre+JZ21Myx/QxkGi3EFEkqAlCCggK0HOoH9QAZwCegFsj2a1OrqWwk0joAZBjRDP/ASOAosB3YBlcAU4DTQBvwAJGAS0NFNYlib/TGSuuKnZlorUgVu6KDNwBPddr4+s9eAW4LUeaa2sDBljqH1oCuQJt6demM2UKI3C1ixPj/hrdoW5duxr7dlcJChsMUbzEecL9RnHSoU6CcQzeiWg0O5KEJYE10tSYrIYiRsW4Hnedkey73CGnn7gcDQGgQrGOhYbXIXZymHTt4dZWlP3ZbtPoPlTnKNbEcNrcJkEU668fveHHNayiZV5BUZJkliheSd94usjorHymXLF/+CaK9m8kdLfm9SlHvqOlNZabnsKG0Sf+twRbw1hGVgMIwhadATgGZfpJZxvM/Gqj9Dqc/LBvbxOAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 14, "height": 14, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Railroad Crossing: Non-Compliant", "label": "Railroad Crossing: Non-Compliant" }, { "symbol": { "type": "esriPMS", "url": "2e0eb22be6e2581e575e83e212e78df6", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABYElEQVQ4jbXUu0uCURjH8S+iqYE1WBEZFURegiDLpoZwKrAocmoIGhqCpv6FIGgNgkBqqKmWSJtfUxIiCCqHGrSrQSJlN7W3XpPoMqXiq9UPDgcenvMZnsM5Sv4oyv+AxoD+Is/PAds/oXZGppzoa+URkRC4FzdyQVBtgJp6eVDyqcCMMhm4izFp76LX1Mit+Er8+ZVg7J7l4HleNxtSKGBpmstwNwMez2dJktKMbu6WcGtGK4IgIIoiGo0GlUqJo8WAO3SNmH4rAjJZSe0J+Hw+JEnCarMx2tZEa1Ulfat+blIvMqHmNlCqmFnzENnx8/IQx7vlo9NswqzXEZANlanB7iRQ1wEOC6zMEjw8wGI25WzPD32kZ+hrL9eBuSNvW2HoR7xeLwltBdFE5neQy+XCtX8Kg+MyoKsTSD5mdzUYYXgC1Fo4O/qqRS/yQvOsL3y8nWJynAsKf6+S8mf/0TsELmpzywvJ3QAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 13, "height": 13, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Sidewalk Passing Area", "label": "Sidewalk Passing Area" }, { "symbol": { "type": "esriPMS", "url": "ae34d412c993c5904938fb136965fb98", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABTklEQVQ4ja2TPUhCURiGH6/XFIVC+qHACCoiaAjDlhoKri05RNGPW1sEBdFYQ07RYFvQJkSDEEGDY6DU0BZSQ0NDTqWQDlFSknpv3G51Q68a2DOdc3jPw/cdviNSJ+J/CizAAtBeJa8AV0DUSBBk2LvG0BiYzZ8HprcsitUOgqAl8u8QPYbEjQTESgWD+BZBVAvRWO20En9IcyE36ilpThW4jQSm35edTykC68vcpjKMHpyCzfHVaIOWNWhBR1HY8npottsY6XEx09bAyTOGiEaHvS9JVibmf/Y7fh+RYJhCU8sfBLlXdv2TWL4fDuhrdbI04GL/PldbMF5MM+XuLwsGpiUON/fI1hKcObowbR8ZdQYd3ZBMVBHIRRC0GaiILFcUPHIZA4+kD04phTzEz9VVxkiwQSQkEAmVP7WOOsrXQNhIcAfMVq+/nLp/4wchak8v74dx5AAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 12, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Sidewalk Stub End: Compliant", "label": "Sidewalk Stub End: Compliant" }, { "symbol": { "type": "esriPMS", "url": "ed8b07cccbf573dd91cb738187cc5f11", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNElEQVQ4ja2TsUvDUBCHv2iCulRCHVzcSsFFUXFpEYqODoVSdFDXLi04OWRpwKWDnfsHFHRw6NBZpUs2qdoudnBxEYo4aAWFYCQ0PmL6SIT6m+6O3/u4O+6pjCn1PwEasAvMh/gd4Ba4lAFODuBwxyO5elEUZh2HSS//cE2ABVvAVRCwfAxM+QqPpRLv7TaLliVqR0PAigyg+B/f6zobpslbr0c/nSbm1ac9r2wEoS93EeUyajyOnkrRzeWINRrIpMqKN4kE28WiyNcrFbrNJgu2HQ14BVarVRTtZ5Uwk0xCoQC1WjTgOpNhL5sdMS6ZJhf1OtpgEA7YbLV4UsSOfmkN6IR1YP/hNINbUH1x/xTYB3E4QX0C58PwWQYwDJgwYC6kAfeU74AzGeAByEdMMKKxf+M37pFDIN83eXYAAAAASUVORK5CYII=", "contentType": "image/png", "width": 12, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Sidewalk Stub End: Non-Compliant", "label": "Sidewalk Stub End: Non-Compliant" }, { "symbol": { "type": "esriPMS", "url": "3aa7b4e15d4b666bfc319ed903362405", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABWUlEQVQ4jb3TzyvDcRzH8ed31mZ9x7QtxvzIVlPWEmlKchmrGW6S2/YPrBycuIibi7jggOKgHRQhB1F+3FxwJskWU9KsrY2ZmMJiZpZXvQ+vz6cep/dbSo4i/T+o3OgAElyebv4FkhAOzSMIj4A+e6jMMESlSUs8DvJ8D/7ziWwgFeHgALYeCU9xmBocBqaB6O8gXdUs1jYlCjHZre0qjvbHuLrwZA4plWYSTw4abe9vzR0Ch9suYBQIZAbJRC+dbgUSCRwfgFwBNQ1g7ytgyzvHjc/5M6RS91JSYaS6FqIR2FgAsRBM9WBugr21VmQyC7HYSTpIRiIxidMlf22+MzBbkz+316DRQZdbydL4IrFA3feQpngES4uaIm2yG8zJ+Ri94WVJjUQj3YTvV7+CSgne9SOQx+4KaSOqRARhBlgH4qmQwEPMzs5yeuRzFEAoFfK/TVbJ2fU/AxzzVYJz2w4TAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 13, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Vertical Elevation Difference: Compliant", "label": "Vertical Elevation Difference: Compliant" }, { "symbol": { "type": "esriPMS", "url": "b1408495f441ae5535e6dfa16413201e", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABJElEQVQ4jb3TvyvtcRgH8Nc5TqRzOIXFj4EsJEk2ySJKSnczKO5yy6QMBmXwe2C4hRQDBhkMklL+DeeWxWRRFF1dkvKrL99BJz/PlXc9w/Op51Wf59Mn5osS+zaonvZb7lPs/g8UPWM1yg1KM4bqGG6gKFDy6E8xmwmUPGVwkGgAdTCKRVx/CqpmuZdEMux7SG4ys0//h6ECau5o73529ovIOj8xgZMPQflsTJKbhS3E0Yoh8qZZOXi86TtQCV1VVDbiH0ZQiJanPVmgOU7tJX/egrLvmBsjJ2j2wuEgh6jAFIk+1i4fH/UVqJzxHxSUhX1TWM8TTNdReU7nX7ZfgoqPGYiQNe/tFBGPsYQd3KZDkSvafr+DpCUXF+nQUVgZ5ct+/wMw9DjkMl7H+QAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 13, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Vertical Elevation Difference: Non-Compliant", "label": "Vertical Elevation Difference: Non-Compliant" } ], "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": [ 202, 252, 179, 255 ], "toColor": [ 202, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 188, 182, 252, 255 ], "toColor": [ 188, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 243, 252, 255 ], "toColor": [ 184, 243, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 228, 179, 255 ], "toColor": [ 252, 228, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 238, 255 ], "toColor": [ 252, 179, 238, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 210, 252, 222, 255 ], "toColor": [ 210, 252, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 218, 252, 255 ], "toColor": [ 215, 218, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 238, 252, 199, 255 ], "toColor": [ 238, 252, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 195, 179, 255 ], "toColor": [ 252, 195, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 212, 252, 255 ], "toColor": [ 252, 212, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 235, 215, 255 ], "toColor": [ 252, 235, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 228, 189, 252, 255 ], "toColor": [ 228, 189, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 199, 255 ], "toColor": [ 252, 182, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 241, 252, 179, 255 ], "toColor": [ 241, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 252, 239, 255 ], "toColor": [ 182, 252, 239, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 210, 235, 252, 255 ], "toColor": [ 210, 235, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 202, 252, 199, 255 ], "toColor": [ 202, 252, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 211, 202, 252, 255 ], "toColor": [ 211, 202, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 213, 255 ], "toColor": [ 179, 252, 213, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 192, 225, 255 ], "toColor": [ 252, 192, 225, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 252, 246, 255 ], "toColor": [ 215, 252, 246, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 222, 252, 255 ], "toColor": [ 179, 222, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 214, 182, 255 ], "toColor": [ 252, 214, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 241, 179, 252, 255 ], "toColor": [ 241, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 215, 238, 255 ], "toColor": [ 252, 215, 238, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 218, 207, 255 ], "toColor": [ 252, 218, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 248, 184, 255 ], "toColor": [ 252, 248, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 204, 252, 255 ], "toColor": [ 187, 204, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 237, 202, 252, 255 ], "toColor": [ 237, 202, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 224, 252, 192, 255 ], "toColor": [ 224, 252, 192, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 234, 252, 215, 255 ], "toColor": [ 234, 252, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 194, 251, 255 ], "toColor": [ 252, 194, 251, 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": 25, "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": "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": "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", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": -2209161600000, "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" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "ACIA_MERGED_POINTS_JMT_IDX0", "fields": "ACIA_ID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "ACIA_MERGED_POINTS_JMT_IDX1", "fields": "FACILITY_TYPE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R836_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "A683_IX1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Facility Points", "description": "", "prototype": { "attributes": { "SE_ANNO_CAD_DATA": null, "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, "INSPECTEDLENGTH": null, "STARTSTOPDESCRIPTION": null, "YEARCOMPLIANCESET": null, "ADA_INVENTORY_TYPE": null, "UPDT": -2209161600000, "ACIA_ID": " " } }, "drawingTool": "esriFeatureEditToolPoint" } ], "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": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }, { "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 } ], "tables": [] }