{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 16, "name": "Verified Address", "type": "Feature Layer", "description": "Addresses are assigned by the jurisdiction in which they are within. As address notifications are received from these entities, addresses are added to this layer. Addresses in unincorporated Pitkin County are flagged as verifed or not.", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "Pitkin County GIS", "parentLayer": null, "subLayers": [], "minScale": 12000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "VerifiedAddress", "uniqueValueInfos": [ { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 0, 0, 255 ], "size": 8, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": null }, "value": "no", "label": "No" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 56, 168, 0, 255 ], "size": 8, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": null }, "value": "yes", "label": "Yes" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 55, 138, 112, 255 ], "toColor": [ 55, 138, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 58, 38, 171, 255 ], "toColor": [ 58, 38, 171, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 145, 31, 31, 255 ], "toColor": [ 145, 31, 31, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 163, 157, 42, 255 ], "toColor": [ 163, 157, 42, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 168, 81, 145, 255 ], "toColor": [ 168, 81, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 29, 81, 130, 255 ], "toColor": [ 29, 81, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 51, 156, 39, 255 ], "toColor": [ 51, 156, 39, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 135, 97, 66, 255 ], "toColor": [ 135, 97, 66, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 75, 75, 166, 255 ], "toColor": [ 75, 75, 166, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 161, 72, 87, 255 ], "toColor": [ 161, 72, 87, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 112, 128, 61, 255 ], "toColor": [ 112, 128, 61, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 125, 29, 140, 255 ], "toColor": [ 125, 29, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 64, 132, 153, 255 ], "toColor": [ 64, 132, 153, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": -1.19519031929E7, "ymin": 4722322.526100002, "xmax": -1.1855371034E7, "ymax": 4778328.266400002, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 1.4892314192838538E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ADDRESS", "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": "ADDRESS", "type": "esriFieldTypeString", "alias": "Full Address", "length": 100, "domain": null }, { "name": "VerifiedAddress", "type": "esriFieldTypeString", "alias": "Verified Address", "length": 5, "domain": { "type": "codedValue", "name": "WS2_YES_NO", "description": "YES and NO designations", "codedValues": [ { "name": "yes", "code": "yes" }, { "name": "no", "code": "no" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SpillmanText", "type": "esriFieldTypeString", "alias": "LocationText", "length": 10, "domain": null }, { "name": "ESN", "type": "esriFieldTypeSmallInteger", "alias": "ESN", "domain": null }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 20, "domain": { "type": "codedValue", "name": "WS2_AddressStatus", "description": "Address Status", "codedValues": [ { "name": "verified", "code": "verified" }, { "name": "pending", "code": "pending" }, { "name": "retired", "code": "retired" }, { "name": "non-conforming", "code": "non-conforming" }, { "name": "not-verified", "code": "not-verified" }, { "name": "temporary", "code": "temporary" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "AddressType", "type": "esriFieldTypeString", "alias": "AddressType", "length": 35, "domain": { "type": "codedValue", "name": "WS2_AddressType", "description": "Address Point type", "codedValues": [ { "name": "building", "code": "building" }, { "name": "parcel", "code": "parcel" }, { "name": "unit", "code": "unit" }, { "name": "utility", "code": "utility" }, { "name": "unknown", "code": "unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Export911", "type": "esriFieldTypeString", "alias": "Export911", "length": 5, "domain": null }, { "name": "LabelSize", "type": "esriFieldTypeString", "alias": "LabelSize", "length": 12, "domain": null }, { "name": "LabelAngle", "type": "esriFieldTypeSmallInteger", "alias": "LabelAngle", "domain": null }, { "name": "Unit_Nu", "type": "esriFieldTypeString", "alias": "Unit", "length": 10, "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": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": { "timeZone": "Mountain Standard Time", "respectsDaylightSaving": false }, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "c68b66375fc44d1bb51009f9c96afc13" }