{ "layers": [ { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 0, "name": "Land Use Planning", "type": "Group Layer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": null, "subLayers": [ { "id": 1, "name": "Conservation Easements" }, { "id": 2, "name": "Enterprise Zone" }, { "id": 11, "name": "FMPO (Flagstaff Metropolitan Planning)" }, { "id": 12, "name": "Lighting Zone" }, { "id": 13, "name": "Planning Area Boundaries" }, { "id": 14, "name": "Permits Issued Current Year" }, { "id": 15, "name": "Zoning" }, { "id": 22, "name": "Slope Categories" } ], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 275006.30905511975, "ymin": 1187390.7073490843, "xmax": 1052283.8789370097, "ymax": 2186554.188648291, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": false, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 1, "name": "Conservation Easements", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Land Use Planning" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 233, 255, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 171, 205, 102, 255 ], "width": 2 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 293779.77034120634, "ymin": 1209681.8198818862, "xmax": 1049318.6167979017, "ymax": 2184137.1430446208, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "ENCUMBRANCEOWNER", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "ENCUMBRANCEID", "type": "esriFieldTypeInteger", "alias": "ENCUMBRANCEID", "domain": null }, { "name": "ENCUMBRANCETYPE", "type": "esriFieldTypeSmallInteger", "alias": "Type", "domain": { "type": "codedValue", "name": "EncumbranceTypeCode", "description": "The easement type as coded value", "codedValues": [ { "name": "Easement - General", "code": 1 }, { "name": "Utility Easement", "code": 2 }, { "name": "Ingress-Egress", "code": 4 }, { "name": "Flood Easement", "code": 5 }, { "name": "Right Of Way", "code": 6 }, { "name": "Lease", "code": 7 }, { "name": "Vacation (Road)", "code": 8 }, { "name": "Other", "code": 9 }, { "name": "Private Right Of Way", "code": 3 }, { "name": "Abandonment", "code": 10 }, { "name": "Conservation", "code": 11 }, { "name": "Open Space / Park", "code": 12 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ENCUMBRANCETYPEEXPLICIT", "type": "esriFieldTypeInteger", "alias": "ENCUMBRANCETYPEEXPLICIT", "domain": { "type": "codedValue", "name": "EncubranceTypeExplicit", "description": "Easement Types", "codedValues": [ { "name": "ACCESS ESMT", "code": 1 }, { "name": "AQUEDUCT & R/W ESMT", "code": 2 }, { "name": "AVIGATION ESMT", "code": 3 }, { "name": "BIKE PATH ESMT", "code": 4 }, { "name": "BOOSTER STA & WATER ESMT", "code": 5 }, { "name": "CLEAR ZONE ESMT", "code": 6 }, { "name": "CORRECTION ESMT", "code": 7 }, { "name": "DRAIN & PUE ESMT", "code": 8 }, { "name": "DRAIN & R/W ESMT", "code": 9 }, { "name": "DRAIN & SEWER ESMT", "code": 10 }, { "name": "DRAIN & SLOPE ESMT", "code": 11 }, { "name": "DRAIN & TEMP CONST ESMT", "code": 12 }, { "name": "DRAIN ESMT", "code": 13 }, { "name": "DRAIN, FILL & SLOPE ESMT", "code": 14 }, { "name": "DRAIN, PUE & R/W ESMT", "code": 15 }, { "name": "DRAIN, SEWER & WATER ESMT", "code": 16 }, { "name": "DRAIN,PUE,R/W &SLOPE ESMT", "code": 17 }, { "name": "DRIVEWAY ESMT", "code": 18 }, { "name": "ELECT & WATER ESMT", "code": 19 }, { "name": "ELECT ESMT", "code": 20 }, { "name": "EROSION & PUE ESMT", "code": 21 }, { "name": "FIRE LINE ESMT", "code": 22 }, { "name": "FUTS ESMT", "code": 23 }, { "name": "GAS & WATER ESMT", "code": 24 }, { "name": "GAS ESMT", "code": 25 }, { "name": "GAS ESMT & ROAD R/W", "code": 26 }, { "name": "GAS, SEWER & WATER ESMT", "code": 27 }, { "name": "GAS, WATER, & ROAD ESMT", "code": 28 }, { "name": "HIGHWAY ESMT", "code": 29 }, { "name": "INGRESS & EGRESS ESMT", "code": 30 }, { "name": "LANDSCAPE & PUE ESMT", "code": 31 }, { "name": "LANDSCAPE ESMT", "code": 32 }, { "name": "MISC & PUE ESMT", "code": 33 }, { "name": "MISC ESMT", "code": 34 }, { "name": "OPEN SPACE, PARK OR RESOURCE PROTECTION", "code": 110 }, { "name": "PATENT (ROAD & UTILITY)", "code": 35 }, { "name": "PEDESTRIAN & S/W ESMT", "code": 36 }, { "name": "PEDESTRIAN / BIKE ESMT", "code": 37 }, { "name": "PEDESTRIAN ACCESS ESMT", "code": 38 }, { "name": "PHONE ESMT", "code": 39 }, { "name": "PIPE LINE LICENSE", "code": 40 }, { "name": "PREMIT (AMENDMENT W/L)", "code": 41 }, { "name": "PUBLIC EASEMENT", "code": 42 }, { "name": "PUE", "code": 43 }, { "name": "PUE & R/W ESMT", "code": 44 }, { "name": "PUE & SEWER ESMT", "code": 45 }, { "name": "PUE & SLOPE ESMT", "code": 46 }, { "name": "PUE & WATER ESMT", "code": 47 }, { "name": "PUE ESMT", "code": 48 }, { "name": "PUE, SEWER & WATER ESMT", "code": 49 }, { "name": "R/W & SEWER ESMT", "code": 50 }, { "name": "R/W & WATER ESMT", "code": 51 }, { "name": "R/W ESMT", "code": 52 }, { "name": "R/W LEASE", "code": 53 }, { "name": "R/W,SEWER,WATER ESMT", "code": 54 }, { "name": "R/W,SLOPE,PUE,DRAIN ESMT", "code": 55 }, { "name": "RADIO FACILITIES ESMT", "code": 56 }, { "name": "RECLAIM & SEWER ESMT", "code": 57 }, { "name": "RECLAIM LINE LICENSE", "code": 58 }, { "name": "RECLAIM WATER & SEWER ESM", "code": 59 }, { "name": "RECLAIM WATER ESMT", "code": 60 }, { "name": "RELEASE (ESMT)", "code": 61 }, { "name": "RIGHT OF ENTRY LICENSE", "code": 62 }, { "name": "RIGHT OF WAY", "code": 63 }, { "name": "RIO DE FLAG", "code": 109 }, { "name": "ROAD & PUE ESMT", "code": 64 }, { "name": "ROAD & SEWER ESMT", "code": 65 }, { "name": "ROAD & UTILITY ESMT", "code": 66 }, { "name": "ROAD & WATER ESMT", "code": 67 }, { "name": "ROAD ESMT", "code": 68 }, { "name": "ROAD R/W", "code": 69 }, { "name": "ROAD R/W & PUE ESMT", "code": 70 }, { "name": "ROAD R/W & SEWER ESMT", "code": 71 }, { "name": "ROAD R/W & UTILITY ESMT", "code": 72 }, { "name": "ROAD, SEWER & WATER ESMT", "code": 73 }, { "name": "ROADWAY & SLOPE ESMT", "code": 74 }, { "name": "ROADWAY & WATER ESMT", "code": 75 }, { "name": "ROADWAY ESMT", "code": 76 }, { "name": "SEWER ESMT", "code": 77 }, { "name": "SEWER, R/W & WATER ESMT", "code": 78 }, { "name": "SEWER, WATER & FIRE ESMT", "code": 79 }, { "name": "SIDEWALK & PUE ESMT", "code": 80 }, { "name": "SIDEWALK ESMT", "code": 81 }, { "name": "SLOPE & UTILITY ESMT", "code": 82 }, { "name": "SLOPE CONSTRUCTION ESMT", "code": 83 }, { "name": "SLOPE ESMT", "code": 84 }, { "name": "SPECIAL USE PERMIT", "code": 85 }, { "name": "SPOIL AREA PERMIT", "code": 86 }, { "name": "STORM SEWER ESMT", "code": 87 }, { "name": "STREET ESMT", "code": 88 }, { "name": "SURRENDER OF LEASE", "code": 89 }, { "name": "TEMP ACCESS & PUE ESMT", "code": 90 }, { "name": "TEMP ACCESS ESMT", "code": 91 }, { "name": "TEMP CONSTRUCTION ESMT", "code": 92 }, { "name": "TEMP R/W ESMT", "code": 93 }, { "name": "TEMP ROAD ESMT", "code": 94 }, { "name": "TEMPORARY ENTRY", "code": 95 }, { "name": "TEMPORARY ROAD ESMT", "code": 96 }, { "name": "TEMPORARY TURNAROUND ESMT", "code": 97 }, { "name": "TRAIL ESMT", "code": 98 }, { "name": "URBAN TRAILS ESMT", "code": 99 }, { "name": "UTILITY ESMT", "code": 100 }, { "name": "WALL ESMT", "code": 101 }, { "name": "WATER & ROAD ESMT", "code": 102 }, { "name": "WATER & ROAD R/W ESMT", "code": 103 }, { "name": "WATER & SEWER ESMT", "code": 104 }, { "name": "WATER ESMT", "code": 105 }, { "name": "WATER ESMT & ROAD R/W", "code": 106 }, { "name": "WATER, GAS, ACCESS ESMT", "code": 107 }, { "name": "WATER,SEWER,DRAINAGE,ROAD", "code": 108 }, { "name": "SETBACK", "code": 111 }, { "name": "PERMITTED ENCUMBERANCE", "code": 112 }, { "name": "100 YEAR FLOOD PLAIN", "code": 113 }, { "name": "BUILDING ENVELOPE", "code": 114 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ENCUMBRANCEOWNER", "type": "esriFieldTypeString", "alias": "Owner", "length": 30, "domain": { "type": "codedValue", "name": "OwnerClassification", "description": "Type of owner", "codedValues": [ { "name": "County", "code": "County" }, { "name": "Federal", "code": "Federal" }, { "name": "Private", "code": "Private" }, { "name": "State", "code": "State" }, { "name": "International", "code": "International" }, { "name": "Other", "code": "Other" }, { "name": "Military", "code": "Military" }, { "name": "National Park Service", "code": "National Park Service" }, { "name": "Municipal", "code": "CVT" }, { "name": "Non Profit", "code": "Non Profit" }, { "name": "Regional", "code": "Regional" }, { "name": "Unknown", "code": "Unknown" }, { "name": "School District", "code": "SchoolDistrict" }, { "name": "Intergovernmental", "code": "Intergovernmental" }, { "name": "Tribal Lands", "code": "Tribal Lands" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "OWNERORMANAGINGAGENCY", "type": "esriFieldTypeString", "alias": "ManagingAgency", "length": 50, "domain": { "type": "codedValue", "name": "OwnerOrManagingAgency", "description": "Managing Agency", "codedValues": [ { "name": "Arizona Department of Transportation", "code": "ADOT" }, { "name": "Arizona Board of Regents", "code": "Arizona Board of Regents" }, { "name": "Arizona Game and Fish", "code": "Arizona Game and Fish" }, { "name": "Arizona State Parks", "code": "Arizona State Parks" }, { "name": "BNSF", "code": "BNSF" }, { "name": "Bureau of Land Management", "code": "Bureau of Land Management" }, { "name": "Bureau of Reclamation", "code": "Bureau of Reclamation" }, { "name": "Coconino County Regional Accomodation School District", "code": "CCRASD" }, { "name": "City of Flagstaff", "code": "City of Flagstaff" }, { "name": "City of Page", "code": "City of Page" }, { "name": "City of Sedona", "code": "City of Sedona" }, { "name": "City of Williams", "code": "City of Williams" }, { "name": "Coconino County", "code": "Coconino County" }, { "name": "Coconino National Forest", "code": "Coconino National Forest" }, { "name": "Fredonia-Moccasin Unified School District", "code": "FMUSD" }, { "name": "Flagstaff Unified School District", "code": "FUSD" }, { "name": "Glen Canyon National Recreation Area", "code": "Glen Canyon National Recreation Area" }, { "name": "Grand Canyon National Park", "code": "Grand Canyon National Park" }, { "name": "Havasupai Tribal Land", "code": "Havasupai Tribal Land" }, { "name": "Hopi Tribal Land", "code": "Hopi Tribal Land" }, { "name": "Hualapai Tribal Land", "code": "Hualapai Tribal Land" }, { "name": "Kaibab National Forest", "code": "Kaibab National Forest" }, { "name": "Kaibab Tribal Land", "code": "Kaibab Tribal Land" }, { "name": "Maine Consolidated School District", "code": "MCSD" }, { "name": "Military Reservation", "code": "Military Reservation" }, { "name": "Navajo Hopi Joint Use Area", "code": "Navajo Hopi Joint Use Area" }, { "name": "Navajo Nation", "code": "Navajo Nation" }, { "name": "Navajo National Monument", "code": "Navajo National Monument" }, { "name": "Non Profit", "code": "Non Profit" }, { "name": "National Park Service", "code": "NPS" }, { "name": "Prescott National Forest", "code": "Prescott National Forest" }, { "name": "Private", "code": "Private" }, { "name": "Page Unified School District", "code": "PUSD" }, { "name": "San Juan Southern Piute", "code": "San Juan Southern Piute" }, { "name": "State of Arizona", "code": "State of Arizona" }, { "name": "State Trust", "code": "State Trust" }, { "name": "Tuba City Unified School District", "code": "TCUD" }, { "name": "Tonto National Forest", "code": "Tonto National Forest" }, { "name": "Town of Fredonia", "code": "Town of Fredonia" }, { "name": "Tribal Land Allotment", "code": "Tribal Land Allotment" }, { "name": "Town Of Tusayan", "code": "Tusayan" }, { "name": "USA", "code": "USA" }, { "name": "United States Forest Service", "code": "USFS" }, { "name": "Vermilion Cliffs National Monument", "code": "Vermilion Cliffs National Monument" }, { "name": "Williams Unified Schoold District", "code": "WUSD" }, { "name": "Camp Navajo", "code": "Camp Navajo" }, { "name": "Apache-Sitgreaves National Forest", "code": "Apache-Sitgreaves National Forest" }, { "name": "Walnut Canyon National Monument", "code": "Walnut Canyon National Monument" }, { "name": "Wupatki National Monument", "code": "Wupatki National Monument" }, { "name": "Sunset Crater National Monument", "code": "Sunset Crater National Monument" }, { "name": "Town Of Tusayan", "code": "Town Of Tusayan" }, { "name": "Bureau of Indian Affairs", "code": "BIA" }, { "name": "Grand Canyon School District", "code": "GC School District" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ENCUMBRANCEAREA", "type": "esriFieldTypeDouble", "alias": "Area", "domain": null }, { "name": "AREATYPE", "type": "esriFieldTypeString", "alias": "AREATYPE", "length": 20, "domain": { "type": "codedValue", "name": "ParcelAreaUnitDomain", "description": "Units of Measure of Area", "codedValues": [ { "name": "S.F.", "code": "SQ FT" }, { "name": "AC", "code": "AC" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ENCUMBRANCEAREASOURCE", "type": "esriFieldTypeString", "alias": "AreaSource", "length": 10, "domain": { "type": "codedValue", "name": "ParcelAreaSource", "description": "The source of the parcel area value", "codedValues": [ { "name": "GIS", "code": "GIS" }, { "name": "Plat Map", "code": "Plat" }, { "name": "Record of Survey", "code": "Survey" }, { "name": "Legal Description", "code": "Legal" }, { "name": "DOR", "code": "DOR" }, { "name": "Assesor", "code": "Assessor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "SUBLOTID", "type": "esriFieldTypeString", "alias": "SUBLOTID", "length": 20, "domain": null }, { "name": "DOCUMENT", "type": "esriFieldTypeString", "alias": "DOCUMENT", "length": 25, "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null } ], "geometryField": {}, "indexes": [ { "name": "I22ENCUMBRANCETY", "fields": "ENCUMBRANCETYPE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I22SUBLOTID", "fields": "SUBLOTID", "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE_Area", "shapeLengthFieldName": "SHAPE_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 2, "name": "Enterprise Zone", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131233, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Land Use Planning" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 247, 226, 188, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 474387.69324146956, "ymin": 1273878.4635826796, "xmax": 1049367.8310367465, "ymax": 2186554.188648291, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "TR_BLKGRP2", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "CNT_TR_BLK", "type": "esriFieldTypeInteger", "alias": "CNT_TR_BLK", "domain": null }, { "name": "SHAPE_LENG", "type": "esriFieldTypeDouble", "alias": "SHAPE_LENG", "domain": null }, { "name": "TR_BLKGRP2", "type": "esriFieldTypeString", "alias": "TR_BLKGRP2", "length": 7, "domain": null }, { "name": "BLOCKGROUP", "type": "esriFieldTypeInteger", "alias": "BLOCKGROUP", "domain": null }, { "name": "TRACT", "type": "esriFieldTypeSmallInteger", "alias": "TRACT", "domain": null }, { "name": "BLCKGRP", "type": "esriFieldTypeSmallInteger", "alias": "BLCKGRP", "domain": null }, { "name": "POVERTY", "type": "esriFieldTypeSmallInteger", "alias": "POVERTY", "domain": null }, { "name": "CNT_POVERTY", "type": "esriFieldTypeInteger", "alias": "CNT_POVERTY", "domain": null }, { "name": "ENTZONE", "type": "esriFieldTypeString", "alias": "ENTZONE", "length": 50, "domain": null }, { "name": "AREA", "type": "esriFieldTypeDouble", "alias": "CountyData.SDE.EnterpriseZone.AREA", "domain": null }, { "name": "LEN", "type": "esriFieldTypeDouble", "alias": "CountyData.SDE.EnterpriseZone.LEN", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null } ], "geometryField": {}, "indexes": null, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape_Area", "shapeLengthFieldName": "Shape_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 11, "name": "FMPO (Flagstaff Metropolitan Planning)", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131233, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Land Use Planning" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 205, 137, 102, 255 ], "width": 4 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 721442.1528871395, "ymin": 1483634.9711286053, "xmax": 854129.7588582672, "ymax": 1595909.1653543338, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "OBJECTID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "ACRE", "type": "esriFieldTypeDouble", "alias": "ACRE", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null } ], "geometryField": {}, "indexes": null, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE_Area", "shapeLengthFieldName": "SHAPE_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 12, "name": "Lighting Zone", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Land Use Planning" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "LightingZone", "uniqueValueGroups": [ { "heading": "Lighting Zone", "classes": [ { "label": "Zone I", "description": "Zone I", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Zone I" ] ] }, { "label": "Zone II", "description": "Zone II", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 245, 122, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Zone II" ] ] }, { "label": "Zone III", "description": "Zone III", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Zone III" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Zone I", "label": "Zone I" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 245, 122, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Zone II", "label": "Zone II" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Zone III", "label": "Zone III" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 112, 153, 89, 255 ], "toColor": [ 242, 238, 162, 255 ] }, { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 242, 238, 162, 255 ], "toColor": [ 242, 206, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 242, 206, 133, 255 ], "toColor": [ 194, 140, 124, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 158, 143, 255 ], "toColor": [ 248, 245, 250, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 40, "labelingInfo": [ { "labelExpression": "[LightingZone]", "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Default", "priority": 46, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 275006.30905511975, "ymin": 1187390.7073490843, "xmax": 1052283.8789370097, "ymax": 2186459.0675853044, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "LightingZone", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "LightingZone", "type": "esriFieldTypeString", "alias": "Lighting Zone", "length": 10, "domain": null }, { "name": "BufferDist", "type": "esriFieldTypeString", "alias": "Buffer Distance", "length": 20, "domain": null }, { "name": "Location", "type": "esriFieldTypeString", "alias": "Location", "length": 250, "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null }, { "name": "Ordinance", "type": "esriFieldTypeString", "alias": "Ordinance", "length": 50, "domain": null }, { "name": "Document", "type": "esriFieldTypeString", "alias": "Document", "length": 50, "domain": null } ], "geometryField": {}, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE_Area", "shapeLengthFieldName": "SHAPE_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 13, "name": "Planning Area Boundaries", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Land Use Planning" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "AreaPlan", "uniqueValueGroups": [ { "heading": "", "classes": [ { "label": "BELLEMONT", "description": "BELLEMONT", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 212, 212, 159, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "BELLEMONT" ] ] }, { "label": "DONEY PARK", "description": "DONEY PARK", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 169, 191, 161, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "DONEY PARK" ] ] }, { "label": "FORT VALLEY HIGHWAY 180 CORRIDOR", "description": "FORT VALLEY HIGHWAY 180 CORRIDOR", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 139, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "FORT VALLEY HIGHWAY 180 CORRIDOR" ] ] }, { "label": "KACHINA VILLAGE", "description": "KACHINA VILLAGE", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 185, 165, 199, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "KACHINA VILLAGE" ] ] }, { "label": "MOUNTAINAIRE", "description": "MOUNTAINAIRE", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 149, 167, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "MOUNTAINAIRE" ] ] }, { "label": "OAK CREEK", "description": "OAK CREEK", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 138, 141, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "OAK CREEK" ] ] }, { "label": "PARKS", "description": "PARKS", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 145, 204, 148, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "PARKS" ] ] }, { "label": "RED LAKE", "description": "RED LAKE", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 172, 163, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "RED LAKE" ] ] }, { "label": "TUSAYAN", "description": "TUSAYAN", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 212, 152, 192, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "TUSAYAN" ] ] }, { "label": "VALLE", "description": "VALLE", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 138, 194, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "VALLE" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 212, 212, 159, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "BELLEMONT", "label": "BELLEMONT" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 169, 191, 161, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "DONEY PARK", "label": "DONEY PARK" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 139, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "FORT VALLEY HIGHWAY 180 CORRIDOR", "label": "FORT VALLEY HIGHWAY 180 CORRIDOR" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 185, 165, 199, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "KACHINA VILLAGE", "label": "KACHINA VILLAGE" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 149, 167, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "MOUNTAINAIRE", "label": "MOUNTAINAIRE" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 138, 141, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "OAK CREEK", "label": "OAK CREEK" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 145, 204, 148, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "PARKS", "label": "PARKS" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 191, 172, 163, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "RED LAKE", "label": "RED LAKE" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 212, 152, 192, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "TUSAYAN", "label": "TUSAYAN" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 138, 194, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "VALLE", "label": "VALLE" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 201, 161, 255 ], "toColor": [ 214, 201, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 152, 214, 255 ], "toColor": [ 199, 152, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 155, 192, 212, 255 ], "toColor": [ 155, 192, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 201, 151, 151, 255 ], "toColor": [ 201, 151, 151, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 136, 191, 149, 255 ], "toColor": [ 136, 191, 149, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 143, 153, 201, 255 ], "toColor": [ 143, 153, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 176, 204, 255 ], "toColor": [ 209, 176, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 171, 204, 189, 255 ], "toColor": [ 171, 204, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 187, 176, 255 ], "toColor": [ 209, 187, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 212, 152, 255 ], "toColor": [ 189, 212, 152, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 201, 145, 170, 255 ], "toColor": [ 201, 145, 170, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 201, 167, 255 ], "toColor": [ 187, 201, 167, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 163, 191, 255 ], "toColor": [ 159, 163, 191, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 20, "labelingInfo": [ { "labelExpression": "[AreaPlan]", "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Default", "priority": 105, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Tahoma", "size": 8, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 595965.2785433084, "ymin": 1289552.2066929117, "xmax": 1017862.024934385, "ymax": 1755206.7913385853, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "AreaPlan", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "AreaPlan", "type": "esriFieldTypeString", "alias": "AreaPlan", "length": 50, "domain": null }, { "name": "YearAdopted", "type": "esriFieldTypeString", "alias": "Year Adopted", "length": 4, "domain": null }, { "name": "LastYearUpdated", "type": "esriFieldTypeString", "alias": "Last Year Updated", "length": 4, "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null } ], "geometryField": {}, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape_Area", "shapeLengthFieldName": "Shape_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 14, "name": "Permits Issued Current Year", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131233, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Land Use Planning" }, "subLayers": [], "minScale": 72223.819286, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "PermitDepartmentDescr", "field2": "PermitStatusCode", "uniqueValueGroups": [ { "heading": "Building", "classes": [ { "label": "Building, ADMINISTRATIVELY COMPLETE", "description": "Building, ADMINISTRATIVELY COMPLETE", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 214, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Building", "ADMINISTRATIVELY COMPLETE" ] ] }, { "label": "Building, CLOSED", "description": "Building, CLOSED", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 143, 151, 227, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Building", "CLOSED" ] ] }, { "label": "Building, FINALED", "description": "Building, FINALED", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 85, 108, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Building", "FINALED" ] ] }, { "label": "Building, ISSUED", "description": "Building, ISSUED", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 36, 78, 173, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Building", "ISSUED" ] ] }, { "label": "Building, RFAI", "description": "Building, RFAI", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 57, 148, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Building", "RFAI" ] ] } ] }, { "heading": "Environmental Quality", "classes": [ { "label": "Environmental Quality, INSPECTION COMPLETE", "description": "Environmental Quality, INSPECTION COMPLETE", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 214, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Environmental Quality", "INSPECTION COMPLETE" ] ] }, { "label": "Environmental Quality, CLOSED", "description": "Environmental Quality, CLOSED", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 224, 132, 101, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Environmental Quality", "CLOSED" ] ] }, { "label": "Environmental Quality, ISSUED", "description": "Environmental Quality, ISSUED", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 10, 10, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Environmental Quality", "ISSUED" ] ] } ] }, { "heading": "Engineering", "classes": [ { "label": "Engineering Division, ISSUED", "description": "Engineering Division, ISSUED", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 230, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Engineering Division", "ISSUED" ] ] } ] }, { "heading": "Planning & Zoning", "classes": [ { "label": "Planning and Zoning, CLOSED", "description": "Planning and Zoning, CLOSED", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 211, 255, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Planning and Zoning", "CLOSED" ] ] }, { "label": "Planning and Zoning, FINALED", "description": "Planning and Zoning, FINALED", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 108, 184, 70, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Planning and Zoning", "FINALED" ] ] }, { "label": "Planning and Zoning, ISSUED", "description": "Planning and Zoning, ISSUED", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 38, 115, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "Planning and Zoning", "ISSUED" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 214, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Building,ADMINISTRATIVELY COMPLETE", "label": "Building, ADMINISTRATIVELY COMPLETE" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 143, 151, 227, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Building,CLOSED", "label": "Building, CLOSED" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 85, 108, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Building,FINALED", "label": "Building, FINALED" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 36, 78, 173, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Building,ISSUED", "label": "Building, ISSUED" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 57, 148, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Building,RFAI", "label": "Building, RFAI" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 214, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Environmental Quality,INSPECTION COMPLETE", "label": "Environmental Quality, INSPECTION COMPLETE" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 224, 132, 101, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Environmental Quality,CLOSED", "label": "Environmental Quality, CLOSED" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 10, 10, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Environmental Quality,ISSUED", "label": "Environmental Quality, ISSUED" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 230, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Engineering Division,ISSUED", "label": "Engineering Division, ISSUED" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 211, 255, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Planning and Zoning,CLOSED", "label": "Planning and Zoning, CLOSED" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 108, 184, 70, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Planning and Zoning,FINALED", "label": "Planning and Zoning, FINALED" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 38, 115, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "Planning and Zoning,ISSUED", "label": "Planning and Zoning, ISSUED" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 161, 146, 101, 255 ], "toColor": [ 161, 146, 101, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 177, 87, 250, 255 ], "toColor": [ 177, 87, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 104, 240, 86, 255 ], "toColor": [ 104, 240, 86, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 100, 161, 255 ], "toColor": [ 69, 100, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 92, 141, 255 ], "toColor": [ 209, 92, 141, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 111, 236, 247, 255 ], "toColor": [ 111, 236, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 240, 106, 255 ], "toColor": [ 247, 240, 106, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 89, 222, 153, 255 ], "toColor": [ 89, 222, 153, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 147, 219, 255 ], "toColor": [ 199, 147, 219, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 130, 113, 255 ], "toColor": [ 240, 130, 113, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 55, 135, 113, 255 ], "toColor": [ 55, 135, 113, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 125, 163, 59, 255 ], "toColor": [ 125, 163, 59, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 156, 56, 156, 255 ], "toColor": [ 156, 56, 156, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 40, "labelingInfo": [ { "labelExpression": "[PermitTypeDescr]", "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Default", "priority": 30, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 303889.623031497, "ymin": 1209390.104330711, "xmax": 1050449.010170605, "ymax": 2186459.0265748054, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ProjectName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "PermitApplicationNo", "type": "esriFieldTypeString", "alias": "PermitApplicationNo", "length": 50, "domain": null }, { "name": "AcctNo", "type": "esriFieldTypeString", "alias": "AcctNo", "length": 36, "domain": null }, { "name": "PermitDepartmentDescr", "type": "esriFieldTypeString", "alias": "PermitDepartmentDescr", "length": 500, "domain": null }, { "name": "PermitStatusCode", "type": "esriFieldTypeString", "alias": "PermitStatusCode", "length": 50, "domain": null }, { "name": "PermitTypeCode", "type": "esriFieldTypeString", "alias": "PermitTypeCode", "length": 50, "domain": null }, { "name": "PermitTypeDescr", "type": "esriFieldTypeString", "alias": "PermitTypeDescr", "length": 500, "domain": null }, { "name": "PermitStatusDescr", "type": "esriFieldTypeString", "alias": "PermitStatusDescr", "length": 500, "domain": null }, { "name": "ProjectName", "type": "esriFieldTypeString", "alias": "ProjectName", "length": 255, "domain": null }, { "name": "ProjectDescription", "type": "esriFieldTypeString", "alias": "ProjectDescription", "length": 3000, "domain": null }, { "name": "SubmittedDate", "type": "esriFieldTypeDate", "alias": "SubmittedDate", "length": 8, "domain": null }, { "name": "ApprovedDate", "type": "esriFieldTypeDate", "alias": "ApprovedDate", "length": 8, "domain": null }, { "name": "IssuedDate", "type": "esriFieldTypeDate", "alias": "IssuedDate", "length": 8, "domain": null }, { "name": "StreetAddress", "type": "esriFieldTypeString", "alias": "StreetAddress", "length": 255, "domain": null }, { "name": "StreetAddress2", "type": "esriFieldTypeString", "alias": "StreetAddress2", "length": 255, "domain": null }, { "name": "City", "type": "esriFieldTypeString", "alias": "City", "length": 40, "domain": null }, { "name": "State", "type": "esriFieldTypeString", "alias": "State", "length": 2, "domain": null }, { "name": "ZipCode", "type": "esriFieldTypeString", "alias": "ZipCode", "length": 10, "domain": null }, { "name": "Applicant", "type": "esriFieldTypeString", "alias": "Applicant", "length": 255, "domain": null }, { "name": "PrimaryContractor", "type": "esriFieldTypeString", "alias": "PrimaryContractor", "length": 100, "domain": null }, { "name": "PrimaryContractorLicenseType", "type": "esriFieldTypeString", "alias": "PrimaryContractorLicenseType", "length": 500, "domain": null }, { "name": "PrimaryContractorLicenseNumber", "type": "esriFieldTypeString", "alias": "PrimaryContractorLicenseNumber", "length": 40, "domain": null }, { "name": "TotalFees", "type": "esriFieldTypeDouble", "alias": "TotalFees", "domain": null }, { "name": "TylerAccountNum", "type": "esriFieldTypeString", "alias": "TYLERACCOUNTNUM", "length": 15, "domain": null } ], "geometryField": {}, "indexes": [ { "name": "I35AcctNo", "fields": "AcctNo", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I35PermitApplica", "fields": "PermitApplicationNo", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I35TylerAccountN", "fields": "TylerAccountNum", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape_Area", "shapeLengthFieldName": "Shape_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 15, "name": "Zoning", "type": "Group Layer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 0, "name": "Land Use Planning" }, "subLayers": [ { "id": 16, "name": "Coconino County Zoning" }, { "id": 19, "name": "City of Flagstaff Zoning" }, { "id": 20, "name": "City of Sedona Zoning" }, { "id": 21, "name": "City of Williams Zoning" } ], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 288192.85597112775, "ymin": 1209390.104330711, "xmax": 1050449.010170605, "ymax": 2184144.61581365, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": false, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 16, "name": "Coconino County Zoning", "type": "Group Layer", "description": "", "geometryType": null, "copyrightText": "", "parentLayer": { "id": 15, "name": "Zoning" }, "subLayers": [ { "id": 17, "name": "Coconino County Zoning Overlays" }, { "id": 18, "name": "Coconino County Zoning" } ], "minScale": 0, "maxScale": 0, "defaultVisibility": true, "extent": { "xmin": 288192.85597112775, "ymin": 1209390.104330711, "xmax": 1050449.010170605, "ymax": 2184144.61581365, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": null, "geometryField": {}, "indexes": [], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query", "supportsStatistics": false, "supportsExceedsLimitStatistics": false, "supportsAdvancedQueries": false, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": false, "supportsPercentileStatistics": false, "supportsHavingClause": false, "supportsOrderBy": false, "supportsDistinct": false, "supportsCountDistinct": false, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": false, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": false, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 17, "name": "Coconino County Zoning Overlays", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 16, "name": "Coconino County Zoning" }, "subLayers": [], "minScale": 250000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSDiagonalCross", "color": [ 0, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpression": "\"Overlay Zone: \" CONCAT [ZONINGCODE]", "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 24000, "name": "Default", "priority": 73, "symbol": { "type": "esriTS", "color": [ 115, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Arial", "size": 12, "style": "italic", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 720537.4895013124, "ymin": 1324538.4068241492, "xmax": 948663.1079396307, "ymax": 2184075.972440943, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "ZONINGCODE", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "ZONINGCODE", "type": "esriFieldTypeString", "alias": "ZONINGCODE", "length": 10, "domain": null }, { "name": "ZONINGDESCRIPTION", "type": "esriFieldTypeString", "alias": "ZONINGDESCRIPTION", "length": 75, "domain": null }, { "name": "ORDINANCENUMBER", "type": "esriFieldTypeString", "alias": "ORDINANCENUMBER", "length": 50, "domain": null }, { "name": "ExpirationDate", "type": "esriFieldTypeDate", "alias": "ExpirationDate", "length": 8, "domain": null }, { "name": "CaseNumber", "type": "esriFieldTypeString", "alias": "CaseNumber", "length": 20, "domain": null }, { "name": "CaseManager", "type": "esriFieldTypeString", "alias": "CaseManager", "length": 40, "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null }, { "name": "Document", "type": "esriFieldTypeString", "alias": "Document", "length": 30, "domain": null }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 30, "domain": null } ], "geometryField": {}, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE_Area", "shapeLengthFieldName": "SHAPE_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 18, "name": "Coconino County Zoning", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 16, "name": "Coconino County Zoning" }, "subLayers": [], "minScale": 250000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "ZONINGCODE", "uniqueValueGroups": [ { "heading": "General Agricultural, & Rural Residential", "classes": [ { "label": "G", "description": "G", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 252, 252, 240, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "G" ] ] }, { "label": "AR-5", "description": "AR-5", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 247, 247, 183, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "AR-5" ] ] }, { "label": "AR-4", "description": "AR-4", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 245, 122, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "AR-4" ] ] }, { "label": "AR-3", "description": "AR-3", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "AR-3" ] ] }, { "label": "AR-2 1/2", "description": "AR-2 1/2", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "AR-2 1/2" ] ] }, { "label": "AR-2", "description": "AR-2", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 230, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "AR-2" ] ] }, { "label": "AR-1 1/2", "description": "AR-1 1/2", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 232, 220, 51, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "AR-1 1/2" ] ] }, { "label": "AR", "description": "AR", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 200, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "AR" ] ] }, { "label": "RR-10", "description": "RR-10", "symbol": { "type": "esriPFS", "url": "87cec6534b8b91fe4ae322a6cdfb7052", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP58+fDfwYSAAspilE0sLAIMPz584GBEJ8FJoAsiY/PwkAiYCFbA8uoHxhwxgsAalE5QOGhhUIAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "RR-10" ] ] }, { "label": "RR-7", "description": "RR-7", "symbol": { "type": "esriPFS", "url": "3b6292e243409cebe429a5ff7caaab13", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5/v36fwYSAAspilE0cHJqMnz/fp2BEJ8FJoAsiY/PwkAiYCFbA+eoHxhwxgsAEl834qQVHZUAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "RR-7" ] ] }, { "label": "RR-5", "description": "RR-5", "symbol": { "type": "esriPFS", "url": "6e2fa11ffe66ef9566af8e277d8c3cff", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5/n3bfwYSAAspilE0cHJ6MXz/vo2BEJ8FJoAsiY/PwkAiYCFbA+eoHxhwxgsAzpI2mEmlKkwAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "RR-5" ] ] }, { "label": "RR-4", "description": "RR-4", "symbol": { "type": "esriPFS", "url": "7471c94fba38f5340d9e61dfeeee73d8", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5+rXqPwMJgIUUxSgauLnbGL5+rWIgxGeBCSBL4uOzMJAIWMjWwD3qBwac8QIAWng0GMkg+O8AAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "RR-4" ] ] }, { "label": "RR-2 1/2", "description": "RR-2 1/2", "symbol": { "type": "esriPFS", "url": "55adb8173b8e11636c9145731ca2128e", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWP5/5/hPwMJgIUUxSgaGBkZGP4j2YWLzwITQJbEx2dhIBGwkK2BcdQPDDjjBQAPZyccY7uwLQAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "RR-2 1/2" ] ] }, { "label": "RR-2", "description": "RR-2", "symbol": { "type": "esriPFS", "url": "72cf526ed4e4f49afd581531fffae042", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWN59ozhPwMJgIUUxSgapKQYGJ49g/Fw81lgAsiS+PgsDCQCFrI1SI36gQFnvAAAIe0lKKgfK8kAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "RR-2" ] ] }, { "label": "RR", "description": "RR", "symbol": { "type": "esriPFS", "url": "a50de077eb44a0a7fd9625ffc07f34df", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWM5fpjhPwMJgIUUxSgaLG0ZGI4fhvFw81lgAsiS+PgsDCQCFrI1WI76gQFnvAAAlpgilEM96rwAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "RR" ] ] } ] }, { "heading": "Residential", "classes": [ { "label": "RS-6", "description": "RS-6", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-6" ] ] }, { "label": "RS-5", "description": "RS-5", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 211, 127, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-5" ] ] }, { "label": "RS-4", "description": "RS-4", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 164, 66, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-4" ] ] }, { "label": "RS-40,000", "description": "RS-40,000", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 155, 41, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-40,000" ] ] }, { "label": "RS-36,000", "description": "RS-36,000", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 237, 114, 19, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-36,000" ] ] }, { "label": "RS-18,000", "description": "RS-18,000", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 93, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-18,000" ] ] }, { "label": "RS-10,000", "description": "RS-10,000", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 70, 6, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-10,000" ] ] }, { "label": "RS-6,000", "description": "RS-6,000", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 168, 70, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-6,000" ] ] }, { "label": "RM-10/A", "description": "RM-10/A", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 168, 112, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RM-10/A" ] ] }, { "label": "RM-20/A", "description": "RM-20/A", "symbol": { "type": "esriPFS", "url": "b2f3def1627b86736df1d96a7fa418eb", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWNZUcDwn4EEwEKKYhQNERMYGFYUwHi4+SwwAWRJfHwWBhIBC9kaIkb9wIAzXgAyhB4gTutgagAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "RM-20/A" ] ] } ] }, { "heading": "Commercial", "classes": [ { "label": "CN-2/A", "description": "CN-2/A", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "CN-2/A" ] ] }, { "label": "CG-10,000", "description": "CG-10,000", "symbol": { "type": "esriPFS", "url": "62ad957e8dd040f0d4a66a940d2ddb67", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAMUlEQVQokWP5z8Dwn4EEwEKKYhQNjAyoVuHis8AE0N2Fi8/CQCJgIVsD46gfGHDGCwDTFBQmR6oYqwAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "CG-10,000" ] ] }, { "label": "CH-10,000", "description": "CH-10,000", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } }, "values": [ [ "CH-10,000" ] ] } ] }, { "heading": "Industrial", "classes": [ { "label": "MP-20,000", "description": "MP-20,000", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 204, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "MP-20,000" ] ] }, { "label": "M-2-6,000", "description": "M-2-6,000", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 156, 156, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "M-2-6,000" ] ] }, { "label": "M-1-10,000", "description": "M-1-10,000", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 104, 104, 104, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "M-1-10,000" ] ] } ] }, { "heading": "Special Purpose", "classes": [ { "label": "MHP", "description": "MHP", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 115, 38, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "MHP" ] ] }, { "label": "MR", "description": "MR", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 137, 137, 68, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "MR" ] ] }, { "label": "OS", "description": "OS", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 152, 232, 139, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "OS" ] ] }, { "label": "P", "description": "P", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 5, 191, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "P" ] ] }, { "label": "PC", "description": "PC", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 0, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "PC" ] ] }, { "label": "PS", "description": "PS", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 232, 199, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "PS" ] ] }, { "label": "PRD", "description": "PRD", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "PRD" ] ] }, { "label": "RC", "description": "RC", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 189, 0, 38, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RC" ] ] }, { "label": "RMH", "description": "RMH", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 168, 112, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RMH" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 252, 252, 240, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "G", "label": "G" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 247, 247, 183, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "AR-5", "label": "AR-5" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 245, 122, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "AR-4", "label": "AR-4" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "AR-3", "label": "AR-3" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "AR-2 1/2", "label": "AR-2 1/2" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 230, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "AR-2", "label": "AR-2" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 232, 220, 51, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "AR-1 1/2", "label": "AR-1 1/2" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 200, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "AR", "label": "AR" }, { "symbol": { "type": "esriPFS", "url": "87cec6534b8b91fe4ae322a6cdfb7052", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP58+fDfwYSAAspilE0sLAIMPz584GBEJ8FJoAsiY/PwkAiYCFbA8uoHxhwxgsAalE5QOGhhUIAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "RR-10", "label": "RR-10" }, { "symbol": { "type": "esriPFS", "url": "3b6292e243409cebe429a5ff7caaab13", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5/v36fwYSAAspilE0cHJqMnz/fp2BEJ8FJoAsiY/PwkAiYCFbA+eoHxhwxgsAEl834qQVHZUAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "RR-7", "label": "RR-7" }, { "symbol": { "type": "esriPFS", "url": "6e2fa11ffe66ef9566af8e277d8c3cff", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5/n3bfwYSAAspilE0cHJ6MXz/vo2BEJ8FJoAsiY/PwkAiYCFbA+eoHxhwxgsAzpI2mEmlKkwAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "RR-5", "label": "RR-5" }, { "symbol": { "type": "esriPFS", "url": "7471c94fba38f5340d9e61dfeeee73d8", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5+rXqPwMJgIUUxSgauLnbGL5+rWIgxGeBCSBL4uOzMJAIWMjWwD3qBwac8QIAWng0GMkg+O8AAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "RR-4", "label": "RR-4" }, { "symbol": { "type": "esriPFS", "url": "55adb8173b8e11636c9145731ca2128e", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWP5/5/hPwMJgIUUxSgaGBkZGP4j2YWLzwITQJbEx2dhIBGwkK2BcdQPDDjjBQAPZyccY7uwLQAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "RR-2 1/2", "label": "RR-2 1/2" }, { "symbol": { "type": "esriPFS", "url": "72cf526ed4e4f49afd581531fffae042", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWN59ozhPwMJgIUUxSgapKQYGJ49g/Fw81lgAsiS+PgsDCQCFrI1SI36gQFnvAAAIe0lKKgfK8kAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "RR-2", "label": "RR-2" }, { "symbol": { "type": "esriPFS", "url": "a50de077eb44a0a7fd9625ffc07f34df", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWM5fpjhPwMJgIUUxSgaLG0ZGI4fhvFw81lgAsiS+PgsDCQCFrI1WI76gQFnvAAAlpgilEM96rwAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "RR", "label": "RR" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-6", "label": "RS-6" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 211, 127, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-5", "label": "RS-5" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 164, 66, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-4", "label": "RS-4" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 155, 41, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-40,000", "label": "RS-40,000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 237, 114, 19, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-36,000", "label": "RS-36,000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 93, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-18,000", "label": "RS-18,000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 70, 6, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-10,000", "label": "RS-10,000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 168, 70, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-6,000", "label": "RS-6,000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 168, 112, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RM-10/A", "label": "RM-10/A" }, { "symbol": { "type": "esriPFS", "url": "b2f3def1627b86736df1d96a7fa418eb", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWNZUcDwn4EEwEKKYhQNERMYGFYUwHi4+SwwAWRJfHwWBhIBC9kaIkb9wIAzXgAyhB4gTutgagAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "RM-20/A", "label": "RM-20/A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "CN-2/A", "label": "CN-2/A" }, { "symbol": { "type": "esriPFS", "url": "62ad957e8dd040f0d4a66a940d2ddb67", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAMUlEQVQokWP5z8Dwn4EEwEKKYhQNjAyoVuHis8AE0N2Fi8/CQCJgIVsD46gfGHDGCwDTFBQmR6oYqwAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "CG-10,000", "label": "CG-10,000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } }, "value": "CH-10,000", "label": "CH-10,000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 204, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "MP-20,000", "label": "MP-20,000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 156, 156, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "M-2-6,000", "label": "M-2-6,000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 104, 104, 104, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "M-1-10,000", "label": "M-1-10,000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 115, 38, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "MHP", "label": "MHP" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 137, 137, 68, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "MR", "label": "MR" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 152, 232, 139, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "OS", "label": "OS" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 5, 191, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "P", "label": "P" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 0, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "PC", "label": "PC" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 232, 199, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "PS", "label": "PS" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "PRD", "label": "PRD" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 189, 0, 38, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RC", "label": "RC" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 168, 112, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RMH", "label": "RMH" } ], "fieldDelimiter": ";", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 57, 58, 130, 255 ], "toColor": [ 57, 58, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 145, 250, 206, 255 ], "toColor": [ 145, 250, 206, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 108, 101, 255 ], "toColor": [ 235, 108, 101, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 219, 210, 77, 255 ], "toColor": [ 219, 210, 77, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 99, 213, 255 ], "toColor": [ 247, 99, 213, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 157, 198, 250, 255 ], "toColor": [ 157, 198, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 109, 245, 91, 255 ], "toColor": [ 109, 245, 91, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 53, 130, 56, 255 ], "toColor": [ 53, 130, 56, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 138, 116, 92, 255 ], "toColor": [ 138, 116, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 145, 71, 114, 255 ], "toColor": [ 145, 71, 114, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 125, 82, 235, 255 ], "toColor": [ 125, 82, 235, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 47, 130, 130, 255 ], "toColor": [ 47, 130, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 205, 153, 255 ], "toColor": [ 240, 205, 153, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 186, 151, 247, 255 ], "toColor": [ 186, 151, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 169, 219, 123, 255 ], "toColor": [ 169, 219, 123, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 128, 54, 51, 255 ], "toColor": [ 128, 54, 51, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 157, 196, 255 ], "toColor": [ 235, 157, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 103, 113, 153, 255 ], "toColor": [ 103, 113, 153, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 161, 75, 171, 255 ], "toColor": [ 161, 75, 171, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 103, 221, 235, 255 ], "toColor": [ 103, 221, 235, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 186, 132, 74, 255 ], "toColor": [ 186, 132, 74, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 98, 140, 245, 255 ], "toColor": [ 98, 140, 245, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 142, 161, 100, 255 ], "toColor": [ 142, 161, 100, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 84, 240, 146, 255 ], "toColor": [ 84, 240, 146, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 186, 245, 86, 255 ], "toColor": [ 186, 245, 86, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 80, 186, 145, 255 ], "toColor": [ 80, 186, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 115, 104, 255 ], "toColor": [ 189, 115, 104, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 206, 87, 242, 255 ], "toColor": [ 206, 87, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 191, 71, 255 ], "toColor": [ 69, 191, 71, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 184, 92, 255 ], "toColor": [ 250, 184, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 73, 125, 255 ], "toColor": [ 209, 73, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 126, 196, 255 ], "toColor": [ 194, 126, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 128, 99, 46, 255 ], "toColor": [ 128, 99, 46, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 122, 156, 56, 255 ], "toColor": [ 122, 156, 56, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 173, 154, 66, 255 ], "toColor": [ 173, 154, 66, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 117, 106, 189, 255 ], "toColor": [ 117, 106, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 90, 143, 113, 255 ], "toColor": [ 90, 143, 113, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 74, 140, 176, 255 ], "toColor": [ 74, 140, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 118, 74, 255 ], "toColor": [ 212, 118, 74, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 99, 166, 247, 255 ], "toColor": [ 99, 166, 247, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 30, "labelingInfo": [ { "labelExpression": "[ZONINGCODE]", "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 216, "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 65000, "name": "Default", "priority": 102, "symbol": { "type": "esriTS", "color": [ 115, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Arial", "size": 14, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 288192.85597112775, "ymin": 1209390.104330711, "xmax": 1050449.010170605, "ymax": 2184144.61581365, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "ZONINGCODE", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "ZONINGCODE", "type": "esriFieldTypeString", "alias": "ZONINGCODE", "length": 10, "domain": null }, { "name": "ZONINGDESCRIPTION", "type": "esriFieldTypeString", "alias": "ZONINGDESCRIPTION", "length": 75, "domain": null }, { "name": "ORDINANCENUMBER", "type": "esriFieldTypeString", "alias": "ORDINANCENUMBER", "length": 50, "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null }, { "name": "Comments", "type": "esriFieldTypeString", "alias": "Comments", "length": 1000, "domain": null }, { "name": "Document", "type": "esriFieldTypeString", "alias": "Document", "length": 30, "domain": null } ], "geometryField": {}, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE_Area", "shapeLengthFieldName": "SHAPE_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 19, "name": "City of Flagstaff Zoning", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 15, "name": "Zoning" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "REGULATIONCLASSIFICATION", "uniqueValueGroups": [ { "heading": "Residential Districts", "classes": [ { "label": "Single-Family Res. Rural Dist. - Established (R-R-E)", "description": "Single-Family Res. Rural Dist. - Established (R-R-E)", "symbol": { "type": "esriPFS", "url": "1539090d398e78289640f9d0190d4ab4", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5+vXSfwYSAAspilE0cHPrMXz9eomBEJ8FJoAsiY/PwkAiYCFbA/eoHxhwxgsAuc03iB/nX/QAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "R-R-E" ] ] }, { "label": "Single-Family Res. Suburban Dist. - Established (R-S-E)", "description": "Single-Family Res. Suburban Dist. - Established (R-S-E)", "symbol": { "type": "esriPFS", "url": "f1d5193c090962a2393b22096f99e791", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP59WvafwYSAAspilE0sLFlMfz6NY2BEJ8FJoAsiY/PwkAiYCFbA9uoHxhwxgsAz9c1lBaLLwIAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "R-S-E" ] ] }, { "label": "Single-Family Res. Dist. - Established (R-1-E)", "description": "Single-Family Res. Dist. - Established (R-1-E)", "symbol": { "type": "esriPFS", "url": "55ad27683ef0cbc1185eeee84e591b0f", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5daf2PwMJgIUUxSga2FSaGX7dqWUgxGeBCSBL4uOzMJAIWMjWwDbqBwac8QIAsxQzboOg8JsAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "R-1-E" ] ] }, { "label": "One and Two-Family Res. Dist. - Established (RM-L-E)", "description": "One and Two-Family Res. Dist. - Established (RM-L-E)", "symbol": { "type": "esriPFS", "url": "044fa3df7956f03e9de372cbf06e155a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5f57jPwMJgIUUxSgaGA1/MPw/z8FAiM8CE0CWxMdnYSARsJCtgXHUDww44wUA6JgujLmQf6cAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "RM-L-E" ] ] }, { "label": "Multiple-Family Res. Dist. - Established (RM-M-E)", "description": "Multiple-Family Res. Dist. - Established (RM-M-E)", "symbol": { "type": "esriPFS", "url": "0d6cf3e6b8f92c669a2402b52a5637ae", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWM5Ucvwn4EEwEKKYhQNFs0MDCdqYTzcfBaYALIkPj4LA4mAhWwNFqN+YMAZLwDu+B/iXVTrMgAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "RM-M-E" ] ] }, { "label": "Manufactured Home Park Dist. - Established (M-H-E)", "description": "Manufactured Home Park Dist. - Established (M-H-E)", "symbol": { "type": "esriPFS", "url": "b39d3bec67b9e4a90158b0b1032aaaaa", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWOZlsnwn4EEwEKKYhQNWdMZGKZlwni4+SwwAWRJfHwWBhIBC9kaskb9wIAzXgA7kB0mv7ygRgAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "M-H-E" ] ] }, { "label": "Rural Residential District (RR)", "description": "Rural Residential District (RR)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 245, 210, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "RR" ] ] }, { "label": "Estate Residential District (ER)", "description": "Estate Residential District (ER)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 237, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "ER" ] ] }, { "label": "Suburban Residential District (SR)", "description": "Suburban Residential District (SR)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 250, 54, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "SR" ] ] }, { "label": "Residential District (R1)", "description": "Residential District (R1)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 245, 99, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "R1" ] ] }, { "label": "Urban Residential District (UR)", "description": "Urban Residential District (UR)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 201, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "UR" ] ] }, { "label": "Medium Density Res. Dist. (MR)", "description": "Medium Density Res. Dist. (MR)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 158, 8, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "MR" ] ] }, { "label": "High Density Residential District (HR)", "description": "High Density Residential District (HR)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 126, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "HR" ] ] }, { "label": "Manufactured Housing District (MH)", "description": "Manufactured Housing District (MH)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 150, 105, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "MH" ] ] } ] }, { "heading": "Commercial Districts", "classes": [ { "label": "Neighborhood Commercial Dist. - Established (C-1-E)", "description": "Neighborhood Commercial Dist. - Established (C-1-E)", "symbol": { "type": "esriPFS", "url": "a5f7feaf09ddab4422f2d60bcef7054e", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5//TZfwYSAAspilE0MEpLMfx/+oyBEJ8FJoAsiY/PwkAiYCFbA+OoHxhwxgsAQ1Y4FGiZo8IAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "C-1-E" ] ] }, { "label": "Community Commercial Dist. - Established (C-2-E)", "description": "Community Commercial Dist. - Established (C-2-E)", "symbol": { "type": "esriPFS", "url": "c5591835410e8a12849415cd62c35bf5", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5euXEfwYSAAspilE0cOtYMHy9coKBEJ8FJoAsiY/PwkAiYCFbA/eoHxhwxgsAEq812mJWuggAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "C-2-E" ] ] }, { "label": "Highway Commercial Dist. - Established (C-3-E)", "description": "Highway Commercial Dist. - Established (C-3-E)", "symbol": { "type": "esriPFS", "url": "dabc2d13ea79dd04c22c7641ea17df7a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5Oq3/PwMJgIUUxSgauLMKGb5O62cgxGeBCSBL4uOzMJAIWMjWwD3qBwac8QIAgL8xNDe2qV8AAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "C-3-E" ] ] }, { "label": "Commercial Service Dist. - Established (C-4-E)", "description": "Commercial Service Dist. - Established (C-4-E)", "symbol": { "type": "esriPFS", "url": "1580f5b9aaded3079c0bf9ee7838c961", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWP5n8Lwn4EEwEKKYhQNjHMYGP6nwHi4+SwwAWRJfHwWBhIBC9kaGEf9wIAzXgAYqiEO1zK/BgAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "C-4-E" ] ] }, { "label": "Central Business Dist. - Established (C-5-E)", "description": "Central Business Dist. - Established (C-5-E)", "symbol": { "type": "esriPFS", "url": "2e30c076b62890186248d521515b5f4a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5z7DqPwMJgIUUxSgaGBnCGP4zrGIgxGeBCSBL4uOzMJAIWMjWwDjqBwac8QIAunojyhEnmFEAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "C-5-E" ] ] }, { "label": "Suburban Commercial District (SC)", "description": "Suburban Commercial District (SC)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 135, 135, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "SC" ] ] }, { "label": "Urban Commercial District (UC)", "description": "Urban Commercial District (UC)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 170, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "UC" ] ] } ] }, { "heading": "Industrial and Facility Districts", "classes": [ { "label": "Restricted Industrial Dist. - Established (I-1-E)", "description": "Restricted Industrial Dist. - Established (I-1-E)", "symbol": { "type": "esriPFS", "url": "41cfe9cf7bb1ccb23feb52fa7856feab", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWN5fef/fwYSAAspilE0iKowMry+g7AMF58FJoAsiY/PwkAiYCFbg+ioHxhwxgsAGjA37EDnopIAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "I-1-E" ] ] }, { "label": "Intermediate Industrial Dist. - Established (I-2-E)", "description": "Intermediate Industrial Dist. - Established (I-2-E)", "symbol": { "type": "esriPFS", "url": "ef1b93460a4967d3d3be67ffdaaf8842", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWMpvv//PwMJgIUUxSgaehUZGYrvIyzDxWeBCSBL4uOzMJAIWMjW0DvqBwac8QIAlQgzWqbUa/cAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "I-2-E" ] ] }, { "label": "Intensive Industrial Dist. - Established (I-3-E)", "description": "Intensive Industrial Dist. - Established (I-3-E)", "symbol": { "type": "esriPFS", "url": "0af6c10399fd6a06f3a8835ba46b9206", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWNhWPnsPwMJgIUUxagawqUYGFY+YyDEZ4ELIEvi4bMwkAhYyNcQPuoHBlzxAgClEyLGXBurOAAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "I-3-E" ] ] }, { "label": "Research & Development Industrial Dist. - Estab. (R&D-E)", "description": "Research & Development Industrial Dist. - Estab. (R&D-E)", "symbol": { "type": "esriPFS", "url": "79a3303eaaab52799a6b22dd067a9316", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWNZyfDsPwMJgIUUxSgawhmkGFYyPGMgxGeBCSBL4uOzMJAIWMjWED7qBwac8QIAtK0ixur/H2IAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "R&D-E" ] ] }, { "label": "Business Park District (BP)", "description": "Business Park District (BP)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 219, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "BP" ] ] }, { "label": "Business Park Intermediate District (BPI)", "description": "Business Park Intermediate District (BPI)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 223, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "BPI" ] ] }, { "label": "Light Industrial District (LI)", "description": "Light Industrial District (LI)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 169, 230, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "LI" ] ] }, { "label": "Heavy Industrial District (HI)", "description": "Heavy Industrial District (HI)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 170, 102, 205, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "HI" ] ] } ] }, { "heading": "Rural / Open Space / Public Lands Districts", "classes": [ { "label": "Public Lands Open Space & Bld. Dist. - Established (PLO-E)", "description": "Public Lands Open Space & Bld. Dist. - Established (PLO-E)", "symbol": { "type": "esriPFS", "url": "71beec7ff12aafa807d1bf4e128c7477", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWPROKH7n4EEwEKKYhQNNywuM2ic0GUgxGeBCSBL4uOzMJAIWMjWcGPUDww44wUAwIYnUhwY46sAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "PLO-E" ] ] }, { "label": "Public Lands District (PL)", "description": "Public Lands District (PL)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 40, 199, 45, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "PL" ] ] }, { "label": "Public Lands Forest District (PLF)", "description": "Public Lands Forest District (PLF)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 255, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "PLF" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriPFS", "url": "1539090d398e78289640f9d0190d4ab4", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5+vXSfwYSAAspilE0cHPrMXz9eomBEJ8FJoAsiY/PwkAiYCFbA/eoHxhwxgsAuc03iB/nX/QAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "R-R-E", "label": "Single-Family Res. Rural Dist. - Established (R-R-E)" }, { "symbol": { "type": "esriPFS", "url": "f1d5193c090962a2393b22096f99e791", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP59WvafwYSAAspilE0sLFlMfz6NY2BEJ8FJoAsiY/PwkAiYCFbA9uoHxhwxgsAz9c1lBaLLwIAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "R-S-E", "label": "Single-Family Res. Suburban Dist. - Established (R-S-E)" }, { "symbol": { "type": "esriPFS", "url": "55ad27683ef0cbc1185eeee84e591b0f", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5daf2PwMJgIUUxSga2FSaGX7dqWUgxGeBCSBL4uOzMJAIWMjWwDbqBwac8QIAsxQzboOg8JsAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "R-1-E", "label": "Single-Family Res. Dist. - Established (R-1-E)" }, { "symbol": { "type": "esriPFS", "url": "044fa3df7956f03e9de372cbf06e155a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5f57jPwMJgIUUxSgaGA1/MPw/z8FAiM8CE0CWxMdnYSARsJCtgXHUDww44wUA6JgujLmQf6cAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "RM-L-E", "label": "One and Two-Family Res. Dist. - Established (RM-L-E)" }, { "symbol": { "type": "esriPFS", "url": "0d6cf3e6b8f92c669a2402b52a5637ae", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWM5Ucvwn4EEwEKKYhQNFs0MDCdqYTzcfBaYALIkPj4LA4mAhWwNFqN+YMAZLwDu+B/iXVTrMgAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "RM-M-E", "label": "Multiple-Family Res. Dist. - Established (RM-M-E)" }, { "symbol": { "type": "esriPFS", "url": "b39d3bec67b9e4a90158b0b1032aaaaa", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWOZlsnwn4EEwEKKYhQNWdMZGKZlwni4+SwwAWRJfHwWBhIBC9kaskb9wIAzXgA7kB0mv7ygRgAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "M-H-E", "label": "Manufactured Home Park Dist. - Established (M-H-E)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 245, 210, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "RR", "label": "Rural Residential District (RR)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 237, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "ER", "label": "Estate Residential District (ER)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 250, 54, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "SR", "label": "Suburban Residential District (SR)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 245, 99, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "R1", "label": "Residential District (R1)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 201, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "UR", "label": "Urban Residential District (UR)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 158, 8, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "MR", "label": "Medium Density Res. Dist. (MR)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 126, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "HR", "label": "High Density Residential District (HR)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 150, 105, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "MH", "label": "Manufactured Housing District (MH)" }, { "symbol": { "type": "esriPFS", "url": "a5f7feaf09ddab4422f2d60bcef7054e", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5//TZfwYSAAspilE0MEpLMfx/+oyBEJ8FJoAsiY/PwkAiYCFbA+OoHxhwxgsAQ1Y4FGiZo8IAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "C-1-E", "label": "Neighborhood Commercial Dist. - Established (C-1-E)" }, { "symbol": { "type": "esriPFS", "url": "c5591835410e8a12849415cd62c35bf5", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5euXEfwYSAAspilE0cOtYMHy9coKBEJ8FJoAsiY/PwkAiYCFbA/eoHxhwxgsAEq812mJWuggAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "C-2-E", "label": "Community Commercial Dist. - Established (C-2-E)" }, { "symbol": { "type": "esriPFS", "url": "dabc2d13ea79dd04c22c7641ea17df7a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5Oq3/PwMJgIUUxSgauLMKGb5O62cgxGeBCSBL4uOzMJAIWMjWwD3qBwac8QIAgL8xNDe2qV8AAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "C-3-E", "label": "Highway Commercial Dist. - Established (C-3-E)" }, { "symbol": { "type": "esriPFS", "url": "1580f5b9aaded3079c0bf9ee7838c961", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWP5n8Lwn4EEwEKKYhQNjHMYGP6nwHi4+SwwAWRJfHwWBhIBC9kaGEf9wIAzXgAYqiEO1zK/BgAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "C-4-E", "label": "Commercial Service Dist. - Established (C-4-E)" }, { "symbol": { "type": "esriPFS", "url": "2e30c076b62890186248d521515b5f4a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5z7DqPwMJgIUUxSgaGBnCGP4zrGIgxGeBCSBL4uOzMJAIWMjWwDjqBwac8QIAunojyhEnmFEAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "C-5-E", "label": "Central Business Dist. - Established (C-5-E)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 135, 135, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "SC", "label": "Suburban Commercial District (SC)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 170, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "UC", "label": "Urban Commercial District (UC)" }, { "symbol": { "type": "esriPFS", "url": "41cfe9cf7bb1ccb23feb52fa7856feab", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWN5fef/fwYSAAspilE0iKowMry+g7AMF58FJoAsiY/PwkAiYCFbg+ioHxhwxgsAGjA37EDnopIAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "I-1-E", "label": "Restricted Industrial Dist. - Established (I-1-E)" }, { "symbol": { "type": "esriPFS", "url": "ef1b93460a4967d3d3be67ffdaaf8842", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWMpvv//PwMJgIUUxSgaehUZGYrvIyzDxWeBCSBL4uOzMJAIWMjW0DvqBwac8QIAlQgzWqbUa/cAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "I-2-E", "label": "Intermediate Industrial Dist. - Established (I-2-E)" }, { "symbol": { "type": "esriPFS", "url": "0af6c10399fd6a06f3a8835ba46b9206", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWNhWPnsPwMJgIUUxagawqUYGFY+YyDEZ4ELIEvi4bMwkAhYyNcQPuoHBlzxAgClEyLGXBurOAAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "I-3-E", "label": "Intensive Industrial Dist. - Established (I-3-E)" }, { "symbol": { "type": "esriPFS", "url": "79a3303eaaab52799a6b22dd067a9316", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWNZyfDsPwMJgIUUxSgawhmkGFYyPGMgxGeBCSBL4uOzMJAIWMjWED7qBwac8QIAtK0ixur/H2IAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "R&D-E", "label": "Research & Development Industrial Dist. - Estab. (R&D-E)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 219, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "BP", "label": "Business Park District (BP)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 223, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "BPI", "label": "Business Park Intermediate District (BPI)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 169, 230, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "LI", "label": "Light Industrial District (LI)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 170, 102, 205, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "HI", "label": "Heavy Industrial District (HI)" }, { "symbol": { "type": "esriPFS", "url": "71beec7ff12aafa807d1bf4e128c7477", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWPROKH7n4EEwEKKYhQNNywuM2ic0GUgxGeBCSBL4uOzMJAIWMjWcGPUDww44wUAwIYnUhwY46sAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "PLO-E", "label": "Public Lands Open Space & Bld. Dist. - Established (PLO-E)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 40, 199, 45, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "PL", "label": "Public Lands District (PL)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 255, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "PLF", "label": "Public Lands Forest District (PLF)" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 116, 242, 255 ], "toColor": [ 242, 116, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 151, 191, 255 ], "toColor": [ 191, 151, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 203, 57, 247, 255 ], "toColor": [ 203, 57, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 165, 100, 181, 255 ], "toColor": [ 165, 100, 181, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 160, 41, 179, 255 ], "toColor": [ 160, 41, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 167, 250, 255 ], "toColor": [ 240, 167, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 82, 247, 255 ], "toColor": [ 245, 82, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 201, 88, 232, 255 ], "toColor": [ 201, 88, 232, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 193, 244, 255 ], "toColor": [ 245, 193, 244, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 93, 201, 255 ], "toColor": [ 191, 93, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 132, 227, 255 ], "toColor": [ 214, 132, 227, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 213, 154, 214, 255 ], "toColor": [ 213, 154, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 197, 53, 219, 255 ], "toColor": [ 197, 53, 219, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 45, 191, 255 ], "toColor": [ 194, 45, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 120, 240, 255 ], "toColor": [ 214, 120, 240, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 125, 199, 255 ], "toColor": [ 199, 125, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 222, 85, 224, 255 ], "toColor": [ 222, 85, 224, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 176, 75, 204, 255 ], "toColor": [ 176, 75, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 167, 123, 184, 255 ], "toColor": [ 167, 123, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 176, 59, 209, 255 ], "toColor": [ 176, 59, 209, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 69, 191, 255 ], "toColor": [ 191, 69, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 158, 75, 179, 255 ], "toColor": [ 158, 75, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 223, 94, 242, 255 ], "toColor": [ 223, 94, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 151, 230, 255 ], "toColor": [ 215, 151, 230, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 237, 186, 247, 255 ], "toColor": [ 237, 186, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 224, 56, 222, 255 ], "toColor": [ 224, 56, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 176, 102, 196, 255 ], "toColor": [ 176, 102, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 109, 247, 255 ], "toColor": [ 215, 109, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 218, 171, 222, 255 ], "toColor": [ 218, 171, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 180, 250, 255 ], "toColor": [ 250, 180, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 211, 114, 219, 255 ], "toColor": [ 211, 114, 219, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 231, 50, 237, 255 ], "toColor": [ 231, 50, 237, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 30, "labelingInfo": [ { "labelExpression": "[REGULATIONCLASSIFICATION]", "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 10000, "name": "Default", "priority": 103, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "center", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 12, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 759027.2824803144, "ymin": 1499921.6233595833, "xmax": 822401.5882545933, "ymax": 1542906.4110892415, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "REGULATEDID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "REGULATEDID", "type": "esriFieldTypeString", "alias": "REGULATEDID", "length": 30, "domain": null }, { "name": "REGULATIONTYPE", "type": "esriFieldTypeString", "alias": "REGULATIONTYPE", "length": 8, "domain": null }, { "name": "REGULATIONCLASSIFICATION", "type": "esriFieldTypeString", "alias": "REGULATIONCLASSIFICATION", "length": 30, "domain": null }, { "name": "REGULATIONDESCRIPTION", "type": "esriFieldTypeString", "alias": "REGULATIONDESCRIPTION", "length": 60, "domain": null }, { "name": "REGULATIONAGENCY", "type": "esriFieldTypeString", "alias": "REGULATIONAGENCY", "length": 60, "domain": null }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "Last Update", "length": 8, "domain": null }, { "name": "LASTEDITOR", "type": "esriFieldTypeString", "alias": "Last Editor", "length": 25, "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null } ], "geometryField": {}, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape_Area", "shapeLengthFieldName": "Shape_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 20, "name": "City of Sedona Zoning", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 15, "name": "Zoning" }, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "ZONING", "defaultSymbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "defaultLabel": "", "uniqueValueGroups": [ { "heading": "ZONING", "classes": [ { "label": "C-1", "description": "C-1", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 148, 224, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "C-1" ] ] }, { "label": "C-2", "description": "C-2", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 233, 98, 240, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "C-2" ] ] }, { "label": "C-3", "description": "C-3", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 228, 242, 150, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "C-3" ] ] }, { "label": "CF", "description": "CF", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 49, 135, 125, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "CF" ] ] }, { "label": "L", "description": "L", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 161, 214, 81, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "L" ] ] }, { "label": "NF", "description": "NF", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 118, 100, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "NF" ] ] }, { "label": "OP", "description": "OP", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 227, 119, 89, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "OP" ] ] }, { "label": "OS", "description": "OS", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 75, 133, 69, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "OS" ] ] }, { "label": "P", "description": "P", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 201, 99, 111, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "P" ] ] }, { "label": "PD", "description": "PD", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 114, 161, 173, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "PD" ] ] }, { "label": "PRD", "description": "PRD", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 143, 166, 217, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "PRD" ] ] }, { "label": "RC", "description": "RC", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 247, 240, 92, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RC" ] ] }, { "label": "RM-1", "description": "RM-1", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 151, 184, 106, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RM-1" ] ] }, { "label": "RM-2", "description": "RM-2", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 112, 209, 111, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RM-2" ] ] }, { "label": "RM-3", "description": "RM-3", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 250, 95, 162, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RM-3" ] ] }, { "label": "RMH-10", "description": "RMH-10", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 94, 186, 247, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RMH-10" ] ] }, { "label": "RMH-12", "description": "RMH-12", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 149, 245, 223, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RMH-12" ] ] }, { "label": "RMH-6", "description": "RMH-6", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 117, 66, 168, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RMH-6" ] ] }, { "label": "RS-10a", "description": "RS-10a", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 135, 84, 105, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-10a" ] ] }, { "label": "RS-10b", "description": "RS-10b", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 60, 48, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-10b" ] ] }, { "label": "RS-12", "description": "RS-12", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 250, 209, 160, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-12" ] ] }, { "label": "RS-18a", "description": "RS-18a", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 83, 224, 81, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-18a" ] ] }, { "label": "RS-18b", "description": "RS-18b", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 131, 93, 158, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-18b" ] ] }, { "label": "RS-35", "description": "RS-35", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 184, 122, 245, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-35" ] ] }, { "label": "RS-36", "description": "RS-36", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 68, 69, 150, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-36" ] ] }, { "label": "RS-5A", "description": "RS-5A", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 250, 162, 168, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-5A" ] ] }, { "label": "RS-6", "description": "RS-6", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 63, 120, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-6" ] ] }, { "label": "RS-70", "description": "RS-70", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 68, 87, 130, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "RS-70" ] ] }, { "label": "SU", "description": "SU", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 148, 142, 87, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "SU" ] ] }, { "label": "T-12", "description": "T-12", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 92, 98, 250, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "T-12" ] ] }, { "label": "T-15", "description": "T-15", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 184, 168, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "T-15" ] ] }, { "label": "T-2", "description": "T-2", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 81, 117, 224, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "T-2" ] ] }, { "label": "T-3", "description": "T-3", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 250, 182, 87, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "T-3" ] ] }, { "label": "T-9", "description": "T-9", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 71, 201, 160, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "values": [ [ "T-9" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 148, 224, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "C-1", "label": "C-1" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 233, 98, 240, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "C-2", "label": "C-2" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 228, 242, 150, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "C-3", "label": "C-3" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 49, 135, 125, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "CF", "label": "CF" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 161, 214, 81, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "L", "label": "L" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 118, 100, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "NF", "label": "NF" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 227, 119, 89, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "OP", "label": "OP" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 75, 133, 69, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "OS", "label": "OS" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 201, 99, 111, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "P", "label": "P" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 114, 161, 173, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "PD", "label": "PD" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 143, 166, 217, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "PRD", "label": "PRD" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 247, 240, 92, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RC", "label": "RC" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 151, 184, 106, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RM-1", "label": "RM-1" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 112, 209, 111, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RM-2", "label": "RM-2" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 250, 95, 162, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RM-3", "label": "RM-3" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 94, 186, 247, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RMH-10", "label": "RMH-10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 149, 245, 223, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RMH-12", "label": "RMH-12" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 117, 66, 168, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RMH-6", "label": "RMH-6" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 135, 84, 105, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-10a", "label": "RS-10a" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 60, 48, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-10b", "label": "RS-10b" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 250, 209, 160, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-12", "label": "RS-12" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 83, 224, 81, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-18a", "label": "RS-18a" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 131, 93, 158, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-18b", "label": "RS-18b" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 184, 122, 245, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-35", "label": "RS-35" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 68, 69, 150, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-36", "label": "RS-36" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 250, 162, 168, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-5A", "label": "RS-5A" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 63, 120, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-6", "label": "RS-6" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 68, 87, 130, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "RS-70", "label": "RS-70" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 148, 142, 87, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "SU", "label": "SU" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 92, 98, 250, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "T-12", "label": "T-12" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 184, 168, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "T-15", "label": "T-15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 81, 117, 224, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "T-2", "label": "T-2" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 250, 182, 87, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "T-3", "label": "T-3" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 71, 201, 160, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.15 } }, "value": "T-9", "label": "T-9" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 57, 58, 130, 255 ], "toColor": [ 57, 58, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 145, 250, 206, 255 ], "toColor": [ 145, 250, 206, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 100, 102, 255 ], "toColor": [ 250, 100, 102, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 232, 210, 97, 255 ], "toColor": [ 232, 210, 97, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 247, 99, 213, 255 ], "toColor": [ 247, 99, 213, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 133, 101, 89, 255 ], "toColor": [ 133, 101, 89, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 89, 187, 240, 255 ], "toColor": [ 89, 187, 240, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 63, 135, 50, 255 ], "toColor": [ 63, 135, 50, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 125, 82, 235, 255 ], "toColor": [ 125, 82, 235, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 152, 237, 255 ], "toColor": [ 189, 152, 237, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 145, 242, 97, 255 ], "toColor": [ 145, 242, 97, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 140, 66, 118, 255 ], "toColor": [ 140, 66, 118, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 92, 145, 137, 255 ], "toColor": [ 92, 145, 137, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 237, 149, 187, 255 ], "toColor": [ 237, 149, 187, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 135, 127, 50, 255 ], "toColor": [ 135, 127, 50, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 184, 145, 255 ], "toColor": [ 242, 184, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 205, 250, 160, 255 ], "toColor": [ 205, 250, 160, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 85, 128, 237, 255 ], "toColor": [ 85, 128, 237, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 109, 128, 163, 255 ], "toColor": [ 109, 128, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 227, 240, 255 ], "toColor": [ 153, 227, 240, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 140, 184, 121, 255 ], "toColor": [ 140, 184, 121, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 154, 84, 191, 255 ], "toColor": [ 154, 84, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 115, 76, 255 ], "toColor": [ 207, 115, 76, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 206, 87, 242, 255 ], "toColor": [ 206, 87, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 66, 72, 255 ], "toColor": [ 153, 66, 72, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 73, 125, 255 ], "toColor": [ 209, 73, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 93, 232, 132, 255 ], "toColor": [ 93, 232, 132, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 118, 92, 145, 255 ], "toColor": [ 118, 92, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 161, 121, 255 ], "toColor": [ 69, 161, 121, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 149, 196, 82, 255 ], "toColor": [ 149, 196, 82, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 217, 209, 141, 255 ], "toColor": [ 217, 209, 141, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 222, 115, 124, 255 ], "toColor": [ 222, 115, 124, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 69, 112, 181, 255 ], "toColor": [ 69, 112, 181, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 138, 227, 255 ], "toColor": [ 235, 138, 227, 255 ] } ] } } }, "scaleSymbols": false, "transparency": 30, "labelingInfo": [ { "labelExpression": "[ZONING]", "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Default", "priority": 51, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 10, "style": "italic", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 720770.3996062987, "ymin": 1389117.9809711277, "xmax": 752127.3517060354, "ymax": 1415356.4557086602, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "ZONING", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "ZONING", "type": "esriFieldTypeString", "alias": "ZONING", "length": 6, "domain": null }, { "name": "ACRES", "type": "esriFieldTypeDouble", "alias": "ACRES", "domain": null }, { "name": "UPDATED", "type": "esriFieldTypeString", "alias": "UPDATED", "length": 10, "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null } ], "geometryField": {}, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape_Area", "shapeLengthFieldName": "Shape_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 21, "name": "City of Williams Zoning", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 15, "name": "Zoning" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "ZONINGCODE", "uniqueValueGroups": [ { "heading": "Residential", "classes": [ { "label": "Single Family Residential (R1-7)", "description": "Single Family Residential (R1-7)", "symbol": { "type": "esriPFS", "url": "f1d5193c090962a2393b22096f99e791", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP59WvafwYSAAspilE0sLFlMfz6NY2BEJ8FJoAsiY/PwkAiYCFbA9uoHxhwxgsAz9c1lBaLLwIAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "R1-7" ] ] }, { "label": "Single Family Res. Including Manufactured Homes (RMH-1)", "description": "Single Family Res. Including Manufactured Homes (RMH-1)", "symbol": { "type": "esriPFS", "url": "55ad27683ef0cbc1185eeee84e591b0f", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5daf2PwMJgIUUxSga2FSaGX7dqWUgxGeBCSBL4uOzMJAIWMjWwDbqBwac8QIAsxQzboOg8JsAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "RMH-1" ] ] }, { "label": "Two-Family Residential (R-2)", "description": "Two-Family Residential (R-2)", "symbol": { "type": "esriPFS", "url": "044fa3df7956f03e9de372cbf06e155a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5f57jPwMJgIUUxSgaGA1/MPw/z8FAiM8CE0CWxMdnYSARsJCtgXHUDww44wUA6JgujLmQf6cAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "R-2" ] ] }, { "label": "Multiple Family Residential (R-3)", "description": "Multiple Family Residential (R-3)", "symbol": { "type": "esriPFS", "url": "0d6cf3e6b8f92c669a2402b52a5637ae", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWM5Ucvwn4EEwEKKYhQNFs0MDCdqYTzcfBaYALIkPj4LA4mAhWwNFqN+YMAZLwDu+B/iXVTrMgAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "R-3" ] ] }, { "label": "Rural Residential (RR)", "description": "Rural Residential (RR)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 245, 210, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "RR" ] ] }, { "label": "Estate Residential (ER)", "description": "Estate Residential (ER)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 237, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "ER" ] ] }, { "label": "Agricultural Residential (AR)", "description": "Agricultural Residential (AR)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 250, 54, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "AR" ] ] }, { "label": "Low Density Residential (R1-43)", "description": "Low Density Residential (R1-43)", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 186, 8, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "R1-43" ] ] } ] }, { "heading": "Commercial", "classes": [ { "label": "Commercial Residential District (CR)", "description": "Commercial Residential District (CR)", "symbol": { "type": "esriPFS", "url": "a5f7feaf09ddab4422f2d60bcef7054e", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5//TZfwYSAAspilE0MEpLMfx/+oyBEJ8FJoAsiY/PwkAiYCFbA+OoHxhwxgsAQ1Y4FGiZo8IAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "CR" ] ] }, { "label": "Highway Commercial (HC)", "description": "Highway Commercial (HC)", "symbol": { "type": "esriPFS", "url": "dabc2d13ea79dd04c22c7641ea17df7a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5Oq3/PwMJgIUUxSgauLMKGb5O62cgxGeBCSBL4uOzMJAIWMjWwD3qBwac8QIAgL8xNDe2qV8AAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "HC" ] ] }, { "label": "Central Business District (CBD)", "description": "Central Business District (CBD)", "symbol": { "type": "esriPFS", "url": "2e30c076b62890186248d521515b5f4a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5z7DqPwMJgIUUxSgaGBnCGP4zrGIgxGeBCSBL4uOzMJAIWMjWwDjqBwac8QIAunojyhEnmFEAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "CBD" ] ] } ] }, { "heading": "Industrial", "classes": [ { "label": "Light Industrial (I-1)", "description": "Light Industrial (I-1)", "symbol": { "type": "esriPFS", "url": "41cfe9cf7bb1ccb23feb52fa7856feab", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWN5fef/fwYSAAspilE0iKowMry+g7AMF58FJoAsiY/PwkAiYCFbg+ioHxhwxgsAGjA37EDnopIAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "I-1" ] ] }, { "label": "Heavy Industrial (I-2)", "description": "Heavy Industrial (I-2)", "symbol": { "type": "esriPFS", "url": "ef1b93460a4967d3d3be67ffdaaf8842", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWMpvv//PwMJgIUUxSgaehUZGYrvIyzDxWeBCSBL4uOzMJAIWMjW0DvqBwac8QIAlQgzWqbUa/cAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "I-2" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriPFS", "url": "f1d5193c090962a2393b22096f99e791", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP59WvafwYSAAspilE0sLFlMfz6NY2BEJ8FJoAsiY/PwkAiYCFbA9uoHxhwxgsAz9c1lBaLLwIAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "R1-7", "label": "Single Family Residential (R1-7)" }, { "symbol": { "type": "esriPFS", "url": "55ad27683ef0cbc1185eeee84e591b0f", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5daf2PwMJgIUUxSga2FSaGX7dqWUgxGeBCSBL4uOzMJAIWMjWwDbqBwac8QIAsxQzboOg8JsAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "RMH-1", "label": "Single Family Res. Including Manufactured Homes (RMH-1)" }, { "symbol": { "type": "esriPFS", "url": "044fa3df7956f03e9de372cbf06e155a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5f57jPwMJgIUUxSgaGA1/MPw/z8FAiM8CE0CWxMdnYSARsJCtgXHUDww44wUA6JgujLmQf6cAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "R-2", "label": "Two-Family Residential (R-2)" }, { "symbol": { "type": "esriPFS", "url": "0d6cf3e6b8f92c669a2402b52a5637ae", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANElEQVQokWM5Ucvwn4EEwEKKYhQNFs0MDCdqYTzcfBaYALIkPj4LA4mAhWwNFqN+YMAZLwDu+B/iXVTrMgAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "R-3", "label": "Multiple Family Residential (R-3)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 245, 210, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "RR", "label": "Rural Residential (RR)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 237, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "ER", "label": "Estate Residential (ER)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 250, 54, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "AR", "label": "Agricultural Residential (AR)" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 186, 8, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "R1-43", "label": "Low Density Residential (R1-43)" }, { "symbol": { "type": "esriPFS", "url": "a5f7feaf09ddab4422f2d60bcef7054e", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5//TZfwYSAAspilE0MEpLMfx/+oyBEJ8FJoAsiY/PwkAiYCFbA+OoHxhwxgsAQ1Y4FGiZo8IAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "CR", "label": "Commercial Residential District (CR)" }, { "symbol": { "type": "esriPFS", "url": "dabc2d13ea79dd04c22c7641ea17df7a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5Oq3/PwMJgIUUxSgauLMKGb5O62cgxGeBCSBL4uOzMJAIWMjWwD3qBwac8QIAgL8xNDe2qV8AAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "HC", "label": "Highway Commercial (HC)" }, { "symbol": { "type": "esriPFS", "url": "2e30c076b62890186248d521515b5f4a", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWP5z7DqPwMJgIUUxSgaGBnCGP4zrGIgxGeBCSBL4uOzMJAIWMjWwDjqBwac8QIAunojyhEnmFEAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "CBD", "label": "Central Business District (CBD)" }, { "symbol": { "type": "esriPFS", "url": "41cfe9cf7bb1ccb23feb52fa7856feab", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWN5fef/fwYSAAspilE0iKowMry+g7AMF58FJoAsiY/PwkAiYCFbg+ioHxhwxgsAGjA37EDnopIAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "I-1", "label": "Light Industrial (I-1)" }, { "symbol": { "type": "esriPFS", "url": "ef1b93460a4967d3d3be67ffdaaf8842", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAANUlEQVQokWMpvv//PwMJgIUUxSgaehUZGYrvIyzDxWeBCSBL4uOzMJAIWMjW0DvqBwac8QIAlQgzWqbUa/cAAAAASUVORK5CYII=", "contentType": "image/png", "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 }, "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "I-2", "label": "Heavy Industrial (I-2)" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 56, 168, 0, 255 ], "toColor": [ 255, 255, 0, 255 ] }, { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 255, 255, 0, 255 ], "toColor": [ 255, 0, 0, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 20, "labelingInfo": [ { "labelExpression": "[ZONINGCODE]", "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Default", "priority": 104, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "center", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 600994.9885170609, "ymin": 1525135.9665354341, "xmax": 643326.6161417328, "ymax": 1573181.6929133832, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "ZONINGCODE", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "ZONINGCODE", "type": "esriFieldTypeString", "alias": "ZONINGCODE", "length": 10, "domain": null }, { "name": "ZONINGDESCRIPTION", "type": "esriFieldTypeString", "alias": "ZONINGDESCRIPTION", "length": 75, "domain": null }, { "name": "ORDINANCENUMBER", "type": "esriFieldTypeString", "alias": "ORDINANCENUMBER", "length": 50, "domain": null }, { "name": "MINLOTSIZE", "type": "esriFieldTypeString", "alias": "MINLOTSIZE", "length": 30, "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null } ], "geometryField": {}, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE_Area", "shapeLengthFieldName": "SHAPE_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 22, "name": "Slope Categories", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -17746700, "falseY": -44067300, "xyUnits": 3048, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Land Use Planning" }, "subLayers": [], "minScale": 100000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "SlopeCategory", "uniqueValueGroups": [ { "heading": "SlopeCategory", "classes": [ { "label": "Level", "description": "Level", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 56, 168, 0, 255 ], "outline": null }, "values": [ [ "Level" ] ] }, { "label": "Slight Slope", "description": "Slight Slope", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 176, 224, 0, 255 ], "outline": null }, "values": [ [ "Slight Slope" ] ] }, { "label": "Mod Slope", "description": "Mod Slope", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": null }, "values": [ [ "Mod Slope" ] ] }, { "label": "Steep Slope", "description": "Steep Slope", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": null }, "values": [ [ "Steep Slope" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 56, 168, 0, 255 ], "outline": null }, "value": "Level", "label": "Level" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 176, 224, 0, 255 ], "outline": null }, "value": "Slight Slope", "label": "Slight Slope" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": null }, "value": "Mod Slope", "label": "Mod Slope" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": null }, "value": "Steep Slope", "label": "Steep Slope" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 56, 168, 0, 255 ], "toColor": [ 255, 255, 0, 255 ] }, { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 255, 255, 0, 255 ], "toColor": [ 255, 0, 0, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 50, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 288097.31102362275, "ymin": 1209293.5702099726, "xmax": 1050559.5757874027, "ymax": 2184151.7601706013, "spatialReference": { "wkid": 2223, "latestWkid": 2223, "xyTolerance": 0.0032808398950131203, "zTolerance": 2, "mTolerance": 2, "falseX": -1.9591353023559038E7, "falseY": -4.728362184596341E7, "xyUnits": 1.2729389891643009E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "SlopeCategory", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "SlopeCategory", "type": "esriFieldTypeString", "alias": "SlopeCategory", "length": 20, "domain": null }, { "name": "SlopeValue", "type": "esriFieldTypeString", "alias": "SlopeValue", "length": 20, "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null } ], "geometryField": {}, "indexes": [ { "name": "I25SlopeValue", "fields": "SlopeValue", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I25SlopeCategory", "fields": "SlopeCategory", "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape_Area", "shapeLengthFieldName": "Shape_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9002} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5c5d4cc821fb44f39494c73e0d495bc1" } ], "tables": [] }