{ "currentVersion": 11.5, "cimVersion": "3.5.0", "id": 0, "name": "Restaurant_Locations", "type": "Feature Layer", "description": "This feature class represents food facility locations that have been closed at least once due to critical health code violations in Baltimore county since January 2022. Closure records were obtained from the Environmental Health Services' Envision Database through a SQL query. Data was then processed and geocoded through FME. The result is a point feature class with unique restaurant locations and a geodatabase table feature with a unique row for each closure occurance. Locations are symbolized and represented by the field MONTHS_SINCE_LAST_CLOSURE. These datasets are related through a 1-to-Many relationship using the unique FACILITY_ID. This realtionship is what allows users to explore a restaurants closure history by selecting a point on the map. Data is updated on a daily basis.", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 2893, "latestWkid": 2893, "xyTolerance": 0.00328083333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -120561100, "falseY": -95444400, "xyUnits": 3048.0060960121905, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "spatialReference": { "wkid": 2893, "latestWkid": 2893, "xyTolerance": 0.00328083333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -120561100, "falseY": -95444400, "xyUnits": 3048.0060960121905, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "Environmental Health Services, BCSTAT, OIT, Baltimore County Department of Health", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "classBreaks", "authoringInfo": { "type": "classedColor", "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 26, 29, 255 ], "toColor": [ 214, 26, 29, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 174, 96, 255 ], "toColor": [ 252, 174, 96, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 169, 216, 232, 255 ], "toColor": [ 169, 216, 232, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 43, 121, 181, 255 ], "toColor": [ 43, 121, 181, 255 ] } ] }, "classificationMethod": "esriClassifyManual" }, "field": "MONTHS_SINCE_LAST_CLOSURE", "classificationMethod": "esriClassifyManual", "minValue": 0, "classBreakInfos": [ { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 215, 25, 28, 255 ], "size": 10, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0.3 } }, "classMaxValue": 3, "label": "Within the last 0 - 3 months" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 253, 174, 97, 255 ], "size": 10, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0.3 } }, "classMaxValue": 6, "label": "Within the last 4 - 6 months" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 171, 217, 233, 255 ], "size": 10, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0.3 } }, "classMaxValue": 9, "label": "Within the last 7 - 9 months" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 44, 123, 182, 255 ], "size": 10, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0.3 } }, "classMaxValue": 12, "label": "Within the last 10 - 12 months" } ], "legendOptions": {"order": "ascendingValues"} }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "orderBy": [ { "field": "MONTHS_SINCE_LAST_CLOSURE", "order": "asc" } ], "defaultVisibility": true, "extent": { "xmin": 1352307.7130513, "ymin": 570613.132319376, "xmax": 1483525.54411906, "ymax": 732404.268710211, "zmin": 0, "zmax": 0, "spatialReference": { "wkid": 2893, "latestWkid": 2893, "xyTolerance": 0.00328083333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -120561100, "falseY": -95444400, "xyUnits": 3048.0060960121905, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FACILITY_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FACILITY_ID", "type": "esriFieldTypeString", "alias": "FACILITY ID", "length": 20, "domain": null }, { "name": "FACILITY_NAME", "type": "esriFieldTypeString", "alias": "FACILITY NAME", "length": 150, "domain": null }, { "name": "FACILITY_ADDRESS", "type": "esriFieldTypeString", "alias": "FACILITY ADDRESS", "length": 200, "domain": null }, { "name": "MOST_RECENT_CLOSURE", "type": "esriFieldTypeDate", "alias": "RECENT CLOSURE STATUS", "length": 8, "domain": null }, { "name": "MONTHS_SINCE_LAST_CLOSURE", "type": "esriFieldTypeInteger", "alias": "MONTHS SINCE LAST CLOSURE", "domain": null }, { "name": "NOTES", "type": "esriFieldTypeString", "alias": "NOTES", "length": 2000, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "CREATED_USER", "type": "esriFieldTypeString", "alias": "CREATED_USER", "length": 255, "domain": null }, { "name": "CREATED_DATE", "type": "esriFieldTypeDate", "alias": "CREATED_DATE", "length": 8, "domain": null }, { "name": "LAST_EDITED_USER", "type": "esriFieldTypeString", "alias": "LAST_EDITED_USER", "length": 255, "domain": null }, { "name": "LAST_EDITED_DATE", "type": "esriFieldTypeDate", "alias": "LAST_EDITED_DATE", "length": 8, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "G5451FACILITY_ID", "fields": "FACILITY_ID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R1460_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1460", "fields": "GLOBALID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_1460", "fields": "GLOBALID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [ { "id": 0, "name": "Restaurant_Records", "relatedTableId": 1, "role": "esriRelRoleOrigin", "keyField": "FACILITY_ID", "cardinality": "esriRelCardinalityOneToMany", "composite": false, "catalogID": "{79A651F2-69C8-4A0C-BC1F-4B34DDEF90D8}" } ], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }