{ "layers": [ { "currentVersion": 10.81, "id": 0, "name": "Annotation", "type": "Annotation Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 26910, "latestWkid": 26910 }, "copyrightText": "", "parentLayer": null, "subLayers": [ { "id": 28, "name": "Geology" }, { "id": 30, "name": "Strike/Dip" } ], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 587046.6237000003, "ymin": 4872446.0316, "xmax": 609638.3537999997, "ymax": 4900378.674000001, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "TextString", "typeIdField": "AnnotationClassID", "subtypeFieldName": "AnnotationClassID", "subtypeField": "AnnotationClassID", "defaultSubtypeCode": 0, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "FeatureID", "type": "esriFieldTypeInteger", "alias": "FeatureID", "domain": null }, { "name": "ZOrder", "type": "esriFieldTypeInteger", "alias": "ZOrder", "domain": null }, { "name": "AnnotationClassID", "type": "esriFieldTypeInteger", "alias": "AnnotationClassID", "domain": null }, { "name": "SymbolID", "type": "esriFieldTypeInteger", "alias": "SymbolID", "domain": null }, { "name": "Status", "type": "esriFieldTypeSmallInteger", "alias": "Status", "domain": { "type": "codedValue", "name": "AnnotationStatus", "description": "Valid annotation state values.", "codedValues": [ { "name": "Placed", "code": 0 }, { "name": "Unplaced", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "TextString", "type": "esriFieldTypeString", "alias": "TextString", "length": 255, "domain": null }, { "name": "FontName", "type": "esriFieldTypeString", "alias": "FontName", "length": 255, "domain": null }, { "name": "FontSize", "type": "esriFieldTypeDouble", "alias": "FontSize", "domain": null }, { "name": "Bold", "type": "esriFieldTypeSmallInteger", "alias": "Bold", "domain": { "type": "codedValue", "name": "BooleanSymbolValue", "description": "Valid values are Yes and No.", "codedValues": [ { "name": "Yes", "code": 1 }, { "name": "No", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Italic", "type": "esriFieldTypeSmallInteger", "alias": "Italic", "domain": { "type": "codedValue", "name": "BooleanSymbolValue", "description": "Valid values are Yes and No.", "codedValues": [ { "name": "Yes", "code": 1 }, { "name": "No", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Underline", "type": "esriFieldTypeSmallInteger", "alias": "Underline", "domain": { "type": "codedValue", "name": "BooleanSymbolValue", "description": "Valid values are Yes and No.", "codedValues": [ { "name": "Yes", "code": 1 }, { "name": "No", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "VerticalAlignment", "type": "esriFieldTypeSmallInteger", "alias": "VerticalAlignment", "domain": { "type": "codedValue", "name": "VerticalAlignment", "description": "Valid symbol vertical alignment values.", "codedValues": [ { "name": "Top", "code": 0 }, { "name": "Center", "code": 1 }, { "name": "Baseline", "code": 2 }, { "name": "Bottom", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "HorizontalAlignment", "type": "esriFieldTypeSmallInteger", "alias": "HorizontalAlignment", "domain": { "type": "codedValue", "name": "HorizontalAlignment", "description": "Valid horizontal symbol alignment values.", "codedValues": [ { "name": "Left", "code": 0 }, { "name": "Center", "code": 1 }, { "name": "Right", "code": 2 }, { "name": "Full", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "XOffset", "type": "esriFieldTypeDouble", "alias": "XOffset", "domain": null }, { "name": "YOffset", "type": "esriFieldTypeDouble", "alias": "YOffset", "domain": null }, { "name": "Angle", "type": "esriFieldTypeDouble", "alias": "Angle", "domain": null }, { "name": "FontLeading", "type": "esriFieldTypeDouble", "alias": "FontLeading", "domain": null }, { "name": "WordSpacing", "type": "esriFieldTypeDouble", "alias": "WordSpacing", "domain": null }, { "name": "CharacterWidth", "type": "esriFieldTypeDouble", "alias": "CharacterWidth", "domain": null }, { "name": "CharacterSpacing", "type": "esriFieldTypeDouble", "alias": "CharacterSpacing", "domain": null }, { "name": "FlipAngle", "type": "esriFieldTypeDouble", "alias": "FlipAngle", "domain": null }, { "name": "Override", "type": "esriFieldTypeInteger", "alias": "Override", "domain": null }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length", "domain": null }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_SHAPE", "fields": "SHAPE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I10Status", "fields": "Status", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I10AnnotationCla", "fields": "AnnotationClassID", "isAscending": true, "isUnique": false, "description": "" } ], "types": [ { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 0, "name": "Geology" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "id": 2, "name": "Strike/Dip" } ], "subtypes": [ { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null }, "code": 0, "name": "Geology" }, { "domains": { "Status": {"type": "inherited"}, "Bold": {"type": "inherited"}, "Italic": {"type": "inherited"}, "Underline": {"type": "inherited"}, "VerticalAlignment": {"type": "inherited"}, "HorizontalAlignment": {"type": "inherited"} }, "defaultValues": { "FeatureID": null, "ZOrder": null, "AnnotationClassID": null, "Element": null, "SymbolID": null, "Status": 0, "TextString": null, "FontName": null, "FontSize": null, "Bold": null, "Italic": null, "Underline": null, "VerticalAlignment": null, "HorizontalAlignment": null, "XOffset": null, "YOffset": null, "Angle": null, "FontLeading": null, "WordSpacing": null, "CharacterWidth": null, "CharacterSpacing": null, "FlipAngle": null, "Override": null }, "code": 2, "name": "Strike/Dip" } ], "relationships": [], "canModifyLayer": false, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 28, "name": "Geology", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 587046.6237000003, "ymin": 4872446.0316, "xmax": 609638.3537999997, "ymax": 4900378.674000001, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsHavingClause": false, "supportsCountDistinct": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsPagination": false, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 30, "name": "Strike/Dip", "type": "Annotation SubLayer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Annotation" }, "subLayers": [], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 587046.6237000003, "ymin": 4872446.0316, "xmax": 609638.3537999997, "ymax": 4900378.674000001, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map", "supportsStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsHavingClause": false, "supportsCountDistinct": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsPagination": false, "supportsTrueCurve": false, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false }, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 31, "name": "OrientationPoints", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 26910, "latestWkid": 26910 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 24000, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Symbol", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriPMS", "url": "49788b1daa5d19aaf04e8fbbf386f6ba", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAQAAAAXCAYAAAAss+5LAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEFJREFUGJVjYUADLNgE5jEwMCQhC0gR1EIfAX4GBoYFyAJfGBgYWpAF/jIwMNwZaJdyc3O3fP36FSHw9evXI8gqACXxDJ4ab0jOAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 3, "height": 17, "angle": 0, "xoffset": -1.5590519999999999, "yoffset": 0 }, "value": "06.02", "label": "inclined bedding", "description": "" } ], "fieldDelimiter": ",", "rotationType": "arithmetic", "rotationExpression": "[Azimuth]" }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 597783.3032, "ymin": 4883487.7993, "xmax": 599461.9650999997, "ymax": 4884986.0724, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "IdentityConfidence", "type": "esriFieldTypeString", "alias": "IdentityConfidence", "length": 50, "domain": null }, { "name": "MapUnit", "type": "esriFieldTypeString", "alias": "MapUnit", "length": 10, "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 254, "domain": null }, { "name": "Label", "type": "esriFieldTypeString", "alias": "Label", "length": 50, "domain": null }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 254, "domain": null }, { "name": "Azimuth", "type": "esriFieldTypeSingle", "alias": "Azimuth", "domain": null }, { "name": "Inclination", "type": "esriFieldTypeSingle", "alias": "Inclination", "domain": null }, { "name": "OrientationConfidenceDegrees", "type": "esriFieldTypeSingle", "alias": "OrientationConfidenceDegrees", "domain": null }, { "name": "StationID", "type": "esriFieldTypeString", "alias": "StationID", "length": 50, "domain": null }, { "name": "LocationSourceID", "type": "esriFieldTypeString", "alias": "LocationSourceID", "length": 50, "domain": null }, { "name": "OrientationSourceID", "type": "esriFieldTypeString", "alias": "OrientationSourceID", "length": 50, "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 254, "domain": null }, { "name": "OrientationPoints_ID", "type": "esriFieldTypeString", "alias": "OrientationPoints_ID", "length": 50, "domain": null }, { "name": "PlotAtScale", "type": "esriFieldTypeSingle", "alias": "PlotAtScale", "domain": null }, { "name": "LocationConfidenceMeters", "type": "esriFieldTypeSingle", "alias": "LocationConfidenceMeters", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 32, "name": "GeochemPoints", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 26910, "latestWkid": 26910 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 24000, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 135, 168, 0, 255 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "label": "", "description": "" }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 580460.5872, "ymin": 4872603.49, "xmax": 609612.1469999999, "ymax": 4907367.0024, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Sample", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID_1", "type": "esriFieldTypeOID", "alias": "ID", "domain": null }, { "name": "Sample", "type": "esriFieldTypeString", "alias": "Sample", "length": 255, "domain": null }, { "name": "SiO2", "type": "esriFieldTypeDouble", "alias": "SiO2", "domain": null }, { "name": "TiO2", "type": "esriFieldTypeDouble", "alias": "TiO2", "domain": null }, { "name": "Al2O3", "type": "esriFieldTypeDouble", "alias": "Al2O3", "domain": null }, { "name": "FeOt", "type": "esriFieldTypeDouble", "alias": "FeOt", "domain": null }, { "name": "MnO", "type": "esriFieldTypeDouble", "alias": "MnO", "domain": null }, { "name": "MgO", "type": "esriFieldTypeDouble", "alias": "MgO", "domain": null }, { "name": "CaO", "type": "esriFieldTypeDouble", "alias": "CaO", "domain": null }, { "name": "Na2O", "type": "esriFieldTypeDouble", "alias": "Na2O", "domain": null }, { "name": "K2O", "type": "esriFieldTypeDouble", "alias": "K2O", "domain": null }, { "name": "P2O5", "type": "esriFieldTypeDouble", "alias": "P2O5", "domain": null }, { "name": "LOI", "type": "esriFieldTypeDouble", "alias": "LOI", "domain": null }, { "name": "total", "type": "esriFieldTypeDouble", "alias": "total", "domain": null }, { "name": "Ba", "type": "esriFieldTypeDouble", "alias": "Ba", "domain": null }, { "name": "Ce", "type": "esriFieldTypeDouble", "alias": "Ce", "domain": null }, { "name": "Cr", "type": "esriFieldTypeDouble", "alias": "Cr", "domain": null }, { "name": "Cu", "type": "esriFieldTypeDouble", "alias": "Cu", "domain": null }, { "name": "Ga", "type": "esriFieldTypeDouble", "alias": "Ga", "domain": null }, { "name": "La", "type": "esriFieldTypeDouble", "alias": "La", "domain": null }, { "name": "Nb", "type": "esriFieldTypeDouble", "alias": "Nb", "domain": null }, { "name": "Nd", "type": "esriFieldTypeDouble", "alias": "Nd", "domain": null }, { "name": "Ni", "type": "esriFieldTypeDouble", "alias": "Ni", "domain": null }, { "name": "Rb", "type": "esriFieldTypeDouble", "alias": "Rb", "domain": null }, { "name": "Sr", "type": "esriFieldTypeDouble", "alias": "Sr", "domain": null }, { "name": "V", "type": "esriFieldTypeDouble", "alias": "V", "domain": null }, { "name": "Y", "type": "esriFieldTypeDouble", "alias": "Y", "domain": null }, { "name": "Zn", "type": "esriFieldTypeDouble", "alias": "Zn", "domain": null }, { "name": "Zr", "type": "esriFieldTypeDouble", "alias": "Zr", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "FieldSampleID", "type": "esriFieldTypeString", "alias": "FieldSampleID", "length": 8000, "domain": null }, { "name": "StationID", "type": "esriFieldTypeString", "alias": "StationID", "length": 8000, "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 8000, "domain": null }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 8000, "domain": null }, { "name": "AlternateSampleID", "type": "esriFieldTypeString", "alias": "AlternateSampleID", "length": 8000, "domain": null }, { "name": "MaterialAnalyzed", "type": "esriFieldTypeString", "alias": "MaterialAnalyzed", "length": 8000, "domain": null }, { "name": "LocationConfidenceMeters", "type": "esriFieldTypeInteger", "alias": "LocationConfidenceMeters", "domain": null }, { "name": "PlotAtScale", "type": "esriFieldTypeInteger", "alias": "PlotAtScale", "domain": null }, { "name": "DataSourceID", "type": "esriFieldTypeString", "alias": "DataSourceID", "length": 8000, "domain": null }, { "name": "GeochemPoints_ID", "type": "esriFieldTypeString", "alias": "GeochemPoints_ID", "length": 8000, "domain": null }, { "name": "MapUnit", "type": "esriFieldTypeString", "alias": "MapUnit", "length": 10, "domain": null }, { "name": "VolcanicGroup", "type": "esriFieldTypeString", "alias": "VolcanicGroup", "length": 10, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID_1", "fields": "OBJECTID_1", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 33, "name": "GeochronPoints", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 26910, "latestWkid": 26910 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 24000, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Symbol", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriPMS", "url": "1c2e22d4a33815cb8784d0c494a3c066", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAMVJREFUGJV9kCFLg2EAhB/kxXLlLdZlf4V1f0AwDn+CZTMabAuDwdoQTGKxLYjCwqJNi8H6NhEUnmIQywafY3jteOC4u8I/Klt+H/jeBfeABXACfGzDAXCbZKSOujDAEXAKXAKHwGsBSDKstU5aa6hjYAoMCtBTD9Tndcon8JSkX4DjJHdqt/WNOinAXJ0BjxuS5KzWOi7AF7BK0lfvgR6Q1trLpu1cvQYegKF60Z3yk+RKnQJvwPufE9TlOnq281v1vOt/ARnvTaMeWYLBAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 5, "height": 10, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Diamond 2", "label": "", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 588053.716, "ymin": 4875702.658, "xmax": 606203.7307000002, "ymax": 4899187.3433, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "ID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "FieldSampleID", "type": "esriFieldTypeString", "alias": "FieldSampleID", "length": 254, "domain": null }, { "name": "StationID", "type": "esriFieldTypeString", "alias": "StationID", "length": 50, "domain": null }, { "name": "AlternateSampleID", "type": "esriFieldTypeString", "alias": "AlternateSampleID", "length": 254, "domain": null }, { "name": "MapUnit", "type": "esriFieldTypeString", "alias": "MapUnit", "length": 10, "domain": null }, { "name": "Label", "type": "esriFieldTypeString", "alias": "Label", "length": 50, "domain": null }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 254, "domain": null }, { "name": "MaterialAnalyzed", "type": "esriFieldTypeString", "alias": "MaterialAnalyzed", "length": 254, "domain": null }, { "name": "NumericAge", "type": "esriFieldTypeSingle", "alias": "NumericAge", "domain": null }, { "name": "AgeUnits", "type": "esriFieldTypeString", "alias": "AgeUnits", "length": 50, "domain": null }, { "name": "AgePlusError", "type": "esriFieldTypeSingle", "alias": "AgePlusError", "domain": null }, { "name": "AgeMinusError", "type": "esriFieldTypeSingle", "alias": "AgeMinusError", "domain": null }, { "name": "LocationSourceID", "type": "esriFieldTypeString", "alias": "LocationSourceID", "length": 50, "domain": null }, { "name": "AnalysisSourceID", "type": "esriFieldTypeString", "alias": "AnalysisSourceID", "length": 50, "domain": null }, { "name": "GeochronPoints_ID", "type": "esriFieldTypeString", "alias": "GeochronPoints_ID", "length": 50, "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 254, "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 254, "domain": null }, { "name": "PlotAtScale", "type": "esriFieldTypeSingle", "alias": "PlotAtScale", "domain": null }, { "name": "LocationConfidenceMeters", "type": "esriFieldTypeSingle", "alias": "LocationConfidenceMeters", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I13StationID", "fields": "StationID", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 34, "name": "VolcanicPoints", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 26910, "latestWkid": 26910 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 24000, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Symbol", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriPMS", "url": "7ef5655fe1ec35059fb4842470a1c922", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAASJJREFUKJGlkU8rRFEYhx8Zq3d7MbkrlhZSY4GsfAOXUbPgC1jJgp0lJStLyUZZmGzEzs5GKeUDSHQtdMrq1+lKxsLcOk13Zhhn9fa85zzvn1Pin6f0iztLQL0nQRRFU865rZ4F3vsqUAHGgMc/CyRVm+EysNtJMATMt+SGgVEAM1uR9NSS/wQucsEbMAjsAwMFnYwDpwFyZlaTlIUjHJjZvaQzoNxhsjtgUdJzOEJe6YafpdWBmYLHR8AakOWgaImvwHmRIIqiQ+dcFrJ2v5AEcQPoA/DeJ8BtN8EIMA00zGxP0jFwAlQkJcBmN8EC8A6sSrpsslkz25G0HsfxRJqmD20FZlaWNAm8BPhD0gZwnabpHNBeIGkb+CroDOAK6A/BN564ZOfrorNKAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 12, "height": 11, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Star 1", "label": "Volcanic Vent", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 590299.5259999996, "ymin": 4872703.2915, "xmax": 607063.5824999996, "ymax": 4900100.8004, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "VolcanicPoint_ID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "VolcanicPoint_ID", "type": "esriFieldTypeString", "alias": "VolcanicPoint_ID", "length": 8000, "domain": null }, { "name": "LocationConfidenceMeters", "type": "esriFieldTypeInteger", "alias": "LocationConfidenceMeters", "domain": null }, { "name": "ExistenceConfidence", "type": "esriFieldTypeString", "alias": "ExistenceConfidence", "length": 8000, "domain": null }, { "name": "IdentityConfidence", "type": "esriFieldTypeString", "alias": "IdentityConfidence", "length": 8000, "domain": null }, { "name": "Age", "type": "esriFieldTypeString", "alias": "Age", "length": 8000, "domain": null }, { "name": "MapUnit", "type": "esriFieldTypeString", "alias": "MapUnit", "length": 8000, "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 8000, "domain": null }, { "name": "PlotAtScale", "type": "esriFieldTypeInteger", "alias": "PlotAtScale", "domain": null }, { "name": "IsConcealed", "type": "esriFieldTypeString", "alias": "IsConcealed", "length": 8000, "domain": null }, { "name": "DataSourceID", "type": "esriFieldTypeString", "alias": "DataSourceID", "length": 8000, "domain": null }, { "name": "Volcano_Number", "type": "esriFieldTypeInteger", "alias": "Volcano_Number", "domain": null }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 10, "domain": null }, { "name": "Label", "type": "esriFieldTypeString", "alias": "Label", "length": 50, "domain": null }, { "name": "Azimuth", "type": "esriFieldTypeSingle", "alias": "Azimuth", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 35, "name": "CartographicLines", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 26910, "latestWkid": 26910 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 24000, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Symbol", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.42519599999999996 }, "value": "01.01.01", "label": "leader, scratch boundary", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 255, 255 ], "width": 4.799999237060547 }, "value": "17.10_magenta", "label": "landslide flow direction", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 592100.7099000001, "ymin": 4872562.0911, "xmax": 609526.8119000001, "ymax": 4900160.4646000005, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Label", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Label", "type": "esriFieldTypeString", "alias": "Label", "length": 8000, "domain": null }, { "name": "CartographicLines_ID", "type": "esriFieldTypeString", "alias": "CartographicLines_ID", "length": 8000, "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 8000, "domain": null }, { "name": "DataSourceID", "type": "esriFieldTypeString", "alias": "DataSourceID", "length": 8000, "domain": null }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 8000, "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 25, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "hasM": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 36, "name": "GeologicLines", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 26910, "latestWkid": 26910 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 24000, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Symbol", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 2 }, "value": "01.03.01_black", "label": "dike, ahi", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 255, 255 ], "width": 2 }, "value": "01.03.01_magenta", "label": "dike", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 255, 255 ], "width": 2.1259799999999998 }, "value": "13.11", "label": "moraine crest LGM", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 2.1259799999999998 }, "value": "13.11_black", "label": "levee", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 255, 255 ], "width": 0.5669279999999999 }, "value": "13.38", "label": "water boundary", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 2.83464 }, "value": "17.35", "label": "fissure", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 255, 255 ], "width": 6 }, "value": "17.45_blue", "label": "moraine crest YD", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 255, 255 ], "width": 6 }, "value": "17.45_magenta", "label": "moraine crest NG", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 2.83464 }, "value": "18.01", "label": "crater rim", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 2.13 }, "value": "dots_black", "label": "ejecta ring", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 255, 255 ], "width": 2.5 }, "value": "magenta_squares", "label": "moraine crest LIA", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 593905.9060000004, "ymin": 4875005.6831, "xmax": 609562.0617000004, "ymax": 4900362.9410999995, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "GeologicLines_ID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "GeologicLines_ID", "type": "esriFieldTypeString", "alias": "GeologicLines_ID", "length": 8000, "domain": null }, { "name": "IsConcealed", "type": "esriFieldTypeString", "alias": "IsConcealed", "length": 8000, "domain": null }, { "name": "ExistenceConfidence", "type": "esriFieldTypeString", "alias": "ExistenceConfidence", "length": 8000, "domain": null }, { "name": "IdentityConfidence", "type": "esriFieldTypeString", "alias": "IdentityConfidence", "length": 8000, "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 8000, "domain": null }, { "name": "Label", "type": "esriFieldTypeString", "alias": "Label", "length": 8000, "domain": null }, { "name": "DataSourceID", "type": "esriFieldTypeString", "alias": "DataSourceID", "length": 8000, "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 8000, "domain": null }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 8000, "domain": null }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length", "domain": null }, { "name": "LocationConfidenceMeters", "type": "esriFieldTypeSingle", "alias": "LocationConfidenceMeters", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_SHAPE", "fields": "SHAPE", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 37, "name": "ContactsAndFaults", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 26910, "latestWkid": 26910 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 24000, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Symbol", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.42519599999999996 }, "value": "01.01.01", "label": "certain contact, internal contact, scratch boundary", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDashDot", "color": [ 0, 0, 0, 255 ], "width": 0.42519599999999996 }, "value": "01.01.03", "label": "approximate contact", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDashDot", "color": [ 0, 0, 0, 255 ], "width": 0.42519599999999996 }, "value": "01.01.07", "label": "inferred contact", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 255, 255 ], "width": 2 }, "value": "01.03.01_magenta", "label": "dike", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 255, 255 ], "width": 0.5669279999999999 }, "value": "13.01", "label": "glacier boundary", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 255, 255 ], "width": 0.5669279999999999 }, "value": "13.38", "label": "water boundary", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 2.83464 }, "value": "18.01", "label": "crater rim", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 2.13 }, "value": "dots_black", "label": "ejecta ring", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 255, 255 ], "width": 2.5 }, "value": "magenta_squares", "label": "moraine crest LIA", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 584079.1563999997, "ymin": 4872524.754000001, "xmax": 609768.1805999996, "ymax": 4900542.771500001, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Type", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 8000, "domain": null }, { "name": "IsConcealed", "type": "esriFieldTypeString", "alias": "IsConcealed", "length": 8000, "domain": null }, { "name": "ExistenceConfidence", "type": "esriFieldTypeString", "alias": "ExistenceConfidence", "length": 8000, "domain": null }, { "name": "DataSourceID", "type": "esriFieldTypeString", "alias": "DataSourceID", "length": 8000, "domain": null }, { "name": "ContactsAndFaults_ID", "type": "esriFieldTypeString", "alias": "ContactsAndFaults_ID", "length": 8000, "domain": null }, { "name": "Label", "type": "esriFieldTypeString", "alias": "Label", "length": 8000, "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 8000, "domain": null }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length", "domain": null }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 20, "domain": null }, { "name": "LocationConfidenceMeters", "type": "esriFieldTypeSingle", "alias": "LocationConfidenceMeters", "domain": null }, { "name": "IdentityConfidence", "type": "esriFieldTypeString", "alias": "IdentityConfidence", "length": 50, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_SHAPE", "fields": "SHAPE", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 38, "name": "OverlayPolys", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 26910, "latestWkid": 26910 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 24000, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Symbol", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriPFS", "url": "70c7b1a4ae90ddbdd9f3ec0903768c5e", "imageData": "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", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 212, 208, 200, 0 ], "width": -1 }, "width": 60, "height": 60, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "black stippling", "label": "acc, acp, aeg, bbr, bsb, btk, mcl, mdw, mec, mkm, mlc, mns, mpm, mps, msb, msc, msp, mts, mwy, myc, roc", "description": "" }, { "symbol": { "type": "esriPFS", "url": "72157ef76f1bfb279fadc80f04c7ed87", "imageData": "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", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 212, 208, 200, 0 ], "width": -1 }, "width": 60, "height": 60, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "white stippling", "label": "rdc, rdc'", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 589424.2328000003, "ymin": 4872686.3858, "xmax": 607358.3723999998, "ymax": 4897718.678400001, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "IdentityConfidence", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "IdentityConfidence", "type": "esriFieldTypeString", "alias": "IdentityConfidence", "length": 8000, "domain": null }, { "name": "Label", "type": "esriFieldTypeString", "alias": "Label", "length": 8000, "domain": null }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 8000, "domain": null }, { "name": "DataSourceID", "type": "esriFieldTypeString", "alias": "DataSourceID", "length": 8000, "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 8000, "domain": null }, { "name": "OverlayPolys_ID", "type": "esriFieldTypeString", "alias": "OverlayPolys_ID", "length": 8000, "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 39, "name": "MapUnitOverlayPolys", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 26910, "latestWkid": 26910 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 24000, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Symbol", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriPFS", "url": "1e1d954b9e0cace5b08b11da0c27407a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAYAAABXXxDfAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAABDpJREFUaIG1W0mW3DAIVd7zBXK0nLSO1keobModGsMfkMKmPCCExPSRu6+11lqvr/f68/vXUijz3vdMhjOHMybydLo1sq611kIMVFD+7RRHG8Zkq3IzP5n/kieLPK+v94MPKdi9q+btLJff3zq43hTGXNRlKuHVGLaJ3dhqgWjuHUpzXQ+luvuKkMs1Ez740Tt1bpXKmO8IJZDqfqIksrzK7/J8xzwi5g3KRjBFXMuf8IrvmFfIsXCXjZGFWdZH96SctetZ6uId4Y71s/Jq2Yr36kYXY/8tXomzafZ1sYNCqFowD/tQn+3V0qUqXtVlZjW0OZVumf9+36zj6fbZyicyOiPF9XcSHbV8FnAaaDjAJ1/f5FQU5iUrLx65OmtgJo2Ng9O7Z+g5IY7t8wRTBU5DVUZCuF7QGpM2tBvnZOUTJMjpYz5eK7C28iCnYjAe9RyBhWX4vR6WrpRQkqCLxlxSQM59j7ws/D7dXon7TKwGI49wLcf4DD37Os+eKZMJCsDNR2Gjlsf4HJa6aSZ33JlZtVuwcthi6n+mq1OqgwJVK0W7PLNTFR79vHKcxOIOuaJiITQ342NriPS57xubajFqnXYXymQgclAhTXgFk53lVaDEavUk+aJ5YMLLi+iEZD71OSuJaNMnjRYZUzc2SmatxmSFWdhkcsrpgVb7KpWbAh+n1KioTymDiID8n5+r2EC3bVUqCKv7eXNVdNh5W+DBCA8J6krItMFRwQ3yNBMv8JOcTuFuYoW3om7BzLL5WpH/oR7hqQlmp1NjpUy1eiWjexdIa2yQEMUSTCaKcYeynLgJhU74MMMhNRZZUnI9CYUI0UH7UHkScTHLKvKdfCRh+4oxT+AmMzemK5omUEG+1s9PJ2CKn54PzVVs+r7b7yQ8oJi0IIW/GnfM7ZU2likcN1bdBIbgBAPsu/2pMWzDKn7kiYK8uds7sYcAUqWYgtmbBclzr/y5ynF7thlISTeud5Kkne1RiVLRWOeWkXcKZpTnjO/19X5+tOiUmljRDZGJrGmVKEudUt6yUGaVSV12ZQ0Sb4/tHdc8pZBq+eoZm6ssdTuNxE47G8cjq6JDk3hfyctjEtUxj6hLcpOElL1LQZBxDKtOiMqWlgywXbzaoK4sOgmrk13p2WxqXef/E6hw0JdNrOwWdFG32Uwq1vvMd6JEAsLHWIrV0dERi99OeRdTDD3n50eLLEhJYJ0y6Pxs6vYOwIrvm9Du/8dG8QC1q5qURsSrgiekywPhddbplHdzgBI6imylxArz8JY2TuYoj/gnfCfi/YHwKuEKYHFLYEeTYyhlvNCj1H+ZodRjZ8ETcKTKUMFVQR7CmxICUTfFEGNnBw6UBh7DF3/yEEENE7bgXS/68PLF706kZuaK74TlAc0THiOlQ4vXyEPU0xsEgoprnPDyoIjcVNfN1PXwXS5AslTA1WzCX6nKgJ/yheGZAAAAAElFTkSuQmCC", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 212, 208, 200, 0 ], "width": -1 }, "width": 47.25, "height": 47.25, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "big and small blue dots", "label": "g", "description": "" }, { "symbol": { "type": "esriPFS", "url": "42853f541792c4ad985d7d45d1551e01", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA1hJREFUeJztWstywzAIpDP+/19OT/YoCrC7gJpLOXUciUUI8SqX9ellZj/O32g9s3Ya/7V/uAjmBph6gjBrMiUouKoy13WvTAHrTSFSBGD4mWkHY+Vceb7M7CdSQFWjk2vv9YoSZJ6RAibe6MQbn/ITOz08syfAmpVHE47O2+vJ01IQcoIV5qyjq+K+OTFChpSQAqqkWE7V42cRBCn+wby8j0AIZIbKbSuRZuWPDp+te8PcLYA1WcYMEXX8g5TsZJjeE0BKYMyQoclscOUpYXoKYC1gQvhOpBnB3BVwKgHK/MuJOI/ItQDW+akCVxzdNH64jw2D1UNMV3w7PlIKlJtRAFvleYL8RUqNwl1KjAKU0Oit65o/g++toeRmn0Cl3Ny/ezRV7kZ84L5LFAKR2heYKHcZ6wj3XY4Q1YqrcvibdxW/XWneFpAxZk2/IgTD71Si9NQCmec+1dRgHdpx/JMdoRVc5cXsYZ4KxEcdoQ51GyOqY/SSJIi/+oBqihkJFK2J+Kj4zFOB+GsUqAiY3YASOTr4WQ4A8dVEKMq0Kv5CrTw7Bw3xlZ5gJd2s3h6LjwjiR3lAxKxyA+j2uviIUnwvD5gEp4T4Jj5bDXbpVAN0x4jWl/KADiAFPkhZNEnxs3+OWrZx+R11kCP+U0pR8D8UlHWFWeekemcmdCrJUSWaPDidrnBlj5Ieq70CtWHj5gHV21RIKW9VJcg8s/8MTQF29pxyoFQ5/G2KOr07tWRVwqACPpG4ML+1u0VqHsCAT3ZzPHymBGZyEzPT5gNUcDbU7RiIGHyE+/g5NQowN6t6+e6+dT9S/se36nyAIli2dvq5ICV+YFXnA6ZoOiNUMM2sNx8wRdRbPYV5cj6gE7Oni6UQ+/R8QMfJTSgByj01H+BR18khhSOLpDC78wFK7lChTj+Cwp6YD+iEzQkzZ5QQ4k/NB1RueioHQPvTJzI1H1A9/M27il9V3ls/AAEi790RIiIGfyJCtOcDGCE8HuxzmgyFLn5nPoAx1epB/gy/Ox+QmapSGn8NvzMfwJgqk/19FX9iPiCLwYiYFPsofmc+QAFywYW9x/C78wEMyL23y+8I/sR8AKJOqnoc/38+gNycEePFT1aEjBylPEAhFIqiBGWKsmiSYv0ClyNvjYLiiL8AAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 212, 208, 200, 0 ], "width": -1 }, "width": 48, "height": 48, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "black triangles", "label": "av, pdf, spt", "description": "" }, { "symbol": { "type": "esriPFS", "url": "2fe7249d425ad86c50222af628e6d5b1", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAYlJREFUeJztmlFuAyEMRInEBXK0nLRH6xGaj4iUhK6yBptXSzM/iXbDPjNLABnX0uvr+6eUUsrteimEAH59gd+ul2cQuwXxfw1ornu73zr2SRC/Ht1wU3ur/edOfeCvGWDpUETnHfjzBljgEW/diT9nQJuoiCHtzJ8zoIdS/2sn/vokSO0ZnPjxq8A/lwygA6A1GrA6qSVrPxqwunN738/Ptt/EP/4LrLwJj23vJv6xAeQw3sj/2wAy+M3ttQrQAdCSAXQAtB4GWGdtj1m+T4CC/Hr6Yd5prfYsmF9NWRXvjK2lI0H88yMgKgiYf34E9EGckTUdDvHjVgEqDW7kxxmQJHEaYwD55o38GAMSJUq1ExyuJBq+Hno1gDoaB/mqD3h+U31AkFQfMPHbjXzVB0zDrUF4SvUBqg9w42srTAdASwYMV5Kd76+2V33A4R3VB6g+YF6J2msVoAOgJQPoAGipPoA+n6f5qg+gz+dpvuoDTHCLVB+QI3Gq+oCQABIlSrUTHK4kGr4eugNhKsXyJdKOAAAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 212, 208, 200, 0 ], "width": -1 }, "width": 48, "height": 48, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "blue arrows", "label": "mbc", "description": "" }, { "symbol": { "type": "esriPFS", "url": "eaeaef5cdf1778567c3a6a3e5a5fd641", "imageData": "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", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 212, 208, 200, 0 ], "width": -1 }, "width": 60, "height": 60, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "magenta dots", "label": "mmt", "description": "" }, { "symbol": { "type": "esriPFS", "url": "59047073e2304eed5dd85e4965329788", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA3hJREFUeJztWkmSIyEMrImoJ/il8xC/1H/wnMqBsVAuEvZldOluNygTAVqwzqMoj9v9eXv8/TP/jsYzY7vxH7f7c/7sRMqP4zgYosriL52rOQquasxx3ON2fy4NMO4UUqoQYPRdRFm9LM9R5/UzNIBr0c6x13jFCI7O0AAdd7Tjjnf5iVlGncsrwB6rSDocXTQ34lM1UOoEHeWso3NxZyeGOCBJDeCKcnJcj59FEGT4EfOMPmQIz8Si35EokWbUjxafjZsx304Ae2SZY4ik4h/UZCfD/LgCyAjMMWSkMxscdaqYHwZgT0AH+Uqk6cJ8M8CuBCjzLzviPJLwBLDOTyXsOLpu/GweFQbdRXRXfDM+WhzDGxqArfIiIt9IqVG4Q/qhAZTQGI2rHn8GPxrD8qaugFNuzp9H47vK3ZUeZt7ZWW6q7wId5S5zOrJ550zCrbicxV+6XfyOSvNEgOzRd0gw+nYlSq9aIPPcux41WIf2DfxtL0IjuKqLmcNcFQY/fRFiCa8IotI0E9UxRkkSg//yAW6KmZFmX5QdfOaqMPivKOAQzHZAiRwV/CwHYPClRGiVaTn+Qq08KwvN8Ok3QSfddHePxUfC4Id5wEqZswNo96r4SBD+Rx7QCc6S+CU+VQ26wJfsegCdMVbjrTygAsiCd0kWTRD+8svR46jd72x+p1EU/MhAy1dh1jmp3pkJnUpy5ESTEcd+FXbmKOmxsjB2w6LcxfpmKFoQK0p5qxrB0bn8ZqgLsDJnlwOlyuFuUFVWL73zuCpXOgwq4B2JC/O/jtciKQ9gwDtfcyJ8pgRmcpNLH90foIKzoW7GyIgjvWyIHf2cFAWYnVW9fHXeOB8ZP/rM6g9QiGVju68LMmKEZfUHdEl3RqhgXn+XM8GqsHd1F+a2/oBKzO4uljLsrf0BFSfXYQSGd0t/QCRVJ4eIo51lMUv9AUrugHBW811uLHa5P6ASNjuOOWOEDL+lP8DZ6a4cAM1HV6SlP8Bd/KXbxXeN9/YegACR966QWP2Pwe+IEMdR7A9gSEQ62OvUGQpX+HZ/AHNU3YV8E7/UH5AdVaU0/iW+3R/AHFUm+/s1frk/IIvBCJxJVXfj2/0BCtAKXC1hd+CX+gMYkBVJVd8u/HJ/AJJKqvoN/P/9AcxkRA6N21kRMjysPEARFIpWCUoH9qgvuk4I6x8BYm6CSpefEAAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 212, 208, 200, 0 ], "width": -1 }, "width": 48, "height": 48, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "magenta triangles", "label": "p", "description": "" }, { "symbol": { "type": "esriPFS", "url": "6dd6ddc9e34c1a83bb98afe3d5465fc0", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAaRJREFUeJztmtGuwyAMQ4PE//9y95SJsfWOgIPHlf2yqSuc4FLIUKo1uq7rMjMrpRQjiMGvLbyUUjyI3WLxnwa462j3fWDf7mPx690PKPlTbT+zmRH+kgGRAWUMHsGfNiACz3jqKP6UAb5QMaY0mj9lQAtlvdco/vIiyMoZUPz0XeDXJQPYAbD1ZsDqonJa+zcDVjO3Pp+fbb+Lf/sKrDwJRNq7i39rAHMa7+R/NIAZ/O722gXYAbAlA9gBsFXN4qs2YpVvD0CZ/DraGfpYy/ti82vkVAV9YhsZSBZ/eAZkBcHmD8+ANoiR+6LH4Sx+2i6AfF8z+WkGnHJwmmIA88lH+SkGMAcf5SsT7C+cNH0RejEAvcdGxeCrPsC/+LRDT79oQrSbr/qAlc4jA8oYPIKv+oBZeDQIpJB81Qcgg2GIMgP+k2QAOwC2VB/QX1jN3Pp8frb9Lr7qA/7qZAZupvqAo9prF2AHwJYMYAfAluoDRjtDH2t5X2y+6gOiR0voINh81QdE4BEh39dMvuoDsuDMs8LlP0OrYg4+ylcm2F84afoi9ABYgkH3Gm3U7wAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 212, 208, 200, 0 ], "width": -1 }, "width": 48, "height": 48, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "white arrows", "label": "mbt, mnt, mtb", "description": "" }, { "symbol": { "type": "esriPFS", "url": "72157ef76f1bfb279fadc80f04c7ed87", "imageData": "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", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 212, 208, 200, 0 ], "width": -1 }, "width": 60, "height": 60, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "white stippling", "label": "ahc, des", "description": "" }, { "symbol": { "type": "esriPFS", "url": "8f4c815851123f1e9fa027bd8d9f055d", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAYZJREFUeJztmkGOwyAMRR2Jde9/zl6gs2LEpBM1BptXS/9vWiUhz3wIQY6bDXo97WVmdjzsMEAEv43w42FHD2K3KP6vAd31aPd7xz5dR/Hb1Yko9VEdf7OZHv6SAZ4OZXQ+gj9tgAeeMepR/CkD+kJFTOlo/pQBI5R6rqP4y4sgtWeI4qe/Bb5dMoAOgNabAauLSrX2bwas7tzO+/nZ9rv4l4/AykhEbHt38S8NIKfxTv6/BpDB726vtwAdAC0ZQAdAq5n5V+2IVX5MgJL8dvdm0Wmtfi+a3zxZleiMracjWfzbMyArCJp/ewaMQdy5zpsOp/hpbwEqDe7lpxlQJXGaYgA58l5+igGVEqXaCZ4PVJq+EfpjAPVpnOSrPqD/UX1AklQfMHHtTr7qA2bh3iAipfoA1QfE8bUVpgOgJQPOB6p9319tr/qAqxOqD1B9wLwqtddbgA6AlgygA6Cl+gD6+zzNV30A/X2e5qs+wAP3SPUBRRKnqg/ICKBSolQ7wfOBStM3Qj8UGrRwCAwBiwAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 212, 208, 200, 0 ], "width": -1 }, "width": 48, "height": 48, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "yellow arrows", "label": "rrm, rsc, rsc'", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 589873.6626000004, "ymin": 4874497.138499999, "xmax": 609768.1805999996, "ymax": 4900542.771500001, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "IdentityConfidence", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "IdentityConfidence", "type": "esriFieldTypeString", "alias": "IdentityConfidence", "length": 8000, "domain": null }, { "name": "Label", "type": "esriFieldTypeString", "alias": "Label", "length": 8000, "domain": null }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 8000, "domain": null }, { "name": "DataSourceID", "type": "esriFieldTypeString", "alias": "DataSourceID", "length": 8000, "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 8000, "domain": null }, { "name": "MapUnitOverlayPolys_ID", "type": "esriFieldTypeString", "alias": "MapUnitOverlayPolys_ID", "length": 8000, "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null }, { "name": "MapUnit", "type": "esriFieldTypeString", "alias": "MapUnit", "length": 5, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true }, { "currentVersion": 10.81, "id": 40, "name": "MapUnitPolys", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 26910, "latestWkid": 26910 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 24000, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Symbol", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 0 ], "width": 0 } }, "value": "0", "label": "i", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 153, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "115", "label": "rsf", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 77, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "118", "label": "rse", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 128, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "126", "label": "rkb", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 102, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "137", "label": "ruc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 77, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "148", "label": "rtl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 0, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "159", "label": "rgl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 153, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "175", "label": "apc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 102, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "177", "label": "asw", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 0, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "179", "label": "rsc, rsc'", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 128, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "186", "label": "alg", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 153, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "195", "label": "asn", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 128, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "196", "label": "ahl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 102, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "197", "label": "alh", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "20", "label": "g, p, pdf", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "200", "label": "L", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 222, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "202", "label": "dkb", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 0, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "209", "label": "rsg", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 77, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "218", "label": "r58", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 102, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "227", "label": "rmc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 255, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "230", "label": "bhs", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 77, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "248", "label": "rrm", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 255, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "250", "label": "bcc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 0, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "269", "label": "rsw", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 102, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "27", "label": "roc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 128, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "276", "label": "als", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 77, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "298", "label": "s", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "30", "label": "dwp", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 204, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "303", "label": "dsw", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 153, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "305", "label": "dbh", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 102, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "307", "label": "mtw", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 255, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "310", "label": "myc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 235, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "311", "label": "dtl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 204, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "313", "label": "mbl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 235, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "321", "label": "bsb, bsb'", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 255, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "350", "label": "rdh", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 128, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "36", "label": "bbd", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 255, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "360", "label": "av", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "40", "label": "mbt", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "400", "label": "mbt", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 235, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "401", "label": "mlc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 179, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "404", "label": "drm", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 102, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "407", "label": "dsn", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 255, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "410", "label": "mpn", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 235, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "411", "label": "mec", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 222, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "412", "label": "mtb", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 179, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "414", "label": "ddl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 153, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "415", "label": "dlp", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 255, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "420", "label": "msb", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 235, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "421", "label": "mmc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 222, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "422", "label": "mth, mth'", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 153, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "425", "label": "dgc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 128, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "426", "label": "dss", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 77, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "428", "label": "dlc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 204, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "43", "label": "awy", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 222, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "432", "label": "mkm", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 204, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "433", "label": "mhr", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 0, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "449", "label": "rpc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 255, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "450", "label": "bjc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 255, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "460", "label": "btk", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 77, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "48", "label": "rct", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "490", "label": "bwl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "50", "label": "al", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "500", "label": "mst", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 235, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "501", "label": "mmt", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 222, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "502", "label": "mlb", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 179, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "504", "label": "dml", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 153, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "505", "label": "dcg", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 128, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "506", "label": "dwl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 255, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "510", "label": "mnt", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 235, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "511", "label": "msc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 222, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "512", "label": "mwy", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 128, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "516", "label": "dgl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 77, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "518", "label": "dig", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 222, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "52", "label": "acc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 255, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "520", "label": "mbc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 235, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "521", "label": "mps", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 153, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "525", "label": "dse", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 255, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "530", "label": "mmn", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 222, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "532", "label": "mey", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 153, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "535", "label": "dmc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 179, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "54", "label": "abt", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 222, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "562", "label": "bbr", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 255, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "570", "label": "bwm", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "600", "label": "mbw", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 235, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "601", "label": "mml", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 153, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "605", "label": "dcl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 102, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "607", "label": "dpg", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 77, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "608", "label": "dhr", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 235, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "611", "label": "myl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 204, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "613", "label": "mns", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 153, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "615", "label": "dmw", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 255, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "620", "label": "mpm", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 222, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "622", "label": "mcl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 102, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "627", "label": "dmn", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 204, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "63", "label": "acp", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 235, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "631", "label": "mfy", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 204, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "633", "label": "mdw", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 153, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "635", "label": "dcn", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 153, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "65", "label": "aoc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 255, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "680", "label": "bac", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "69", "label": "rpg", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "70", "label": "ls", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "700", "label": "mls", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 222, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "702", "label": "mys", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 128, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "706", "label": "des", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 77, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "708", "label": "dnt, dnt'", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 0, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "709", "label": "dms", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 222, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "712", "label": "mts", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 255, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "720", "label": "mhl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 235, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "721", "label": "mmm", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 204, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "723", "label": "mdl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 204, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "73", "label": "adl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 255, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "730", "label": "msp", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 222, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "732", "label": "mwa", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 179, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "74", "label": "alc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 255, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "750", "label": "bes", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 128, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "76", "label": "awf", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 255, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "760", "label": "bss", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 255, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "770", "label": "bwy", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "790", "label": "bnf", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "80", "label": "aph'", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 77, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "800", "label": "mws", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 77, 235, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "801", "label": "msf", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 77, 102, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "807", "label": "dlg", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 77, 0, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "809", "label": "mrg", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 77, 235, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "811", "label": "mms", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 77, 204, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "823", "label": "awa", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 204, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "83", "label": "awr", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 179, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "84", "label": "mnf", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 77, 255, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "840", "label": "awc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 153, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "85", "label": "awm", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 128, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "86", "label": "ahc", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 102, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "87", "label": "mnh", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 179, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "904", "label": "spt", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "91", "label": "mwh", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 255, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "910", "label": "mwh", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 222, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "92", "label": "aph", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 179, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "924", "label": "mms'", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 204, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "93", "label": "asy", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 255, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "930", "label": "mtp", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 204, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "933", "label": "myw", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 153, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "935", "label": "mmi", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 179, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "94", "label": "anh", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 153, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "95", "label": "aeg", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 255, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "950", "label": "mhd", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 179, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "954", "label": "mss", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 128, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "96", "label": "aef", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 255, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "960", "label": "bsl", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 77, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "98", "label": "ahd", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "99", "label": "rdc, rdc'", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 3, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 0, 0, 0, 255 ], "width": 0 } }, "value": "999", "label": "ahi'", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 584079.1563999997, "ymin": 4872524.754000001, "xmax": 609768.1805999996, "ymax": 4900542.771500001, "spatialReference": { "wkid": 26910, "latestWkid": 26910 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "MapUnit", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "MapUnit", "type": "esriFieldTypeString", "alias": "MapUnit", "length": 8000, "domain": null }, { "name": "Label", "type": "esriFieldTypeString", "alias": "Label", "length": 8000, "domain": null }, { "name": "IdentityConfidence", "type": "esriFieldTypeString", "alias": "IdentityConfidence", "length": 8000, "domain": null }, { "name": "DataSourceID", "type": "esriFieldTypeString", "alias": "DataSourceID", "length": 8000, "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 8000, "domain": null }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length", "domain": null }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area", "domain": null }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 10, "domain": null }, { "name": "MapUnitPolys_ID", "type": "esriFieldTypeString", "alias": "MapUnitPolys_ID", "length": 50, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_SHAPE", "fields": "SHAPE", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": true, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "supportsCoordinatesQuantization": true } ], "tables": [] }