{ "layers": [ { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 0, "name": "Addresses", "type": "Feature Layer", "description": "
Addresses in Adams County.<\/SPAN><\/P> <\/P><\/DIV><\/DIV><\/DIV>",
"geometryType": "esriGeometryPoint",
"sourceSpatialReference": {
"wkid": 102704,
"latestWkid": 26852,
"xyTolerance": 1.253795258045009E-4,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -1.1909769999996972E8,
"falseY": -9.645489999998024E7,
"xyUnits": 63806.270989364464,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
},
"copyrightText": "",
"parentLayer": null,
"subLayers": [],
"minScale": 5000,
"maxScale": 0,
"referenceScale": 0.0,
"drawingInfo": {
"renderer": {
"type": "simple",
"symbol": {
"type": "esriSMS",
"style": "esriSMSCircle",
"color": [
53,
147,
138,
0
],
"size": 4,
"angle": 0,
"xoffset": 0,
"yoffset": 0,
"outline": {
"color": [
156,
156,
156,
255
],
"width": 1
}
}
},
"scaleSymbols": true,
"transparency": 0,
"labelingInfo": [
{
"labelExpressionInfo": {
"expression": "$feature.AddNum_Full",
"title": "Custom"
},
"labelPlacement": "esriServerPointLabelPlacementCenterCenter",
"deconflictionStrategy": "static",
"allowOverlapOfFeatureInterior": "avoid",
"removeDuplicates": "none",
"stackLabel": false,
"where": "Unit IS NULL",
"useCodedValues": true,
"maxScale": 0,
"minScale": 0,
"name": "Class 1",
"priority": -1,
"symbol": {
"type": "esriTS",
"color": [
0,
0,
0,
255
],
"backgroundColor": null,
"borderLineColor": null,
"borderLineSize": null,
"verticalAlignment": "bottom",
"horizontalAlignment": "left",
"rightToLeft": false,
"angle": 0,
"xoffset": 0,
"yoffset": 0,
"kerning": true,
"haloColor": [
255,
255,
255,
255
],
"haloSize": 1.2,
"font": {
"family": "Arial",
"size": 8,
"style": "italic",
"weight": "bold",
"decoration": "none"
}
}
},
{
"labelExpressionInfo": {
"expression": "$feature.AddNum_Full + \" #\"+ $feature.Unit",
"title": "Custom"
},
"labelPlacement": "esriServerPointLabelPlacementCenterCenter",
"deconflictionStrategy": "static",
"allowOverlapOfFeatureInterior": "avoid",
"removeDuplicates": "none",
"stackLabel": false,
"where": "Unit IS NOT NULL",
"useCodedValues": true,
"maxScale": 0,
"minScale": 0,
"name": "Units",
"priority": -1,
"symbol": {
"type": "esriTS",
"color": [
0,
0,
0,
255
],
"backgroundColor": null,
"borderLineColor": null,
"borderLineSize": null,
"verticalAlignment": "bottom",
"horizontalAlignment": "left",
"rightToLeft": false,
"angle": 0,
"xoffset": 0,
"yoffset": 0,
"kerning": true,
"haloColor": [
255,
255,
255,
255
],
"haloSize": 1.2,
"font": {
"family": "Arial",
"size": 8,
"style": "italic",
"weight": "bold",
"decoration": "none"
}
}
}
]
},
"defaultVisibility": true,
"extent": {
"xmin": 1994104.5579063594,
"ymin": 191154.9075049907,
"xmax": 2119854.6184660345,
"ymax": 319468.8547871411,
"spatialReference": {
"wkid": 102704,
"latestWkid": 26852,
"xyTolerance": 0.003280833333333333,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -119097700,
"falseY": -96454900,
"xyUnits": 3.730056732191823E7,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
}
},
"hasAttachments": false,
"htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
"displayField": "St_Name",
"typeIdField": null,
"subtypeFieldName": null,
"subtypeField": null,
"defaultSubtypeCode": null,
"fields": [
{
"name": "OBJECTID",
"type": "esriFieldTypeOID",
"alias": "OBJECTID",
"domain": null
},
{
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape",
"domain": null
},
{
"name": "GlobalID",
"type": "esriFieldTypeGlobalID",
"alias": "GlobalID",
"length": 38,
"domain": null
},
{
"name": "Status",
"type": "esriFieldTypeString",
"alias": "Status",
"length": 25,
"domain": {
"type": "codedValue",
"name": "WS2_Status",
"description": "Status of Address",
"codedValues": [
{
"name": "Active",
"code": "Active"
},
{
"name": "Inactive",
"code": "InActive"
}
],
"mergePolicy": "esriMPTDefaultValue",
"splitPolicy": "esriSPTDefaultValue"
}
},
{
"name": "Effective",
"type": "esriFieldTypeDate",
"alias": "Effective Date",
"length": 8,
"domain": null
},
{
"name": "Expire",
"type": "esriFieldTypeDate",
"alias": "Expiration Date",
"length": 8,
"domain": null
},
{
"name": "St_ID",
"type": "esriFieldTypeSmallInteger",
"alias": "Street ID",
"domain": null
},
{
"name": "Add_ID",
"type": "esriFieldTypeString",
"alias": "Address ID",
"length": 20,
"domain": null
},
{
"name": "Add_Number",
"type": "esriFieldTypeSmallInteger",
"alias": "Address Number",
"domain": null
},
{
"name": "AddNum_Suf",
"type": "esriFieldTypeString",
"alias": "Address Number Suffix",
"length": 15,
"domain": null
},
{
"name": "AddNum_Full",
"type": "esriFieldTypeString",
"alias": "Address Number Full",
"length": 20,
"domain": null
},
{
"name": "Unit",
"type": "esriFieldTypeString",
"alias": "Unit Number",
"length": 75,
"domain": null
},
{
"name": "St_PreDir",
"type": "esriFieldTypeString",
"alias": "Street Name Pre Directional",
"length": 9,
"domain": null
},
{
"name": "St_Name",
"type": "esriFieldTypeString",
"alias": "Street Name",
"length": 254,
"domain": null
},
{
"name": "St_PosType",
"type": "esriFieldTypeString",
"alias": "Street Name Post Type",
"length": 50,
"domain": null
},
{
"name": "St_PosDir",
"type": "esriFieldTypeString",
"alias": "Street Name Post Directional",
"length": 9,
"domain": null
},
{
"name": "Full_Address",
"type": "esriFieldTypeString",
"alias": "Full Address",
"length": 500,
"domain": null
},
{
"name": "Inc_Muni",
"type": "esriFieldTypeString",
"alias": "Incorporated Municipality",
"length": 100,
"domain": {
"type": "codedValue",
"name": "WS2_Inc_Muni",
"description": "Incorporated Municipality",
"codedValues": [
{
"name": "Hastings",
"code": "Hastings"
},
{
"name": "Ayr",
"code": "Ayr"
},
{
"name": "Holstien",
"code": "Holstein"
},
{
"name": "Juniata",
"code": "Juniata"
},
{
"name": "Kenesaw",
"code": "Kenesaw"
},
{
"name": "Prosser",
"code": "Prosser"
},
{
"name": "Roseland",
"code": "Roseland"
},
{
"name": "Trumbull",
"code": "Trumbull"
},
{
"name": "None",
"code": "None"
}
],
"mergePolicy": "esriMPTDefaultValue",
"splitPolicy": "esriSPTDefaultValue"
}
},
{
"name": "Uninc_Comm",
"type": "esriFieldTypeString",
"alias": "Unincorporated Community",
"length": 100,
"domain": {
"type": "codedValue",
"name": "WS2_Uninc_Comm",
"description": "Unincorporated Community",
"codedValues": [
{
"name": "Hansen",
"code": "Hansen"
},
{
"name": "Pauline",
"code": "Pauline"
},
{
"name": "Adams County",
"code": "Adams County"
},
{
"name": "None",
"code": "None"
}
],
"mergePolicy": "esriMPTDefaultValue",
"splitPolicy": "esriSPTDefaultValue"
}
},
{
"name": "Post_Comm",
"type": "esriFieldTypeString",
"alias": "Postal Community ",
"length": 100,
"domain": {
"type": "codedValue",
"name": "WS2_Post_Comm",
"description": "Postal Community",
"codedValues": [
{
"name": "Hastings",
"code": "Hastings"
},
{
"name": "Ayr",
"code": "Ayr"
},
{
"name": "Bladen",
"code": "Bladen"
},
{
"name": "Blue Hill",
"code": "Blue Hill"
},
{
"name": "Campbell",
"code": "Campbell"
},
{
"name": "Glenvil",
"code": "Glenvil"
},
{
"name": "Holstein",
"code": "Holstein"
},
{
"name": "Juniata",
"code": "Juniata"
},
{
"name": "Kenesaw",
"code": "Kenesaw"
},
{
"name": "Roseland",
"code": "Roseland"
},
{
"name": "Lawrence",
"code": "Lawrence"
},
{
"name": "Trumbull",
"code": "Trumbull"
},
{
"name": "Wood River",
"code": "Wood River"
}
],
"mergePolicy": "esriMPTDefaultValue",
"splitPolicy": "esriSPTDefaultValue"
}
},
{
"name": "Post_Code",
"type": "esriFieldTypeString",
"alias": "Postal Code ",
"length": 20,
"domain": {
"type": "codedValue",
"name": "WS2_Zip",
"description": "Zip Code",
"codedValues": [
{
"name": "68925",
"code": "Ayr"
},
{
"name": "68928",
"code": "Bladen"
},
{
"name": "68930",
"code": "BlueHill"
},
{
"name": "68932",
"code": "Campbell"
},
{
"name": "68941",
"code": "Glenvil"
},
{
"name": "68901",
"code": "Hastings"
},
{
"name": "68950",
"code": "Holstein"
},
{
"name": "68955",
"code": "Juniata"
},
{
"name": "68956",
"code": "Kenesaw"
},
{
"name": "68957",
"code": "Lawrence"
},
{
"name": "68973",
"code": "Roseland"
},
{
"name": "68980",
"code": "Trumbull"
},
{
"name": "68883",
"code": "WoodRiver"
}
],
"mergePolicy": "esriMPTDefaultValue",
"splitPolicy": "esriSPTDefaultValue"
}
},
{
"name": "Nbrhd_Comm",
"type": "esriFieldTypeString",
"alias": "Neighborhood Community",
"length": 100,
"domain": {
"type": "codedValue",
"name": "WS2_Nbrhd_Comm",
"description": "Neighborhood Coummunity",
"codedValues": [
{
"name": "Lochland",
"code": "Lochland"
},
{
"name": "Westbrook",
"code": "Westbrook"
},
{
"name": "Idlewilde",
"code": "Idlewilde"
},
{
"name": "None",
"code": "None"
}
],
"mergePolicy": "esriMPTDefaultValue",
"splitPolicy": "esriSPTDefaultValue"
}
},
{
"name": "Place_Type",
"type": "esriFieldTypeString",
"alias": "Place Type",
"length": 100,
"domain": {
"type": "codedValue",
"name": "WS2_PlaceType",
"description": "Desingates address as residential, commercial, education etc.",
"codedValues": [
{
"name": "Agricultural",
"code": "Agricultural"
},
{
"name": "Commercial",
"code": "Commercial"
},
{
"name": "Commercial & Residential",
"code": "Commercial & Residential"
},
{
"name": "Educational",
"code": "Educational"
},
{
"name": "Goverment",
"code": "Goverment"
},
{
"name": "Industrial",
"code": "Industrial"
},
{
"name": "Medical",
"code": "Medical"
},
{
"name": "Recreational",
"code": "Recreational"
},
{
"name": "Utility",
"code": "Utility"
},
{
"name": "Residential Single Family",
"code": "Residential Single"
},
{
"name": "Residential Multi-Family",
"code": "Residential Multi"
},
{
"name": "Church/Religious",
"code": "Church"
}
],
"mergePolicy": "esriMPTDefaultValue",
"splitPolicy": "esriSPTDefaultValue"
}
},
{
"name": "Place_SType",
"type": "esriFieldTypeString",
"alias": "Place Subtype",
"length": 100,
"domain": {
"type": "codedValue",
"name": "WS2_PlaceSubType",
"description": "Drilled down version of Place Type",
"codedValues": [
{
"name": "4-PLEX",
"code": "4-PLEX"
},
{
"name": "ANTENNA",
"code": "ANTENNA"
},
{
"name": "RV",
"code": "RV"
},
{
"name": "Apartment",
"code": "APARTMENT"
},
{
"name": "Apt & Business",
"code": "APT & BUSINESS"
},
{
"name": "College Dorm",
"code": "COLLEGE DORM"
},
{
"name": "Condominium",
"code": "CONDOMINIUM"
},
{
"name": "Duplex",
"code": "DUPLEX"
},
{
"name": "Meter Only",
"code": "METER"
},
{
"name": "Mobile Home",
"code": "MOBILE HOMES"
},
{
"name": "Multi-Address Building - Res",
"code": "MULTI ADDRESSED BLDG"
},
{
"name": "None",
"code": "NONE"
},
{
"name": "Phone",
"code": "PHONE"
},
{
"name": "Retirement/Assisted Living",
"code": "RETIREMENT"
},
{
"name": "Shelter",
"code": "SHELTER"
},
{
"name": "Shooting Range",
"code": "SHOOTING RANGE"
},
{
"name": "Solar",
"code": "SOLAR"
},
{
"name": "Storage",
"code": "STORAGE"
},
{
"name": "Substation",
"code": "SUBSTATION"
},
{
"name": "Tower/Antenna",
"code": "TOWER"
},
{
"name": "Townhouse",
"code": "TOWNHOUSE"
},
{
"name": "Traffic Counter",
"code": "TRAFFIC COUNTER"
},
{
"name": "Trailer",
"code": "TRAILER"
},
{
"name": "Tri-Plex",
"code": "TRI-PLEX"
},
{
"name": "Well",
"code": "WELL"
},
{
"name": "Lift Station",
"code": "LIFT STATION"
}
],
"mergePolicy": "esriMPTDefaultValue",
"splitPolicy": "esriSPTDefaultValue"
}
},
{
"name": "Add_Source",
"type": "esriFieldTypeString",
"alias": "Address Source",
"length": 100,
"domain": {
"type": "codedValue",
"name": "WS2_Verification",
"description": "Address was obtain by what means",
"codedValues": [
{
"name": "Deed Record",
"code": "Deed Record"
},
{
"name": "Google/Onsite",
"code": "Google/Onsite"
},
{
"name": "Layout Map",
"code": "Layout Map"
},
{
"name": "Master Address Book",
"code": "Master Address Book"
},
{
"name": "parcel",
"code": "parcel"
},
{
"name": "permit",
"code": "permit"
},
{
"name": "permit since last aerials",
"code": "permit since last aerials"
},
{
"name": "Unknown",
"code": "Unknown"
}
],
"mergePolicy": "esriMPTDefaultValue",
"splitPolicy": "esriSPTDefaultValue"
}
},
{
"name": "ResUnitNo",
"type": "esriFieldTypeString",
"alias": "Sub Unit Numbers",
"length": 150,
"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": {
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape"
},
"indexes": [
{
"name": "FDO_OBJECTID",
"fields": "OBJECTID",
"isAscending": true,
"isUnique": true,
"description": ""
},
{
"name": "FDO_Shape",
"fields": "Shape",
"isAscending": true,
"isUnique": false,
"description": ""
},
{
"name": "FDO_GlobalID",
"fields": "GlobalID",
"isAscending": true,
"isUnique": false,
"description": ""
}
],
"subtypes": [],
"relationships": [],
"canModifyLayer": true,
"canScaleSymbols": false,
"hasLabels": true,
"capabilities": "Map,Query,Data",
"maxRecordCount": 1000,
"supportsStatistics": true,
"supportsExceedsLimitStatistics": true,
"supportsAdvancedQueries": true,
"supportedQueryFormats": "JSON, geoJSON, PBF",
"isDataVersioned": false,
"ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
"useStandardizedQueries": true,
"supportedSpatialRelationships": [
"esriSpatialRelIntersects",
"esriSpatialRelContains",
"esriSpatialRelCrosses",
"esriSpatialRelEnvelopeIntersects",
"esriSpatialRelIndexIntersects",
"esriSpatialRelOverlaps",
"esriSpatialRelTouches",
"esriSpatialRelWithin",
"esriSpatialRelRelation"
],
"advancedQueryCapabilities": {
"useStandardizedQueries": true,
"supportsStatistics": true,
"supportsPercentileStatistics": true,
"supportsHavingClause": true,
"supportsOrderBy": true,
"supportsDistinct": true,
"supportsCountDistinct": true,
"supportsPagination": true,
"supportsLod": false,
"supportsQueryWithLodSR": false,
"supportsTrueCurve": true,
"supportsQueryWithDatumTransformation": true,
"supportsReturningQueryExtent": true,
"supportsQueryWithDistance": true,
"supportsSqlExpression": true,
"supportsTimeRelation": true,
"supportsSqlFormat": false,
"supportsQueryAnalytic": false
},
"supportsDatumTransformation": true,
"dateFieldsTimeReference": null,
"preferredTimeReference": null,
"datesInUnknownTimezone": false,
"hasMetadata": true,
"isDataArchived": false,
"archivingInfo": {
"supportsQueryWithHistoricMoment": false,
"startArchivingMoment": -1
},
"supportsCoordinatesQuantization": true,
"supportsDynamicLegends": true,
"serviceItemId": "5e64cc0914664b1f9cd8a6942dcce012"
},
{
"currentVersion": 10.91,
"cimVersion": "2.9.0",
"id": 1,
"name": "High",
"type": "Feature Layer",
"description": "",
"geometryType": "esriGeometryPolygon",
"sourceSpatialReference": {
"wkid": 102704,
"latestWkid": 26852,
"xyTolerance": 0.003280833333333333,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -119097700,
"falseY": -96454900,
"xyUnits": 3048.0060960121928,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
},
"copyrightText": "",
"parentLayer": null,
"subLayers": [],
"minScale": 0,
"maxScale": 0,
"referenceScale": 0.0,
"drawingInfo": {
"renderer": {
"type": "uniqueValue",
"field1": "HIGH_SCH",
"uniqueValueInfos": [
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
156,
155,
201,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 0.4
}
},
"value": "Adams Central",
"label": "Adams Central"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
180,
217,
154,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 0.4
}
},
"value": "Blue Hill",
"label": "Blue Hill"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
186,
219,
219,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 0.4
}
},
"value": "Doniphan Trumbull",
"label": "Doniphan Trumbull"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
127,
179,
148,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 0.4
}
},
"value": "Hastings",
"label": "Hastings"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
185,
189,
160,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 0.4
}
},
"value": "Kenesaw",
"label": "Kenesaw"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
143,
165,
179,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 0.4
}
},
"value": "Lawrence",
"label": "Lawrence"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
186,
222,
189,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 0.4
}
},
"value": "Minden",
"label": "Minden"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
134,
189,
188,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 0.4
}
},
"value": "Sandy Creek",
"label": "Sandy Creek"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
222,
222,
171,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 0.4
}
},
"value": "Shelton",
"label": "Shelton"
},
{
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
168,
199,
224,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 0.4
}
},
"value": "Silver Lake",
"label": "Silver Lake"
}
],
"fieldDelimiter": ",",
"authoringInfo": {
"colorRamp": {
"type": "multipart",
"colorRamps": [
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
142,
152,
189,
255
],
"toColor": [
142,
152,
189,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
175,
227,
161,
255
],
"toColor": [
175,
227,
161,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
163,
214,
212,
255
],
"toColor": [
163,
214,
212,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
193,
194,
161,
255
],
"toColor": [
193,
194,
161,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
129,
179,
149,
255
],
"toColor": [
129,
179,
149,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
182,
199,
222,
255
],
"toColor": [
182,
199,
222,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
175,
224,
188,
255
],
"toColor": [
175,
224,
188,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
134,
169,
181,
255
],
"toColor": [
134,
169,
181,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
203,
217,
154,
255
],
"toColor": [
203,
217,
154,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
171,
166,
227,
255
],
"toColor": [
171,
166,
227,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
156,
191,
143,
255
],
"toColor": [
156,
191,
143,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
188,
189,
134,
255
],
"toColor": [
188,
189,
134,
255
]
},
{
"type": "algorithmic",
"algorithm": "esriCIELabAlgorithm",
"fromColor": [
150,
181,
167,
255
],
"toColor": [
150,
181,
167,
255
]
}
]
}
}
},
"scaleSymbols": true,
"transparency": 40,
"labelingInfo": [
{
"labelExpression": "[HIGH_SCH]",
"labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
"removeDuplicates": "none",
"multiPart": "labelPerPart",
"deconflictionStrategy": "static",
"repeatLabel": false,
"allowOverrun": true,
"stackLabel": false,
"useCodedValues": true,
"maxScale": 0,
"minScale": 0,
"name": "Default",
"priority": 4,
"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": 8,
"style": "normal",
"weight": "normal",
"decoration": "none"
}
}
}
]
},
"defaultVisibility": true,
"extent": {
"xmin": 1993998.7498451322,
"ymin": 190988.12515997887,
"xmax": 2120236.885163635,
"ymax": 319823.5938664824,
"spatialReference": {
"wkid": 102704,
"latestWkid": 26852,
"xyTolerance": 0.003280833333333333,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -119097700,
"falseY": -96454900,
"xyUnits": 3.730056732191823E7,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
}
},
"hasAttachments": false,
"htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
"displayField": "code",
"typeIdField": null,
"subtypeFieldName": null,
"subtypeField": null,
"defaultSubtypeCode": null,
"fields": [
{
"name": "OBJECTID",
"type": "esriFieldTypeOID",
"alias": "FID",
"domain": null
},
{
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape",
"domain": null
},
{
"name": "ID",
"type": "esriFieldTypeSmallInteger",
"alias": "ID",
"domain": null
},
{
"name": "HIGH_SCH",
"type": "esriFieldTypeString",
"alias": "HIGH_SCH",
"length": 20,
"domain": null
},
{
"name": "HIGH_SCH_A",
"type": "esriFieldTypeString",
"alias": "HIGH_SCH_A",
"length": 50,
"domain": null
},
{
"name": "HIGH_SCH_T",
"type": "esriFieldTypeString",
"alias": "HIGH_SCH_T",
"length": 30,
"domain": null
},
{
"name": "HIGH_SCH_P",
"type": "esriFieldTypeString",
"alias": "HIGH_SCH_P",
"length": 12,
"domain": null
},
{
"name": "Shape_Length",
"type": "esriFieldTypeDouble",
"alias": "Shape_Length",
"domain": null
},
{
"name": "Shape_Area",
"type": "esriFieldTypeDouble",
"alias": "Shape_Area",
"domain": null
}
],
"geometryField": {
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape"
},
"indexes": [
{
"name": "FDO_OBJECTID",
"fields": "OBJECTID",
"isAscending": true,
"isUnique": true,
"description": ""
},
{
"name": "FDO_Shape",
"fields": "Shape",
"isAscending": true,
"isUnique": false,
"description": ""
}
],
"subtypes": [],
"relationships": [],
"canModifyLayer": true,
"canScaleSymbols": false,
"hasLabels": true,
"capabilities": "Map,Query,Data",
"maxRecordCount": 1000,
"supportsStatistics": true,
"supportsExceedsLimitStatistics": true,
"supportsAdvancedQueries": true,
"supportedQueryFormats": "JSON, geoJSON, PBF",
"isDataVersioned": false,
"ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
"useStandardizedQueries": true,
"supportedSpatialRelationships": [
"esriSpatialRelIntersects",
"esriSpatialRelContains",
"esriSpatialRelCrosses",
"esriSpatialRelEnvelopeIntersects",
"esriSpatialRelIndexIntersects",
"esriSpatialRelOverlaps",
"esriSpatialRelTouches",
"esriSpatialRelWithin",
"esriSpatialRelRelation"
],
"advancedQueryCapabilities": {
"useStandardizedQueries": true,
"supportsStatistics": true,
"supportsPercentileStatistics": true,
"supportsHavingClause": true,
"supportsOrderBy": true,
"supportsDistinct": true,
"supportsCountDistinct": true,
"supportsPagination": true,
"supportsLod": false,
"supportsQueryWithLodSR": false,
"supportsTrueCurve": true,
"supportsQueryWithDatumTransformation": true,
"supportsReturningQueryExtent": true,
"supportsQueryWithDistance": true,
"supportsSqlExpression": true,
"supportsTimeRelation": true,
"supportsSqlFormat": false,
"supportsQueryAnalytic": false
},
"supportsDatumTransformation": true,
"dateFieldsTimeReference": null,
"preferredTimeReference": null,
"datesInUnknownTimezone": false,
"hasGeometryProperties": true,
"geometryProperties": {
"shapeAreaFieldName": "Shape_Area",
"shapeLengthFieldName": "Shape_Length",
"units": "esriFeet"
},
"hasMetadata": true,
"isDataArchived": false,
"archivingInfo": {
"supportsQueryWithHistoricMoment": false,
"startArchivingMoment": -1
},
"supportsCoordinatesQuantization": true,
"supportsDynamicLegends": true,
"serviceItemId": "5e64cc0914664b1f9cd8a6942dcce012"
},
{
"currentVersion": 10.91,
"cimVersion": "2.9.0",
"id": 2,
"name": "Middle",
"type": "Feature Layer",
"description": "",
"geometryType": "esriGeometryPolygon",
"sourceSpatialReference": {
"wkid": 102704,
"latestWkid": 26852,
"xyTolerance": 0.003280833333333333,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -119097700,
"falseY": -96454900,
"xyUnits": 3048.0060960121928,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
},
"copyrightText": "",
"parentLayer": null,
"subLayers": [],
"minScale": 0,
"maxScale": 0,
"referenceScale": 0.0,
"drawingInfo": {
"renderer": {
"type": "simple",
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
212,
208,
200,
0
],
"outline": null
}
},
"scaleSymbols": true,
"transparency": 0,
"labelingInfo": null
},
"defaultVisibility": true,
"extent": {
"xmin": 1993998.7498451322,
"ymin": 190988.12515997887,
"xmax": 2120236.885163635,
"ymax": 319823.5938664824,
"spatialReference": {
"wkid": 102704,
"latestWkid": 26852,
"xyTolerance": 0.003280833333333333,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -119097700,
"falseY": -96454900,
"xyUnits": 3.730056732191823E7,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
}
},
"hasAttachments": false,
"htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
"displayField": "code",
"typeIdField": null,
"subtypeFieldName": null,
"subtypeField": null,
"defaultSubtypeCode": null,
"fields": [
{
"name": "OBJECTID",
"type": "esriFieldTypeOID",
"alias": "FID",
"domain": null
},
{
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape",
"domain": null
},
{
"name": "ID",
"type": "esriFieldTypeSmallInteger",
"alias": "ID",
"domain": null
},
{
"name": "MID_SCH",
"type": "esriFieldTypeString",
"alias": "MID_SCH",
"length": 30,
"domain": null
},
{
"name": "MID_SCH_A",
"type": "esriFieldTypeString",
"alias": "MID_SCH_A",
"length": 50,
"domain": null
},
{
"name": "MID_SCH_P",
"type": "esriFieldTypeString",
"alias": "MID_SCH_P",
"length": 15,
"domain": null
},
{
"name": "HIGH_SCH_T",
"type": "esriFieldTypeString",
"alias": "HIGH_SCH_T",
"length": 30,
"domain": null
},
{
"name": "Shape_Length",
"type": "esriFieldTypeDouble",
"alias": "Shape_Length",
"domain": null
},
{
"name": "Shape_Area",
"type": "esriFieldTypeDouble",
"alias": "Shape_Area",
"domain": null
}
],
"geometryField": {
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape"
},
"indexes": [
{
"name": "FDO_OBJECTID",
"fields": "OBJECTID",
"isAscending": true,
"isUnique": true,
"description": ""
},
{
"name": "FDO_Shape",
"fields": "Shape",
"isAscending": true,
"isUnique": false,
"description": ""
}
],
"subtypes": [],
"relationships": [],
"canModifyLayer": true,
"canScaleSymbols": false,
"hasLabels": false,
"capabilities": "Map,Query,Data",
"maxRecordCount": 1000,
"supportsStatistics": true,
"supportsExceedsLimitStatistics": true,
"supportsAdvancedQueries": true,
"supportedQueryFormats": "JSON, geoJSON, PBF",
"isDataVersioned": false,
"ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
"useStandardizedQueries": true,
"supportedSpatialRelationships": [
"esriSpatialRelIntersects",
"esriSpatialRelContains",
"esriSpatialRelCrosses",
"esriSpatialRelEnvelopeIntersects",
"esriSpatialRelIndexIntersects",
"esriSpatialRelOverlaps",
"esriSpatialRelTouches",
"esriSpatialRelWithin",
"esriSpatialRelRelation"
],
"advancedQueryCapabilities": {
"useStandardizedQueries": true,
"supportsStatistics": true,
"supportsPercentileStatistics": true,
"supportsHavingClause": true,
"supportsOrderBy": true,
"supportsDistinct": true,
"supportsCountDistinct": true,
"supportsPagination": true,
"supportsLod": false,
"supportsQueryWithLodSR": false,
"supportsTrueCurve": true,
"supportsQueryWithDatumTransformation": true,
"supportsReturningQueryExtent": true,
"supportsQueryWithDistance": true,
"supportsSqlExpression": true,
"supportsTimeRelation": true,
"supportsSqlFormat": false,
"supportsQueryAnalytic": false
},
"supportsDatumTransformation": true,
"dateFieldsTimeReference": null,
"preferredTimeReference": null,
"datesInUnknownTimezone": false,
"hasGeometryProperties": true,
"geometryProperties": {
"shapeAreaFieldName": "Shape_Area",
"shapeLengthFieldName": "Shape_Length",
"units": "esriFeet"
},
"hasMetadata": true,
"isDataArchived": false,
"archivingInfo": {
"supportsQueryWithHistoricMoment": false,
"startArchivingMoment": -1
},
"supportsCoordinatesQuantization": true,
"supportsDynamicLegends": true,
"serviceItemId": "5e64cc0914664b1f9cd8a6942dcce012"
},
{
"currentVersion": 10.91,
"cimVersion": "2.9.0",
"id": 3,
"name": "Elementary",
"type": "Feature Layer",
"description": "",
"geometryType": "esriGeometryPolygon",
"sourceSpatialReference": {
"wkid": 102704,
"latestWkid": 26852,
"xyTolerance": 0.003280833333333333,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -119097700,
"falseY": -96454900,
"xyUnits": 3048.0060960121928,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
},
"copyrightText": "",
"parentLayer": null,
"subLayers": [],
"minScale": 0,
"maxScale": 0,
"referenceScale": 0.0,
"drawingInfo": {
"renderer": {
"type": "simple",
"symbol": {
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
212,
208,
200,
0
],
"outline": null
}
},
"scaleSymbols": true,
"transparency": 0,
"labelingInfo": null
},
"defaultVisibility": true,
"extent": {
"xmin": 1982545.0726213008,
"ymin": 156846.664243564,
"xmax": 2150028.7228895575,
"ymax": 331814.0669327229,
"spatialReference": {
"wkid": 102704,
"latestWkid": 26852,
"xyTolerance": 0.003280833333333333,
"zTolerance": 0.001,
"mTolerance": 0.001,
"falseX": -119097700,
"falseY": -96454900,
"xyUnits": 3.730056732191823E7,
"falseZ": -100000,
"zUnits": 10000,
"falseM": -100000,
"mUnits": 10000
}
},
"hasAttachments": false,
"htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
"displayField": "code",
"typeIdField": null,
"subtypeFieldName": null,
"subtypeField": null,
"defaultSubtypeCode": null,
"fields": [
{
"name": "OBJECTID",
"type": "esriFieldTypeOID",
"alias": "FID",
"domain": null
},
{
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape",
"domain": null
},
{
"name": "ID",
"type": "esriFieldTypeSmallInteger",
"alias": "ID",
"domain": null
},
{
"name": "ELEM_SCH",
"type": "esriFieldTypeString",
"alias": "ELEM_SCH",
"length": 50,
"domain": null
},
{
"name": "ELEM_SCH_A",
"type": "esriFieldTypeString",
"alias": "ELEM_SCH_A",
"length": 50,
"domain": null
},
{
"name": "ELEM_SCH_T",
"type": "esriFieldTypeString",
"alias": "ELEM_SCH_T",
"length": 30,
"domain": null
},
{
"name": "ELEM_SCH_P",
"type": "esriFieldTypeString",
"alias": "ELEM_SCH_P",
"length": 12,
"domain": null
},
{
"name": "Shape_Length",
"type": "esriFieldTypeDouble",
"alias": "Shape_Length",
"domain": null
},
{
"name": "Shape_Area",
"type": "esriFieldTypeDouble",
"alias": "Shape_Area",
"domain": null
}
],
"geometryField": {
"name": "Shape",
"type": "esriFieldTypeGeometry",
"alias": "Shape"
},
"indexes": [
{
"name": "FDO_OBJECTID",
"fields": "OBJECTID",
"isAscending": true,
"isUnique": true,
"description": ""
},
{
"name": "FDO_Shape",
"fields": "Shape",
"isAscending": true,
"isUnique": false,
"description": ""
}
],
"subtypes": [],
"relationships": [],
"canModifyLayer": true,
"canScaleSymbols": false,
"hasLabels": false,
"capabilities": "Map,Query,Data",
"maxRecordCount": 1000,
"supportsStatistics": true,
"supportsExceedsLimitStatistics": true,
"supportsAdvancedQueries": true,
"supportedQueryFormats": "JSON, geoJSON, PBF",
"isDataVersioned": false,
"ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
"useStandardizedQueries": true,
"supportedSpatialRelationships": [
"esriSpatialRelIntersects",
"esriSpatialRelContains",
"esriSpatialRelCrosses",
"esriSpatialRelEnvelopeIntersects",
"esriSpatialRelIndexIntersects",
"esriSpatialRelOverlaps",
"esriSpatialRelTouches",
"esriSpatialRelWithin",
"esriSpatialRelRelation"
],
"advancedQueryCapabilities": {
"useStandardizedQueries": true,
"supportsStatistics": true,
"supportsPercentileStatistics": true,
"supportsHavingClause": true,
"supportsOrderBy": true,
"supportsDistinct": true,
"supportsCountDistinct": true,
"supportsPagination": true,
"supportsLod": false,
"supportsQueryWithLodSR": false,
"supportsTrueCurve": true,
"supportsQueryWithDatumTransformation": true,
"supportsReturningQueryExtent": true,
"supportsQueryWithDistance": true,
"supportsSqlExpression": true,
"supportsTimeRelation": true,
"supportsSqlFormat": false,
"supportsQueryAnalytic": false
},
"supportsDatumTransformation": true,
"dateFieldsTimeReference": null,
"preferredTimeReference": null,
"datesInUnknownTimezone": false,
"hasGeometryProperties": true,
"geometryProperties": {
"shapeAreaFieldName": "Shape_Area",
"shapeLengthFieldName": "Shape_Length",
"units": "esriFeet"
},
"hasMetadata": true,
"isDataArchived": false,
"archivingInfo": {
"supportsQueryWithHistoricMoment": false,
"startArchivingMoment": -1
},
"supportsCoordinatesQuantization": true,
"supportsDynamicLegends": true,
"serviceItemId": "5e64cc0914664b1f9cd8a6942dcce012"
}
],
"tables": []
}