{ "layers": [ { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 0, "name": "Address Points", "type": "Feature Layer", "description": "The City of Naperville's address point file contains over forty thousand address points within the City's boundary. The file's attributes consists of the address number (unincorporated and incorporated), direction, street name, street suffix, location ID, property ID, and what city that the point rests in. The points are associated with the parcel that it pertains to and not the buildings.", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 3443, "latestWkid": 3443, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 12000, "maxScale": 10, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "12e07a1934f6612783b9b84bbb67e91b", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAEUlEQVQYlWNhIAGwjCoe4ooBMFcALT0TyeoAAAAASUVORK5CYII=", "contentType": "image/png", "width": 8, "height": 8, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpression": "[ADD_NUM]", "labelPlacement": "esriServerPointLabelPlacementAboveRight", "deconflictionStrategy": "static", "textLayout": "straight", "labelAngleInfo": { "angleExpressionInfo": { "expression": "$feature[\"ROT_ANGLE\"]", "returnType": "number" }, "rotationType": "arithmetic" }, "textOrientation": "page", "removeDuplicates": "none", "stackLabel": false, "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Default", "priority": 2, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "center", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Arial", "size": 7, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 979137.6120824963, "ymin": 1793300.176879324, "xmax": 1087156.300900329, "ymax": 1901309.5110570714, "spatialReference": { "wkid": 3443, "latestWkid": 3443, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -17463800, "falseY": -46132600, "xyUnits": 1.3724482207846552E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "STREET_NAME", "typeIdField": "SubType", "subtypeFieldName": "SubType", "subtypeField": "SubType", "defaultSubtypeCode": 0, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "LOC_ID", "type": "esriFieldTypeInteger", "alias": "LOC_ID", "domain": null }, { "name": "PROP_ID", "type": "esriFieldTypeInteger", "alias": "PROP_ID", "domain": null }, { "name": "STREET_NAME", "type": "esriFieldTypeString", "alias": "STREET_NAME", "length": 50, "domain": null }, { "name": "STREET_SUFFIX", "type": "esriFieldTypeString", "alias": "STREET_SUFFIX", "length": 4, "domain": null }, { "name": "ADDR_PT_ID", "type": "esriFieldTypeInteger", "alias": "ADDR_PT_ID", "domain": null }, { "name": "ROT_ANGLE", "type": "esriFieldTypeSmallInteger", "alias": "ROT_ANGLE", "domain": null }, { "name": "ADD_NUM", "type": "esriFieldTypeString", "alias": "ADD_NUM", "length": 8, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "STREET_DIRECTION", "type": "esriFieldTypeString", "alias": "STREET_DIRECTION", "length": 1, "domain": null }, { "name": "FULL_ADDRESS", "type": "esriFieldTypeString", "alias": "FULL_ADDRESS", "length": 75, "domain": null }, { "name": "CITY", "type": "esriFieldTypeString", "alias": "CITY", "length": 30, "domain": null }, { "name": "CAD_ID", "type": "esriFieldTypeInteger", "alias": "CAD_ID", "domain": null }, { "name": "CITYCODE", "type": "esriFieldTypeString", "alias": "CITYCODE", "length": 4, "domain": null }, { "name": "SubType", "type": "esriFieldTypeInteger", "alias": "SubType", "domain": null }, { "name": "GARBAGE_SERVICE", "type": "esriFieldTypeString", "alias": "GARBAGE_SERVICE", "length": 1, "domain": { "type": "codedValue", "name": "Yes or No", "description": "Yes or No Values", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "GARBAGE_DAY", "type": "esriFieldTypeString", "alias": "GARBAGE_DAY", "length": 2, "domain": { "type": "codedValue", "name": "WeekDays", "description": "Weekdays", "codedValues": [ { "name": "Monday", "code": "MO" }, { "name": "Tuesday", "code": "TU" }, { "name": "Wednesday", "code": "WE" }, { "name": "Thursday", "code": "TH" }, { "name": "Friday", "code": "FR" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ZIP", "type": "esriFieldTypeString", "alias": "ZIP", "length": 10, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "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": "STATE", "type": "esriFieldTypeString", "alias": "State", "length": 5, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R62_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_62", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_62", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S42_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "types": [ { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "id": 0, "name": "General" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "id": 1, "name": "Communication Tower" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "id": 2, "name": "Athletic Field" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "id": 3, "name": "Water Feature" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "id": 4, "name": "Lift Station" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "id": 5, "name": "Water Monitoring Well" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "id": 6, "name": "Backflow Prevention" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "id": 7, "name": "Extra 1" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "id": 8, "name": "Extra 2" } ], "subtypes": [ { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "defaultValues": { "LOC_ID": null, "PROP_ID": null, "STREET_NAME": null, "STREET_SUFFIX": null, "ADDR_PT_ID": null, "ROT_ANGLE": null, "ADD_NUM": null, "STREET_DIRECTION": null, "FULL_ADDRESS": null, "CITY": null, "CAD_ID": null, "CITYCODE": null, "SubType": null, "GARBAGE_SERVICE": null, "GARBAGE_DAY": null, "ZIP": null, "GlobalID": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "STATE": null }, "code": 0, "name": "General" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "defaultValues": { "LOC_ID": null, "PROP_ID": null, "STREET_NAME": null, "STREET_SUFFIX": null, "ADDR_PT_ID": null, "ROT_ANGLE": null, "ADD_NUM": null, "STREET_DIRECTION": null, "FULL_ADDRESS": null, "CITY": null, "CAD_ID": null, "CITYCODE": null, "SubType": null, "GARBAGE_SERVICE": null, "GARBAGE_DAY": null, "ZIP": null, "GlobalID": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "STATE": null }, "code": 1, "name": "Communication Tower" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "defaultValues": { "LOC_ID": null, "PROP_ID": null, "STREET_NAME": null, "STREET_SUFFIX": null, "ADDR_PT_ID": null, "ROT_ANGLE": null, "ADD_NUM": null, "STREET_DIRECTION": null, "FULL_ADDRESS": null, "CITY": null, "CAD_ID": null, "CITYCODE": null, "SubType": null, "GARBAGE_SERVICE": null, "GARBAGE_DAY": null, "ZIP": null, "GlobalID": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "STATE": null }, "code": 2, "name": "Athletic Field" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "defaultValues": { "LOC_ID": null, "PROP_ID": null, "STREET_NAME": null, "STREET_SUFFIX": null, "ADDR_PT_ID": null, "ROT_ANGLE": null, "ADD_NUM": null, "STREET_DIRECTION": null, "FULL_ADDRESS": null, "CITY": null, "CAD_ID": null, "CITYCODE": null, "SubType": null, "GARBAGE_SERVICE": null, "GARBAGE_DAY": null, "ZIP": null, "GlobalID": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "STATE": null }, "code": 3, "name": "Water Feature" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "defaultValues": { "LOC_ID": null, "PROP_ID": null, "STREET_NAME": null, "STREET_SUFFIX": null, "ADDR_PT_ID": null, "ROT_ANGLE": null, "ADD_NUM": null, "STREET_DIRECTION": null, "FULL_ADDRESS": null, "CITY": null, "CAD_ID": null, "CITYCODE": null, "SubType": null, "GARBAGE_SERVICE": null, "GARBAGE_DAY": null, "ZIP": null, "GlobalID": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "STATE": null }, "code": 4, "name": "Lift Station" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "defaultValues": { "LOC_ID": null, "PROP_ID": null, "STREET_NAME": null, "STREET_SUFFIX": null, "ADDR_PT_ID": null, "ROT_ANGLE": null, "ADD_NUM": null, "STREET_DIRECTION": null, "FULL_ADDRESS": null, "CITY": null, "CAD_ID": null, "CITYCODE": null, "SubType": null, "GARBAGE_SERVICE": null, "GARBAGE_DAY": null, "ZIP": null, "GlobalID": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "STATE": null }, "code": 5, "name": "Water Monitoring Well" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "defaultValues": { "LOC_ID": null, "PROP_ID": null, "STREET_NAME": null, "STREET_SUFFIX": null, "ADDR_PT_ID": null, "ROT_ANGLE": null, "ADD_NUM": null, "STREET_DIRECTION": null, "FULL_ADDRESS": null, "CITY": null, "CAD_ID": null, "CITYCODE": null, "SubType": null, "GARBAGE_SERVICE": null, "GARBAGE_DAY": null, "ZIP": null, "GlobalID": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "STATE": null }, "code": 6, "name": "Backflow Prevention" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "defaultValues": { "LOC_ID": null, "PROP_ID": null, "STREET_NAME": null, "STREET_SUFFIX": null, "ADDR_PT_ID": null, "ROT_ANGLE": null, "ADD_NUM": null, "STREET_DIRECTION": null, "FULL_ADDRESS": null, "CITY": null, "CAD_ID": null, "CITYCODE": null, "SubType": null, "GARBAGE_SERVICE": null, "GARBAGE_DAY": null, "ZIP": null, "GlobalID": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "STATE": null }, "code": 7, "name": "Extra 1" }, { "domains": { "GARBAGE_SERVICE": { "type": "codedValue", "name": "YesNoOnly", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "GARBAGE_DAY": {"type": "inherited"} }, "defaultValues": { "LOC_ID": null, "PROP_ID": null, "STREET_NAME": null, "STREET_SUFFIX": null, "ADDR_PT_ID": null, "ROT_ANGLE": null, "ADD_NUM": null, "STREET_DIRECTION": null, "FULL_ADDRESS": null, "CITY": null, "CAD_ID": null, "CITYCODE": null, "SubType": null, "GARBAGE_SERVICE": null, "GARBAGE_DAY": null, "ZIP": null, "GlobalID": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "STATE": null }, "code": 8, "name": "Extra 2" } ], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Query,Map,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": 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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": { "timeZone": "Central Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 1, "name": "Forestry Zones", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 3443, "latestWkid": 3443, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 1000000, "maxScale": 10, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Sect_ID", "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 207, 169, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "01A", "label": "01A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 185, 191, 147, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "01B", "label": "01B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 155, 200, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "01C", "label": "01C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 150, 145, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "02A", "label": "02A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 161, 212, 183, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "02B", "label": "02B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 187, 171, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "02C", "label": "02C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 167, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "03A", "label": "03A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 201, 150, 147, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "03B", "label": "03B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 207, 155, 206, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "04", "label": "04" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 167, 209, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "05A", "label": "05A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 139, 165, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "05B", "label": "05B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 181, 161, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "05C", "label": "05C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 180, 145, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "05D", "label": "05D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 193, 212, 180, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "05E", "label": "05E" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 176, 214, 206, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "06A", "label": "06A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 175, 148, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "06B", "label": "06B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 212, 206, 171, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "06C", "label": "06C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 157, 165, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "06D", "label": "06D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 142, 191, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "07A", "label": "07A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 169, 190, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "07B", "label": "07B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 170, 163, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "07C", "label": "07C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 138, 191, 151, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "08A", "label": "08A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 163, 141, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "08B", "label": "08B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 197, 209, 148, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "08C", "label": "08C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 182, 186, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "08D", "label": "08D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 207, 147, 159, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "09", "label": "09" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 182, 206, 214, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "10", "label": "10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 140, 173, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "11A", "label": "11A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 157, 164, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "11B", "label": "11B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 148, 187, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "11C", "label": "11C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 170, 149, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "11D", "label": "11D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 165, 196, 173, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "12A", "label": "12A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 186, 161, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "12B", "label": "12B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 202, 148, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "13A", "label": "13A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 187, 138, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "13B", "label": "13B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 180, 212, 167, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "13C", "label": "13C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 183, 180, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "13D", "label": "13D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 151, 185, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "14", "label": "14" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 145, 194, 138, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "15A", "label": "15A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 147, 207, 193, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "15B", "label": "15B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 159, 196, 157, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "16A", "label": "16A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 142, 149, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "16B", "label": "16B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 149, 166, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "17A", "label": "17A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 172, 194, 143, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "17B", "label": "17B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 169, 167, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "18A", "label": "18A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 193, 148, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "18B", "label": "18B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 182, 214, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "19A", "label": "19A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 174, 165, 207, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "19B", "label": "19B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 157, 209, 163, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "19C", "label": "19C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 195, 155, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "20A", "label": "20A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 163, 177, 214, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "20B", "label": "20B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 149, 204, 200, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "21A", "label": "21A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 163, 196, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "21B", "label": "21B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 155, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "22", "label": "22" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 150, 212, 152, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "23A", "label": "23A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 180, 214, 192, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "23B", "label": "23B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 162, 151, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "24A", "label": "24A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 167, 189, 199, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "24B", "label": "24B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 204, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "24C", "label": "24C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 189, 163, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "25A", "label": "25A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 198, 174, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "25B", "label": "25B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 169, 210, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "25C", "label": "25C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 165, 189, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "25D", "label": "25D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 213, 214, 169, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "25E", "label": "25E" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 190, 212, 161, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "25F", "label": "25F" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 160, 191, 136, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "26A", "label": "26A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 175, 196, 165, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "26B", "label": "26B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 163, 201, 187, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "27A", "label": "27A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 169, 203, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "27B", "label": "27B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 175, 159, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "27C", "label": "27C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 161, 175, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "27D", "label": "27D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 163, 212, 214, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "28A", "label": "28A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 169, 204, 171, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "28B", "label": "28B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 190, 199, 165, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "29", "label": "29" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 158, 153, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "30A", "label": "30A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 197, 171, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "30B", "label": "30B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 169, 154, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "30C", "label": "30C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 145, 199, 177, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "30D", "label": "30D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 159, 185, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "31A", "label": "31A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 191, 214, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "31B", "label": "31B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 167, 214, 195, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "31C", "label": "31C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 145, 191, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "32A", "label": "32A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 147, 165, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "32B", "label": "32B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 212, 152, 214, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "32C", "label": "32C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 180, 209, 151, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "32D", "label": "32D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 167, 178, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "33A", "label": "33A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 155, 191, 143, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "33B", "label": "33B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 195, 159, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "34A", "label": "34A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 191, 136, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "34B", "label": "34B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 167, 169, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "35A", "label": "35A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 183, 161, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "35B", "label": "35B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 165, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "35C", "label": "35C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 181, 167, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "36A", "label": "36A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 138, 148, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "36B", "label": "36B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 178, 169, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "37", "label": "37" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 154, 143, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "38A", "label": "38A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 207, 161, 165, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "38B", "label": "38B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 159, 178, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "39A", "label": "39A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 141, 160, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "39B", "label": "39B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 159, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "39C", "label": "39C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 212, 179, 157, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "40A", "label": "40A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 177, 194, 155, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "40B", "label": "40B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 180, 165, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "40C", "label": "40C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 159, 207, 172, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "40D", "label": "40D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 149, 191, 165, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "40E", "label": "40E" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 155, 166, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "41A", "label": "41A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 205, 209, 178, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "41B", "label": "41B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 187, 151, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "41C", "label": "41C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 155, 177, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "41D", "label": "41D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 187, 138, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "41E", "label": "41E" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 201, 155, 198, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "41F", "label": "41F" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 178, 200, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "42A", "label": "42A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 143, 146, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "42B", "label": "42B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 188, 154, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "42C", "label": "42C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 176, 151, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "43A", "label": "43A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 205, 214, 174, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "43B", "label": "43B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 143, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "44A", "label": "44A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 183, 214, 163, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "44B", "label": "44B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 151, 191, 183, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "45A", "label": "45A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 141, 199, 166, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "45B", "label": "45B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 201, 149, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "46A", "label": "46A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 189, 207, 163, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "46B", "label": "46B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 156, 214, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "46C", "label": "46C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 159, 192, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "47", "label": "47" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 168, 142, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "48A", "label": "48A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 141, 181, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "48B", "label": "48B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 145, 181, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "48C", "label": "48C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 176, 212, 211, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "48D", "label": "48D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 181, 149, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "49A", "label": "49A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 195, 167, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "49B", "label": "49B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 169, 171, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "50A", "label": "50A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 151, 178, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "50B", "label": "50B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 163, 191, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "50C", "label": "50C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 189, 145, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "51A", "label": "51A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 200, 165, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "51B", "label": "51B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 201, 155, 181, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "51C", "label": "51C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 186, 143, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "51D", "label": "51D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 154, 161, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "52", "label": "52" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 147, 207, 167, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "53", "label": "53" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 157, 140, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "54A", "label": "54A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 165, 173, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "54B", "label": "54B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 143, 147, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "55", "label": "55" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 159, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "56A", "label": "56A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 204, 178, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "56B", "label": "56B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 167, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "57A", "label": "57A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 178, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "57B", "label": "57B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 157, 186, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "57C", "label": "57C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 147, 171, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "58", "label": "58" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 151, 155, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "59A", "label": "59A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 201, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "59B", "label": "59B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 212, 157, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "59C", "label": "59C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 174, 177, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "59D", "label": "59D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 143, 186, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "60", "label": "60" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 165, 187, 214, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "61A", "label": "61A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 156, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "61B", "label": "61B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 169, 151, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "61C", "label": "61C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 190, 201, 147, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "62", "label": "62" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 157, 155, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "63", "label": "63" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 154, 150, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "64", "label": "64" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 178, 199, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "65A", "label": "65A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 172, 212, 161, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "65B", "label": "65B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 186, 204, 171, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "65C", "label": "65C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 171, 191, 136, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "66A", "label": "66A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 188, 199, 159, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "66B", "label": "66B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 207, 194, 163, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "66C", "label": "66C" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 201, 145, 189, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "66D", "label": "66D" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 186, 191, 140, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "67A", "label": "67A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 212, 152, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "67B", "label": "67B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 212, 174, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "68", "label": "68" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 153, 151, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "69", "label": "69" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 171, 182, 214, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "70A", "label": "70A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 182, 165, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "70B", "label": "70B" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 140, 164, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 127 ], "width": 0.4 } }, "value": "70C", "label": "70C" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 164, 212, 163, 255 ], "toColor": [ 164, 212, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 190, 143, 199, 255 ], "toColor": [ 190, 143, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 174, 189, 212, 255 ], "toColor": [ 174, 189, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 152, 145, 255 ], "toColor": [ 204, 152, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 205, 159, 255 ], "toColor": [ 214, 205, 159, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 209, 198, 255 ], "toColor": [ 153, 209, 198, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 161, 212, 255 ], "toColor": [ 159, 161, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 176, 194, 255 ], "toColor": [ 214, 176, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 192, 182, 255 ], "toColor": [ 214, 192, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 167, 201, 255 ], "toColor": [ 187, 167, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 194, 165, 255 ], "toColor": [ 184, 194, 165, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 167, 194, 196, 255 ], "toColor": [ 167, 194, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 150, 179, 255 ], "toColor": [ 212, 150, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 138, 191, 160, 255 ], "toColor": [ 138, 191, 160, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 165, 165, 255 ], "toColor": [ 194, 165, 165, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 175, 154, 255 ], "toColor": [ 214, 175, 154, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 140, 176, 194, 255 ], "toColor": [ 140, 176, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 147, 158, 255 ], "toColor": [ 196, 147, 158, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 176, 214, 184, 255 ], "toColor": [ 176, 214, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 138, 191, 255 ], "toColor": [ 159, 138, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 161, 191, 255 ], "toColor": [ 153, 161, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 181, 194, 140, 255 ], "toColor": [ 181, 194, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 155, 191, 176, 255 ], "toColor": [ 155, 191, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 201, 157, 193, 255 ], "toColor": [ 201, 157, 193, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 192, 161, 255 ], "toColor": [ 214, 192, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 175, 151, 255 ], "toColor": [ 191, 175, 151, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 191, 143, 255 ], "toColor": [ 159, 191, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 214, 167, 255 ], "toColor": [ 191, 214, 167, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 140, 191, 190, 255 ], "toColor": [ 140, 191, 190, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 138, 176, 255 ], "toColor": [ 194, 138, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 214, 214, 255 ], "toColor": [ 182, 214, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 186, 214, 152, 255 ], "toColor": [ 186, 214, 152, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 180, 159, 212, 255 ], "toColor": [ 180, 159, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 184, 141, 255 ], "toColor": [ 196, 184, 141, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 150, 196, 255 ], "toColor": [ 212, 150, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 174, 171, 212, 255 ], "toColor": [ 174, 171, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 156, 206, 214, 255 ], "toColor": [ 156, 206, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 208, 180, 212, 255 ], "toColor": [ 208, 180, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 152, 156, 255 ], "toColor": [ 214, 152, 156, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 174, 163, 255 ], "toColor": [ 191, 174, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 171, 209, 200, 255 ], "toColor": [ 171, 209, 200, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 165, 173, 255 ], "toColor": [ 209, 165, 173, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 166, 151, 191, 255 ], "toColor": [ 166, 151, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 202, 174, 255 ], "toColor": [ 207, 202, 174, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 183, 196, 255 ], "toColor": [ 159, 183, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 154, 147, 204, 255 ], "toColor": [ 154, 147, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 163, 212, 255 ], "toColor": [ 204, 163, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 168, 194, 163, 255 ], "toColor": [ 168, 194, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 170, 161, 255 ], "toColor": [ 209, 170, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 150, 171, 212, 255 ], "toColor": [ 150, 171, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 154, 193, 214, 255 ], "toColor": [ 154, 193, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 198, 212, 178, 255 ], "toColor": [ 198, 212, 178, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 136, 191, 176, 255 ], "toColor": [ 136, 191, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 194, 147, 255 ], "toColor": [ 194, 194, 147, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 171, 196, 255 ], "toColor": [ 159, 171, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 197, 207, 151, 255 ], "toColor": [ 197, 207, 151, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 173, 138, 255 ], "toColor": [ 194, 173, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 153, 165, 255 ], "toColor": [ 191, 153, 165, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 156, 214, 179, 255 ], "toColor": [ 156, 214, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 145, 201, 154, 255 ], "toColor": [ 145, 201, 154, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 168, 152, 214, 255 ], "toColor": [ 168, 152, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 180, 201, 159, 255 ], "toColor": [ 180, 201, 159, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 149, 196, 157, 255 ], "toColor": [ 149, 196, 157, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 186, 214, 255 ], "toColor": [ 182, 186, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 141, 145, 196, 255 ], "toColor": [ 141, 145, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 201, 178, 255 ], "toColor": [ 159, 201, 178, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 138, 154, 194, 255 ], "toColor": [ 138, 154, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 164, 145, 255 ], "toColor": [ 196, 164, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 182, 209, 255 ], "toColor": [ 153, 182, 209, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 186, 165, 255 ], "toColor": [ 214, 186, 165, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 207, 165, 255 ], "toColor": [ 207, 207, 165, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 159, 204, 255 ], "toColor": [ 184, 159, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 154, 172, 255 ], "toColor": [ 214, 154, 172, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 163, 176, 255 ], "toColor": [ 191, 163, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 157, 201, 145, 255 ], "toColor": [ 157, 201, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 195, 182, 214, 255 ], "toColor": [ 195, 182, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 152, 212, 185, 255 ], "toColor": [ 152, 212, 185, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 185, 165, 255 ], "toColor": [ 196, 185, 165, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 188, 159, 255 ], "toColor": [ 191, 188, 159, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 153, 201, 255 ], "toColor": [ 189, 153, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 178, 174, 255 ], "toColor": [ 209, 178, 174, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 166, 140, 255 ], "toColor": [ 191, 166, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 145, 171, 255 ], "toColor": [ 191, 145, 171, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 165, 199, 159, 255 ], "toColor": [ 165, 199, 159, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 180, 214, 194, 255 ], "toColor": [ 180, 214, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 214, 169, 255 ], "toColor": [ 179, 214, 169, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 174, 201, 212, 255 ], "toColor": [ 174, 201, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 152, 214, 152, 255 ], "toColor": [ 152, 214, 152, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 199, 180, 255 ], "toColor": [ 212, 199, 180, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 193, 196, 159, 255 ], "toColor": [ 193, 196, 159, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 170, 167, 199, 255 ], "toColor": [ 170, 167, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 151, 153, 255 ], "toColor": [ 196, 151, 153, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 149, 196, 255 ], "toColor": [ 196, 149, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 172, 194, 143, 255 ], "toColor": [ 172, 194, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 181, 204, 145, 255 ], "toColor": [ 181, 204, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 140, 165, 255 ], "toColor": [ 191, 140, 165, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 214, 169, 255 ], "toColor": [ 204, 214, 169, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 165, 212, 191, 255 ], "toColor": [ 165, 212, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 192, 207, 255 ], "toColor": [ 159, 192, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 163, 206, 255 ], "toColor": [ 209, 163, 206, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 196, 154, 255 ], "toColor": [ 214, 196, 154, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 177, 149, 191, 255 ], "toColor": [ 177, 149, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 181, 151, 207, 255 ], "toColor": [ 181, 151, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 151, 196, 255 ], "toColor": [ 159, 151, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 171, 177, 212, 255 ], "toColor": [ 171, 177, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 198, 178, 214, 255 ], "toColor": [ 198, 178, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 159, 163, 255 ], "toColor": [ 194, 159, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 138, 182, 191, 255 ], "toColor": [ 138, 182, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 196, 165, 255 ], "toColor": [ 153, 196, 165, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 160, 149, 255 ], "toColor": [ 204, 160, 149, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 161, 201, 199, 255 ], "toColor": [ 161, 201, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 173, 207, 153, 255 ], "toColor": [ 173, 207, 153, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 163, 147, 199, 255 ], "toColor": [ 163, 147, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 147, 179, 255 ], "toColor": [ 194, 147, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 174, 165, 214, 255 ], "toColor": [ 174, 165, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 141, 169, 194, 255 ], "toColor": [ 141, 169, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 181, 167, 255 ], "toColor": [ 209, 181, 167, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 174, 192, 207, 255 ], "toColor": [ 174, 192, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 157, 191, 255 ], "toColor": [ 212, 157, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 212, 159, 255 ], "toColor": [ 196, 212, 159, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 163, 159, 255 ], "toColor": [ 199, 163, 159, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 155, 196, 187, 255 ], "toColor": [ 155, 196, 187, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 157, 187, 255 ], "toColor": [ 191, 157, 187, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 201, 214, 154, 255 ], "toColor": [ 201, 214, 154, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 138, 183, 255 ], "toColor": [ 194, 138, 183, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 161, 191, 185, 255 ], "toColor": [ 161, 191, 185, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 165, 182, 255 ], "toColor": [ 214, 165, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 136, 191, 139, 255 ], "toColor": [ 136, 191, 139, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 186, 212, 176, 255 ], "toColor": [ 186, 212, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 161, 161, 255 ], "toColor": [ 212, 161, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 165, 195, 255 ], "toColor": [ 212, 165, 195, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 191, 165, 255 ], "toColor": [ 159, 191, 165, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 151, 176, 196, 255 ], "toColor": [ 151, 176, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 197, 165, 201, 255 ], "toColor": [ 197, 165, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 156, 167, 255 ], "toColor": [ 214, 156, 167, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 151, 153, 194, 255 ], "toColor": [ 151, 153, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 136, 154, 255 ], "toColor": [ 191, 136, 154, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 174, 138, 191, 255 ], "toColor": [ 174, 138, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 139, 146, 255 ], "toColor": [ 196, 139, 146, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 179, 148, 255 ], "toColor": [ 209, 179, 148, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 207, 148, 255 ], "toColor": [ 209, 207, 148, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 155, 176, 255 ], "toColor": [ 207, 155, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 161, 180, 255 ], "toColor": [ 196, 161, 180, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 164, 157, 255 ], "toColor": [ 191, 164, 157, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 209, 209, 255 ], "toColor": [ 159, 209, 209, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 143, 201, 180, 255 ], "toColor": [ 143, 201, 180, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 164, 214, 154, 255 ], "toColor": [ 164, 214, 154, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 172, 191, 155, 255 ], "toColor": [ 172, 191, 155, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 196, 155, 255 ], "toColor": [ 204, 196, 155, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 168, 153, 255 ], "toColor": [ 194, 168, 153, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 171, 198, 255 ], "toColor": [ 207, 171, 198, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 194, 138, 255 ], "toColor": [ 194, 194, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 165, 214, 255 ], "toColor": [ 194, 165, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 176, 182, 255 ], "toColor": [ 209, 176, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 193, 201, 157, 255 ], "toColor": [ 193, 201, 157, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 193, 196, 255 ], "toColor": [ 153, 193, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 151, 205, 255 ], "toColor": [ 209, 151, 205, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 168, 161, 199, 255 ], "toColor": [ 168, 161, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 163, 209, 168, 255 ], "toColor": [ 163, 209, 168, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 183, 147, 255 ], "toColor": [ 191, 183, 147, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 161, 201, 255 ], "toColor": [ 153, 161, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 198, 171, 255 ], "toColor": [ 212, 198, 171, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 148, 201, 143, 255 ], "toColor": [ 148, 201, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 171, 204, 176, 255 ], "toColor": [ 171, 204, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 152, 143, 255 ], "toColor": [ 191, 152, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 182, 151, 255 ], "toColor": [ 199, 182, 151, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 179, 212, 255 ], "toColor": [ 159, 179, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 151, 209, 167, 255 ], "toColor": [ 151, 209, 167, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 203, 159, 214, 255 ], "toColor": [ 203, 159, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 140, 140, 255 ], "toColor": [ 191, 140, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 183, 171, 201, 255 ], "toColor": [ 183, 171, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 166, 207, 157, 255 ], "toColor": [ 166, 207, 157, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 181, 196, 151, 255 ], "toColor": [ 181, 196, 151, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1011033.8691559955, "ymin": 1821060.035073407, "xmax": 1051083.640106164, "ymax": 1877751.317031823, "spatialReference": { "wkid": 3443, "latestWkid": 3443, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -17463800, "falseY": -46132600, "xyUnits": 1.3724482207846552E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Sect_ID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Id", "type": "esriFieldTypeInteger", "alias": "Id", "domain": null }, { "name": "Sect_ID", "type": "esriFieldTypeString", "alias": "Sect_ID", "length": 50, "domain": null }, { "name": "H_Rotation", "type": "esriFieldTypeSmallInteger", "alias": "H_Rotation", "domain": null }, { "name": "V_Rotation", "type": "esriFieldTypeSmallInteger", "alias": "V_Rotation", "domain": null }, { "name": "Class", "type": "esriFieldTypeString", "alias": "Class", "length": 25, "domain": null }, { "name": "StatusTreatment", "type": "esriFieldTypeString", "alias": "StatusTreatment", "length": 20, "domain": { "type": "codedValue", "name": "Tree_TreatmentStatus", "description": "STATUS OF TREATMENT", "codedValues": [ { "name": "Applied", "code": "Applied" }, { "name": "Scheduled", "code": "Scheduled" }, { "name": "In Progress", "code": "In Progress" }, { "name": "Partially Complete", "code": "Partially Complete" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LastTrimmed", "type": "esriFieldTypeDate", "alias": "LastTrimmed", "length": 8, "domain": null }, { "name": "TrimGroup", "type": "esriFieldTypeString", "alias": "TrimGroup", "length": 5, "domain": null }, { "name": "TrimmedBy", "type": "esriFieldTypeString", "alias": "TrimmedBy", "length": 35, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "TrimStatus", "type": "esriFieldTypeString", "alias": "Trim Status", "length": 15, "domain": { "type": "codedValue", "name": "TrimStatus", "description": "Trim Status for Forestry Zones", "codedValues": [ { "name": "Scheduled", "code": "Scheduled" }, { "name": "Completed", "code": "Completed" }, { "name": "In Progress", "code": "In Progress" }, { "name": "Future Trimming", "code": "Future Trimming" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FACILITYID", "type": "esriFieldTypeString", "alias": "FACILITYID", "length": 50, "domain": null }, { "name": "TREE_COUNT", "type": "esriFieldTypeInteger", "alias": "Tree Count", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null }, { "name": "NEXT_TRIM_YEAR", "type": "esriFieldTypeString", "alias": "Next Trim Year", "length": 25, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R41_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "G107Sect_ID", "fields": "Sect_ID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_41", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_41", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S21_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": 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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": { "timeZone": "Central Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true } ], "tables": [] }