{ "layers": [ { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 0, "name": "Jurisdictions", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "JurisdictionType", "uniqueValueGroups": [ { "heading": "", "classes": [ { "label": "City", "description": "City", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 109, 31, 147 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 109, 31, 255 ], "width": 2.5 } }, "values": [ [ "City" ] ] }, { "label": "Village", "description": "Village", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 144, 16, 127 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 254, 158, 16, 255 ], "width": 2.5 } }, "values": [ [ "Village" ] ] }, { "label": "Township", "description": "Township", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 175, 127 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 235, 175, 255 ], "width": 2.5 } }, "values": [ [ "Township" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 109, 31, 147 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 109, 31, 255 ], "width": 2.5 } }, "value": "City", "label": "City" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 144, 16, 127 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 254, 158, 16, 255 ], "width": 2.5 } }, "value": "Village", "label": "Village" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 175, 127 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 235, 175, 255 ], "width": 2.5 } }, "value": "Township", "label": "Township" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 252, 193, 255 ], "toColor": [ 187, 252, 193, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 249, 182, 252, 255 ], "toColor": [ 249, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 226, 252, 255 ], "toColor": [ 184, 226, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 202, 189, 255 ], "toColor": [ 252, 202, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 238, 179, 255 ], "toColor": [ 252, 238, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 189, 252, 255 ], "toColor": [ 187, 189, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 210, 255 ], "toColor": [ 252, 179, 210, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 252, 240, 255 ], "toColor": [ 207, 252, 240, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 236, 212, 255 ], "toColor": [ 252, 236, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 225, 215, 252, 255 ], "toColor": [ 225, 215, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 228, 252, 182, 255 ], "toColor": [ 228, 252, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 210, 236, 255 ], "toColor": [ 252, 210, 236, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 223, 252, 212, 255 ], "toColor": [ 223, 252, 212, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var jName = DomainName($feature, 'JurisdictionName');\nvar jType = $feature.JurisdictionType;\nvar nl = TextFormatting.NewLine;\nvar mainSize = 10; // Size for the name (e.g. Newark)\nvar subSize = 7; // Size for the category (e.g. City)\nvar r = 0; var g = 0; var b = 0; var a = 0; // Default Black\nvar suffix = \"\";\n\n// 1. Category logic\nif (jType == \"City\") {\n jName = DomainName($feature, 'MunicipalityName');\n r = 255; g = 109; b = 31; a = 100; // Dark Orange (#FF822E)\n mainSize = 14;\n subSize = 9;\n suffix = \"City\";\n} else if (jType == \"Village\") {\n jName = DomainName($feature, 'MunicipalityName');\n r = 254; g = 144; b = 16; a = 100; // Medium Orange (#FFD37F)\n mainSize = 12;\n subSize = 8;\n suffix = \"Village\";\n} else if (jType == \"Township\") {\n jName = DomainName($feature, 'TownshipName');\n r = 255; g = 235; b = 175; a = 100; // Very Light Orange (#FFEBAF)\n mainSize = 10;\n subSize = 7.5;\n suffix = \"Twp.\";\n}\n\n// 2. Build the Tag Strings\nvar clrTag = \"\";\nvar mainFnt = \"\";\nvar subFnt = \"\";\n\n// 3. Assemble the label\nif (IsEmpty(jName)) { return \"\"; }\nreturn clrTag + mainFnt + jName + \"<\/FNT>\" + nl + subFnt + suffix + \"<\/FNT><\/CLR>\";", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 18055.954822, "minScale": 288895.277144, "name": "Jurisdiction Area", "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": [ 0, 0, 0, 255 ], "haloSize": 0.84, "font": { "family": "Roboto Slab", "size": 12, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var jName = DomainName($feature, 'JurisdictionName');\nvar jType = $feature.JurisdictionType;\nvar mainSize = 10; // Size for the name (e.g. Newark)\nvar subSize = 7; // Size for the category (e.g. City)\nvar r = 0; var g = 0; var b = 0; var a = 0; // Default Black\nvar suffix = \"\";\n\n// 1. Category logic\nif (jType == \"City\") {\n jName = DomainName($feature, 'MunicipalityName');\n r = 255; g = 109; b = 31; a = 100; // Orange (#FF822E)\n mainSize = 12;\n subSize = 8;\n suffix = \" City\";\n} else if (jType == \"Village\") {\n jName = DomainName($feature, 'MunicipalityName');\n r = 254; g = 144; b = 16; a = 100; // Light Orange (#FFD37F)\n mainSize = 11;\n subSize = 7;\n suffix = \" Village\";\n} else if (jType == \"Township\") {\n jName = DomainName($feature, 'TownshipName');\n r = 255; g = 235; b = 175; a = 100; // Very Light Orange (#FFEBAF)\n mainSize = 9;\n subSize = 7;\n suffix = \" Twp.\";\n}\n\n// 2. Build the Tag Strings\nvar clrTag = \"\";\nvar mainFnt = \"\";\nvar subFnt = \"\";\n\n// 3. Assemble the label\nif (IsEmpty(jName)) { return \"\"; }\nreturn clrTag + mainFnt + jName + \"<\/FNT>\" + subFnt + suffix + \"<\/FNT><\/CLR>\";", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": true, "allowOverlapOfFeatureInterior": "avoid", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 100, "useCodedValues": true, "maxScale": 0, "minScale": 18055.954822, "name": "Jurisdiction Boundary", "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": [ 0, 0, 0, 255 ], "haloSize": 0.84, "font": { "family": "Roboto Slab", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 1889310.3148605525, "ymin": 696963.4395991415, "xmax": 2057050.6060197204, "ymax": 829443.37214531, "spatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "JurisdictionName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FIPSCounty", "type": "esriFieldTypeString", "alias": "FIPS County", "length": 3, "domain": null }, { "name": "FIPSID", "type": "esriFieldTypeString", "alias": "FIPS ID", "length": 20, "domain": null }, { "name": "GNISID", "type": "esriFieldTypeString", "alias": "GNIS ID", "length": 20, "domain": null }, { "name": "JurisdictionName", "type": "esriFieldTypeString", "alias": "Jurisdiction", "length": 255, "domain": { "type": "codedValue", "name": "Jurisdictions", "description": "Jurisidiction names with type designation", "codedValues": [ { "name": "Alexandria Village", "code": "Alexandria Village" }, { "name": "Buckeye Lake Village", "code": "Buckeye Lake Village" }, { "name": "Granville Village", "code": "Granville Village" }, { "name": "Gratiot Village", "code": "Gratiot Village" }, { "name": "Hanover Village", "code": "Hanover Village" }, { "name": "Hartford Village", "code": "Hartford Village" }, { "name": "Heath City", "code": "Heath City" }, { "name": "Hebron Village", "code": "Hebron Village" }, { "name": "Johnstown City", "code": "Johnstown City" }, { "name": "Kirkersville Village", "code": "Kirkersville Village" }, { "name": "New Albany City", "code": "New Albany City" }, { "name": "Newark City", "code": "Newark City" }, { "name": "Pataskala City", "code": "Pataskala City" }, { "name": "Reynoldsburg City", "code": "Reynoldsburg City" }, { "name": "St. Louisville Village", "code": "St. Louisville Village" }, { "name": "Utica Village", "code": "Utica Village" }, { "name": "Bennington Twp.", "code": "Bennington Twp." }, { "name": "Bowling Green Twp.", "code": "Bowling Green Twp." }, { "name": "Burlington Twp.", "code": "Burlington Twp." }, { "name": "Eden Twp.", "code": "Eden Twp." }, { "name": "Etna Twp.", "code": "Etna Twp." }, { "name": "Fallsbury Twp.", "code": "Fallsbury Twp." }, { "name": "Franklin Twp.", "code": "Franklin Twp." }, { "name": "Granville Twp.", "code": "Granville Twp." }, { "name": "Hanover Twp.", "code": "Hanover Twp." }, { "name": "Harrison Twp.", "code": "Harrison Twp." }, { "name": "Hartford Twp.", "code": "Hartford Twp." }, { "name": "Hopewell Twp.", "code": "Hopewell Twp." }, { "name": "Jersey Twp.", "code": "Jersey Twp." }, { "name": "Liberty Twp.", "code": "Liberty Twp." }, { "name": "Licking Twp.", "code": "Licking Twp." }, { "name": "Madison Twp.", "code": "Madison Twp." }, { "name": "Mary Ann Twp.", "code": "Mary Ann Twp." }, { "name": "McKean Twp.", "code": "McKean Twp." }, { "name": "Monroe Twp.", "code": "Monroe Twp." }, { "name": "Newark Twp.", "code": "Newark Twp." }, { "name": "Newton Twp.", "code": "Newton Twp." }, { "name": "Perry Twp.", "code": "Perry Twp." }, { "name": "St. Albans Twp.", "code": "St. Albans Twp." }, { "name": "Union Twp.", "code": "Union Twp." }, { "name": "Washington Twp.", "code": "Washington Twp." } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "JurisdictionType", "type": "esriFieldTypeString", "alias": "Jurisdiction Type", "length": 20, "domain": null }, { "name": "MunicipalityName", "type": "esriFieldTypeString", "alias": "Municipality", "length": 50, "domain": { "type": "codedValue", "name": "MunicipalityNames", "description": "Municipality names", "codedValues": [ { "name": "Alexandria", "code": "Alexandria" }, { "name": "Buckeye Lake", "code": "Buckeye Lake" }, { "name": "Granville", "code": "Granville" }, { "name": "Gratiot", "code": "Gratiot" }, { "name": "Hanover", "code": "Hanover" }, { "name": "Hartford", "code": "Hartford" }, { "name": "Heath", "code": "Heath" }, { "name": "Hebron", "code": "Hebron" }, { "name": "Johnstown", "code": "Johnstown" }, { "name": "Kirkersville", "code": "Kirkersville" }, { "name": "New Albany", "code": "New Albany" }, { "name": "Newark", "code": "Newark" }, { "name": "Pataskala", "code": "Pataskala" }, { "name": "Reynoldsburg", "code": "Reynoldsburg" }, { "name": "St. Louisville", "code": "St. Louisville" }, { "name": "Utica", "code": "Utica" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MunicipalityCode", "type": "esriFieldTypeString", "alias": "Municipality Code", "length": 3, "domain": null }, { "name": "TownshipName", "type": "esriFieldTypeString", "alias": "Township", "length": 50, "domain": { "type": "codedValue", "name": "TownshipNames", "description": "Township names", "codedValues": [ { "name": "Bennington", "code": "Bennington" }, { "name": "Bowling Green", "code": "Bowling Green" }, { "name": "Burlington", "code": "Burlington" }, { "name": "Eden", "code": "Eden" }, { "name": "Etna", "code": "Etna" }, { "name": "Fallsbury", "code": "Fallsbury" }, { "name": "Franklin", "code": "Franklin" }, { "name": "Granville", "code": "Granville" }, { "name": "Hanover", "code": "Hanover" }, { "name": "Harrison", "code": "Harrison" }, { "name": "Hartford", "code": "Hartford" }, { "name": "Hopewell", "code": "Hopewell" }, { "name": "Jersey", "code": "Jersey" }, { "name": "Liberty", "code": "Liberty" }, { "name": "Licking", "code": "Licking" }, { "name": "Madison", "code": "Madison" }, { "name": "Mary Ann", "code": "Mary Ann" }, { "name": "McKean", "code": "McKean" }, { "name": "Monroe", "code": "Monroe" }, { "name": "Newark", "code": "Newark" }, { "name": "Newton", "code": "Newton" }, { "name": "Perry", "code": "Perry" }, { "name": "St. Albans", "code": "St. Albans" }, { "name": "Union", "code": "Union" }, { "name": "Washington", "code": "Washington" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "TownshipCode", "type": "esriFieldTypeString", "alias": "Township Code", "length": 3, "domain": null }, { "name": "YearSettled", "type": "esriFieldTypeInteger", "alias": "Year Settled", "domain": null }, { "name": "YearOrganized", "type": "esriFieldTypeInteger", "alias": "Year Organized", "domain": null }, { "name": "YearPlatted", "type": "esriFieldTypeInteger", "alias": "Year Platted", "domain": null }, { "name": "YearIncorporated", "type": "esriFieldTypeInteger", "alias": "Year Incorporated", "domain": null }, { "name": "PlatBookPage", "type": "esriFieldTypeString", "alias": "Plat Book/Page", "length": 255, "domain": null }, { "name": "PlatLink", "type": "esriFieldTypeString", "alias": "Plat Link", "length": 255, "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 500, "domain": null }, { "name": "Color", "type": "esriFieldTypeString", "alias": "Color", "length": 20, "domain": null }, { "name": "GISAcres", "type": "esriFieldTypeDouble", "alias": "GIS Acres", "domain": null }, { "name": "GISSquareMiles", "type": "esriFieldTypeDouble", "alias": "GIS Square Miles", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Edited By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Edited Date", "length": 8, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "UUID_277", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S257_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "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": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1758982270000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "1070944984694fc0a799295912a83529" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 1, "name": "Tax Districts", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 169, 0, 230, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 169, 0, 230, 255 ], "width": 1.5 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "$feature.TaxDistrictID", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 18055.954822, "minScale": 288895.277144, "name": "Tax District Area", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 169, 0, 230, 255 ], "haloSize": 1.5, "font": { "family": "Roboto Slab", "size": 14, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "$feature.TaxDistrictID", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": false, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "allowOverlapOfFeatureInterior": "avoid", "allowOverlapOfFeatureBoundary": "avoid", "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 9027.977411, "name": "Tax District Boundary", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 169, 0, 230, 255 ], "haloSize": 1.25, "font": { "family": "Roboto Slab", "size": 9, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var tdName = $feature.TaxDistrictName;\nvar nl = TextFormatting.NewLine;\nvar parts = Split(tdName, \" - \");\nvar tdID = \"\" + $feature.TaxDistrictID + \"<\/FNT>\";\n\nvar stackedLabel = Concatenate(parts, nl);\n\nreturn tdID + nl + stackedLabel;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "none", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 18055.954822, "name": "Tax District Area (Full)", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 169, 0, 230, 255 ], "haloSize": 1.25, "font": { "family": "Roboto Slab", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 1889310.3148605525, "ymin": 696963.4395991415, "xmax": 2057050.6060197204, "ymax": 829443.37214531, "spatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "TaxDistrictName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "TaxDistrictID", "type": "esriFieldTypeString", "alias": "Tax District ID", "length": 3, "domain": null }, { "name": "StateTaxDistrictID", "type": "esriFieldTypeString", "alias": "State Tax District ID", "length": 10, "domain": null }, { "name": "TaxDistrictName", "type": "esriFieldTypeString", "alias": "Tax District", "length": 255, "domain": null }, { "name": "CountyName", "type": "esriFieldTypeString", "alias": "County", "length": 50, "domain": null }, { "name": "JurisdictionName", "type": "esriFieldTypeString", "alias": "Jurisdiction", "length": 255, "domain": null }, { "name": "MunicipalityName", "type": "esriFieldTypeString", "alias": "Municipality", "length": 100, "domain": null }, { "name": "TownshipName", "type": "esriFieldTypeString", "alias": "Township", "length": 100, "domain": null }, { "name": "SchoolName", "type": "esriFieldTypeString", "alias": "School District", "length": 100, "domain": null }, { "name": "FireName", "type": "esriFieldTypeString", "alias": "Fire District", "length": 100, "domain": null }, { "name": "ParkName", "type": "esriFieldTypeString", "alias": "Park District", "length": 100, "domain": null }, { "name": "LibraryName", "type": "esriFieldTypeString", "alias": "Library District", "length": 100, "domain": null }, { "name": "VocationalName", "type": "esriFieldTypeString", "alias": "Vocational School", "length": 100, "domain": null }, { "name": "TaxYear", "type": "esriFieldTypeInteger", "alias": "Tax Year", "domain": null }, { "name": "EffectiveRate", "type": "esriFieldTypeDouble", "alias": "Effective Rate", "domain": null }, { "name": "Color", "type": "esriFieldTypeString", "alias": "Color", "length": 20, "domain": null }, { "name": "GISAcres", "type": "esriFieldTypeDouble", "alias": "GIS Acres", "domain": null }, { "name": "GISSquareMiles", "type": "esriFieldTypeDouble", "alias": "GIS Square Miles", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Edited By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Edited Date", "length": 8, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "UUID_305", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S285_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "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": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1760349272000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "1070944984694fc0a799295912a83529" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 2, "name": "BOE Precincts", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 255, 197, 40 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 197, 255 ], "width": 1.5 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var pID = $feature.PrecinctID;\nvar pName = $feature.PrecinctName;\nvar nl = TextFormatting.NewLine\nvar subSize = 8;\n//Optional: Change font family\n//var subFont = \"Arial\"; \n// Assemble the tags using the variables\n//var openTag = \"\";\nvar openTag = \"\";\nvar closeTag = \"<\/FNT>\";\n\nreturn pID + nl + openTag + pName + closeTag;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 36111.909643, "minScale": 288895.277144, "name": "BOE Precinct Area", "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": [ 0, 255, 197, 255 ], "haloSize": 1, "font": { "family": "Roboto Slab", "size": 11, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var pID = $feature.PrecinctID;\nvar pName = $feature.PrecinctName;\nvar subSize = 8;\n//Optional: Change font family\n//var subFont = \"Arial\"; \n// Assemble the tags using the variables\n//var openTag = \"\";\nvar openTag = \"\";\nvar closeTag = \"<\/FNT>\";\n//Unicode 0160, entered by pressing \"Alt\", then 0160, then releasing \"Alt\"\nvar s = \" \";\n\nreturn pName + openTag + s + \"(\" + pID + \")\" + closeTag;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 36111.909643, "name": "BOE Precinct Boundary", "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": [ 0, 255, 197, 255 ], "haloSize": 1, "font": { "family": "Roboto Slab", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 1889310.3148605525, "ymin": 696963.4395991415, "xmax": 2057050.6060197204, "ymax": 829443.37214531, "spatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "PrecinctName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "PrecinctID", "type": "esriFieldTypeString", "alias": "Precinct ID", "length": 20, "domain": null }, { "name": "PrecinctName", "type": "esriFieldTypeString", "alias": "Precinct", "length": 255, "domain": null }, { "name": "County", "type": "esriFieldTypeString", "alias": "County", "length": 50, "domain": null }, { "name": "Jurisdiction", "type": "esriFieldTypeString", "alias": "Jurisdiction", "length": 255, "domain": { "type": "codedValue", "name": "Jurisdictions", "description": "Jurisidiction names with type designation", "codedValues": [ { "name": "Alexandria Village", "code": "Alexandria Village" }, { "name": "Buckeye Lake Village", "code": "Buckeye Lake Village" }, { "name": "Granville Village", "code": "Granville Village" }, { "name": "Gratiot Village", "code": "Gratiot Village" }, { "name": "Hanover Village", "code": "Hanover Village" }, { "name": "Hartford Village", "code": "Hartford Village" }, { "name": "Heath City", "code": "Heath City" }, { "name": "Hebron Village", "code": "Hebron Village" }, { "name": "Johnstown City", "code": "Johnstown City" }, { "name": "Kirkersville Village", "code": "Kirkersville Village" }, { "name": "New Albany City", "code": "New Albany City" }, { "name": "Newark City", "code": "Newark City" }, { "name": "Pataskala City", "code": "Pataskala City" }, { "name": "Reynoldsburg City", "code": "Reynoldsburg City" }, { "name": "St. Louisville Village", "code": "St. Louisville Village" }, { "name": "Utica Village", "code": "Utica Village" }, { "name": "Bennington Twp.", "code": "Bennington Twp." }, { "name": "Bowling Green Twp.", "code": "Bowling Green Twp." }, { "name": "Burlington Twp.", "code": "Burlington Twp." }, { "name": "Eden Twp.", "code": "Eden Twp." }, { "name": "Etna Twp.", "code": "Etna Twp." }, { "name": "Fallsbury Twp.", "code": "Fallsbury Twp." }, { "name": "Franklin Twp.", "code": "Franklin Twp." }, { "name": "Granville Twp.", "code": "Granville Twp." }, { "name": "Hanover Twp.", "code": "Hanover Twp." }, { "name": "Harrison Twp.", "code": "Harrison Twp." }, { "name": "Hartford Twp.", "code": "Hartford Twp." }, { "name": "Hopewell Twp.", "code": "Hopewell Twp." }, { "name": "Jersey Twp.", "code": "Jersey Twp." }, { "name": "Liberty Twp.", "code": "Liberty Twp." }, { "name": "Licking Twp.", "code": "Licking Twp." }, { "name": "Madison Twp.", "code": "Madison Twp." }, { "name": "Mary Ann Twp.", "code": "Mary Ann Twp." }, { "name": "McKean Twp.", "code": "McKean Twp." }, { "name": "Monroe Twp.", "code": "Monroe Twp." }, { "name": "Newark Twp.", "code": "Newark Twp." }, { "name": "Newton Twp.", "code": "Newton Twp." }, { "name": "Perry Twp.", "code": "Perry Twp." }, { "name": "St. Albans Twp.", "code": "St. Albans Twp." }, { "name": "Union Twp.", "code": "Union Twp." }, { "name": "Washington Twp.", "code": "Washington Twp." } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Municipality", "type": "esriFieldTypeString", "alias": "Municipality", "length": 50, "domain": { "type": "codedValue", "name": "MunicipalityNames", "description": "Municipality names", "codedValues": [ { "name": "Alexandria", "code": "Alexandria" }, { "name": "Buckeye Lake", "code": "Buckeye Lake" }, { "name": "Granville", "code": "Granville" }, { "name": "Gratiot", "code": "Gratiot" }, { "name": "Hanover", "code": "Hanover" }, { "name": "Hartford", "code": "Hartford" }, { "name": "Heath", "code": "Heath" }, { "name": "Hebron", "code": "Hebron" }, { "name": "Johnstown", "code": "Johnstown" }, { "name": "Kirkersville", "code": "Kirkersville" }, { "name": "New Albany", "code": "New Albany" }, { "name": "Newark", "code": "Newark" }, { "name": "Pataskala", "code": "Pataskala" }, { "name": "Reynoldsburg", "code": "Reynoldsburg" }, { "name": "St. Louisville", "code": "St. Louisville" }, { "name": "Utica", "code": "Utica" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Township", "type": "esriFieldTypeString", "alias": "Township", "length": 50, "domain": { "type": "codedValue", "name": "TownshipNames", "description": "Township names", "codedValues": [ { "name": "Bennington", "code": "Bennington" }, { "name": "Bowling Green", "code": "Bowling Green" }, { "name": "Burlington", "code": "Burlington" }, { "name": "Eden", "code": "Eden" }, { "name": "Etna", "code": "Etna" }, { "name": "Fallsbury", "code": "Fallsbury" }, { "name": "Franklin", "code": "Franklin" }, { "name": "Granville", "code": "Granville" }, { "name": "Hanover", "code": "Hanover" }, { "name": "Harrison", "code": "Harrison" }, { "name": "Hartford", "code": "Hartford" }, { "name": "Hopewell", "code": "Hopewell" }, { "name": "Jersey", "code": "Jersey" }, { "name": "Liberty", "code": "Liberty" }, { "name": "Licking", "code": "Licking" }, { "name": "Madison", "code": "Madison" }, { "name": "Mary Ann", "code": "Mary Ann" }, { "name": "McKean", "code": "McKean" }, { "name": "Monroe", "code": "Monroe" }, { "name": "Newark", "code": "Newark" }, { "name": "Newton", "code": "Newton" }, { "name": "Perry", "code": "Perry" }, { "name": "St. Albans", "code": "St. Albans" }, { "name": "Union", "code": "Union" }, { "name": "Washington", "code": "Washington" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Ward", "type": "esriFieldTypeString", "alias": "Ward", "length": 50, "domain": null }, { "name": "PollID", "type": "esriFieldTypeString", "alias": "Poll ID", "length": 20, "domain": null }, { "name": "PollName", "type": "esriFieldTypeString", "alias": "Poll Name", "length": 255, "domain": null }, { "name": "PollAddress", "type": "esriFieldTypeString", "alias": "Poll Address", "length": 255, "domain": null }, { "name": "PollCityStateZip", "type": "esriFieldTypeString", "alias": "Poll City State Zip", "length": 50, "domain": null }, { "name": "RevisionDate", "type": "esriFieldTypeDate", "alias": "Revision Date", "length": 8, "domain": null }, { "name": "Color", "type": "esriFieldTypeString", "alias": "Color", "length": 20, "domain": null }, { "name": "GISAcres", "type": "esriFieldTypeDouble", "alias": "GIS Acres", "domain": null }, { "name": "GISSquareMiles", "type": "esriFieldTypeDouble", "alias": "GIS Square Miles", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Edited By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Edited Date", "length": 8, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "UUID_287", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S267_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "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": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1759002019000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "1070944984694fc0a799295912a83529" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 3, "name": "School Districts", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 92, 230, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 92, 230, 255 ], "width": 1.5 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var sdName = $feature.SchoolName;\nvar nl = TextFormatting.NewLine;\nvar subSize = 8;\n//Optional: Change font family\n//var subFont = \"Arial\"; \n// Assemble the tags using the variables\n//var openTag = \"\";\nvar openTag = \"\";\nvar closeTag = \"<\/FNT>\";\n\n// Replace the space and suffix with a NewLine followed by the suffix\nsdName = Replace(sdName, \" LSD\", nl + openTag + \"LSD\" + closeTag);\nsdName = Replace(sdName, \" CSD\", nl + openTag + \"CSD\" + closeTag);\nsdName = Replace(sdName, \" EVSD\", nl + openTag + \"EVSD\" + closeTag);\n\nreturn sdName;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "stackSeparators": [ { "separator": " ", "forced": true, "breakPosition": "before" }, { "separator": ",", "visible": true, "breakPosition": "before" }, { "separator": "-", "visible": true, "forced": true } ], "useCodedValues": true, "maxScale": 36111.909643, "minScale": 288895.277144, "name": "School District Area", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 0, 92, 230, 255 ], "haloSize": 1.25, "font": { "family": "Roboto Slab", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var sdName = $feature.SchoolName;\nvar subSize = 7 ;\n//Optional: Change font family\n//var subFont = \"Arial\"; \n// Assemble the tags using the variables\n//var openTag = \"\";\nvar openTag = \"\";\nvar closeTag = \"<\/FNT>\";\n//Unicode 0160, entered by pressing \"Alt\", then 0160, then releasing \"Alt\"\nvar s = \" \";\n\n// Replace the space and suffix with a smaller font size of the suffix, including Unicode 0160\nsdName = Replace(sdName, \" LSD\", openTag + s + \" LSD\" + closeTag);\nsdName = Replace(sdName, \" CSD\", openTag + s + \" CSD\" + closeTag);\nsdName = Replace(sdName, \" EVSD\", openTag + s + \" EVSD\" + closeTag);\n\nreturn sdName;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": false, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 36111.909643, "name": "School District Boundary", "priority": 10, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 0, 92, 230, 255 ], "haloSize": 1, "font": { "family": "Roboto Slab", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 1889310.3148605525, "ymin": 696963.4395991415, "xmax": 2057050.6060197204, "ymax": 829443.37214531, "spatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "SchoolName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "SchoolID", "type": "esriFieldTypeString", "alias": "School District ID", "length": 20, "domain": null }, { "name": "SchoolName", "type": "esriFieldTypeString", "alias": "School District", "length": 255, "domain": null }, { "name": "SchoolNameShort", "type": "esriFieldTypeString", "alias": "School District (Short)", "length": 50, "domain": null }, { "name": "SchoolType", "type": "esriFieldTypeString", "alias": "School District Type", "length": 50, "domain": null }, { "name": "SchoolCode", "type": "esriFieldTypeString", "alias": "School District Code", "length": 10, "domain": null }, { "name": "Mascot", "type": "esriFieldTypeString", "alias": "Mascot", "length": 50, "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 500, "domain": null }, { "name": "Color", "type": "esriFieldTypeString", "alias": "Color", "length": 20, "domain": null }, { "name": "GISAcres", "type": "esriFieldTypeDouble", "alias": "GIS Acres", "domain": null }, { "name": "GISSquareMiles", "type": "esriFieldTypeDouble", "alias": "GIS Square Miles", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Edited By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Edited Date", "length": 8, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "UUID_279", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S259_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "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": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1758982273000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "1070944984694fc0a799295912a83529" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 4, "name": "Fire Districts", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 0, 0, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 0, 0, 255 ], "width": 1.5 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var fdName = $feature.FireName;\n// We use Upper() to ensure it finds \"Fire\", \"fire\", or \"FIRE\"\nvar upperName = Upper(fdName);\nvar nl = TextFormatting.NewLine;\n//Change this one number to resize the bottom line\nvar subSize = 8;\n//Optional: Change font family\n//var subFont = \"Arial\"; \n// Assemble the tags using the variables\n//var openTag = \"\";\nvar openTag = \"\";\nvar closeTag = \"<\/FNT>\";\n\n// 1. Determine which word to split on\n// If it's a JFD, we split at ' Joint', otherwise we split at ' Fire'\nvar splitWord = \" FIRE\"; \nif (Find(\" JOINT\", upperName) > -1) {\n splitWord = \" JOINT\";\n}\n\n// 2. Find the position of \" Fire\" (with a leading space)\nvar p = Find(splitWord, upperName);\n\nif (p > -1) {\n // Everything before the space\n var part1 = Left(fdName, p);\n \n // Everything from the word \"Fire\" to the end\n // We start at p + 1 to move past the space we found\n var part2 = Mid(fdName, p + 1, Count(fdName));\n \n // Return with the line break and the smaller font\n return part1 + nl + openTag + part2 + closeTag;\n} else {\n // If \"Fire\" isn't found, just return the name as-is\n return fdName;\n}", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 36111.909643, "minScale": 288895.277144, "name": "Fire District Area", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 230, 0, 0, 255 ], "haloSize": 1.25, "font": { "family": "Roboto Slab", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var fdName = $feature.FireNameShort;\nvar subSize = 7 ;\n//Optional: Change font family\n//var subFont = \"Arial\"; \n// Assemble the tags using the variables\n//var openTag = \"\";\nvar openTag = \"\";\nvar closeTag = \"<\/FNT>\";\n//Unicode 0160, entered by pressing \"Alt\", then 0160, then releasing \"Alt\"\nvar s = \" \";\n\n// Replace the space and suffix with a smaller font size of the suffix, including Unicode 0160\nfdName = Replace(fdName, \" FD\", openTag + s + \" FD\" + closeTag);\nfdName = Replace(fdName, \" FC\", openTag + s + \" FC\" + closeTag);\nfdName = Replace(fdName, \" JFD\", openTag + s + \" JFD\" + closeTag);\n\nreturn fdName;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": false, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 36111.909643, "name": "Fire District Boundary", "priority": 10, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 230, 0, 0, 255 ], "haloSize": 1, "font": { "family": "Roboto Slab", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 1889310.3148605525, "ymin": 696963.4395991415, "xmax": 2057050.6060197204, "ymax": 829443.37214531, "spatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FireName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FireID", "type": "esriFieldTypeString", "alias": "Fire District ID", "length": 50, "domain": null }, { "name": "FireName", "type": "esriFieldTypeString", "alias": "Fire District", "length": 255, "domain": null }, { "name": "FireNameShort", "type": "esriFieldTypeString", "alias": "Fire District (Short)", "length": 50, "domain": null }, { "name": "FireType", "type": "esriFieldTypeString", "alias": "Fire District Type", "length": 50, "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 500, "domain": null }, { "name": "Color", "type": "esriFieldTypeString", "alias": "Color", "length": 20, "domain": null }, { "name": "GISAcres", "type": "esriFieldTypeDouble", "alias": "GIS Acres", "domain": null }, { "name": "GISSquareMiles", "type": "esriFieldTypeDouble", "alias": "GIS Square Miles", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Edited By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Edited Date", "length": 8, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "UUID_276", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S256_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "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": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1758982268000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "1070944984694fc0a799295912a83529" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 5, "name": "Political Townships", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 130, 130, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 168, 56, 0, 255 ], "width": 3 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var tName = $feature.TownshipName;\nvar nl = TextFormatting.NewLine;\nvar twp = \"twp.<\/FNT>\";\n\n\nreturn tname + nl + twp;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "static", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 18055.954822, "minScale": 288895.277144, "name": "Historical Township Area", "priority": -1, "symbol": { "type": "esriTS", "color": [ 168, 56, 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.25, "font": { "family": "Adobe Caslon Pro Bold", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var tName = $feature.TownshipName;\nvar twp = \" twp.<\/FNT>\";\n\n\nreturn tname + twp;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 18055.954822, "name": "Historical Township Boundary", "priority": -1, "symbol": { "type": "esriTS", "color": [ 168, 56, 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.25, "font": { "family": "Adobe Caslon Pro Bold", "size": 9, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 1889310.3148605525, "ymin": 696963.4395991415, "xmax": 2057050.6060197204, "ymax": 829443.37214531, "spatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "TownshipName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FIPSCounty", "type": "esriFieldTypeString", "alias": "FIPS County", "length": 3, "domain": null }, { "name": "FIPSID", "type": "esriFieldTypeString", "alias": "FIPS ID", "length": 20, "domain": null }, { "name": "GNISID", "type": "esriFieldTypeString", "alias": "GNIS ID", "length": 20, "domain": null }, { "name": "TownshipName", "type": "esriFieldTypeString", "alias": "Township", "length": 50, "domain": null }, { "name": "TownshipNameFull", "type": "esriFieldTypeString", "alias": "Township (Full)", "length": 50, "domain": null }, { "name": "TownshipType", "type": "esriFieldTypeString", "alias": "Township Type", "length": 100, "domain": null }, { "name": "TownshipCode", "type": "esriFieldTypeString", "alias": "Township Code", "length": 3, "domain": null }, { "name": "TownshipRange", "type": "esriFieldTypeString", "alias": "Township Range", "length": 100, "domain": null }, { "name": "YearSettled", "type": "esriFieldTypeInteger", "alias": "Year Settled", "domain": null }, { "name": "YearOrganized", "type": "esriFieldTypeInteger", "alias": "Year Organized", "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 500, "domain": null }, { "name": "Color", "type": "esriFieldTypeString", "alias": "Color", "length": 20, "domain": null }, { "name": "GISAcres", "type": "esriFieldTypeDouble", "alias": "GIS Acres", "domain": null }, { "name": "GISSquareMiles", "type": "esriFieldTypeDouble", "alias": "GIS Square Miles", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Edited By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Edited Date", "length": 8, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "UUID_283", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S263_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "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": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1758982279000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "1070944984694fc0a799295912a83529" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 6, "name": "Historical Townships", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "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": "esriSLSDash", "color": [ 0, 0, 0, 255 ], "width": 2 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var tName = $feature.TownshipName;\nvar nl = TextFormatting.NewLine;\nvar twp = \"twp.<\/FNT>\";\n\n\nreturn tname + nl + twp;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "static", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": false, "removeDuplicates": "none", "useCodedValues": true, "maxScale": 18055.954822, "minScale": 288895.277144, "name": "Historical Township Area", "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.25, "font": { "family": "Adobe Caslon Pro Bold", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var tName = $feature.TownshipName;\nvar twp = \" twp.<\/FNT>\";\n\n\nreturn tname + twp;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 18055.954822, "name": "Historical Township Boundary", "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.25, "font": { "family": "Adobe Caslon Pro Bold", "size": 9, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 1889310.3148605525, "ymin": 696963.4395991415, "xmax": 2057050.6060197204, "ymax": 829443.37214531, "spatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "TownshipName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FIPSCounty", "type": "esriFieldTypeString", "alias": "FIPS County", "length": 3, "domain": null }, { "name": "FIPSID", "type": "esriFieldTypeString", "alias": "FIPS ID", "length": 20, "domain": null }, { "name": "GNISID", "type": "esriFieldTypeString", "alias": "GNIS ID", "length": 20, "domain": null }, { "name": "TownshipName", "type": "esriFieldTypeString", "alias": "Township", "length": 50, "domain": null }, { "name": "TownshipNameFull", "type": "esriFieldTypeString", "alias": "Township (Full)", "length": 50, "domain": null }, { "name": "TownshipCode", "type": "esriFieldTypeString", "alias": "Township Code", "length": 3, "domain": null }, { "name": "TownshipRange", "type": "esriFieldTypeString", "alias": "Township Range", "length": 100, "domain": null }, { "name": "YearSettled", "type": "esriFieldTypeInteger", "alias": "Year Settled", "domain": null }, { "name": "YearOrganized", "type": "esriFieldTypeInteger", "alias": "Year Organized", "domain": null }, { "name": "YearEnded", "type": "esriFieldTypeInteger", "alias": "Year Ended", "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 500, "domain": null }, { "name": "Color", "type": "esriFieldTypeString", "alias": "Color", "length": 20, "domain": null }, { "name": "GISAcres", "type": "esriFieldTypeDouble", "alias": "GIS Acres", "domain": null }, { "name": "GISSquareMiles", "type": "esriFieldTypeDouble", "alias": "GIS Square Miles", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Edited By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Edited Date", "length": 8, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "UUID_282", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S262_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "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": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1758982278000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "1070944984694fc0a799295912a83529" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 7, "name": "TIFs", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "TIFID", "uniqueValueGroups": [ { "heading": "", "classes": [ { "label": "Active TIF Districts", "description": "Active TIF Districts", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "values": [ [ "TIF17003" ], [ "C020010" ], [ "C054001" ], [ "C054002" ], [ "C054003" ], [ "C054004" ], [ "C054005" ], [ "C064002" ], [ "C064003" ], [ "C093001" ], [ "C093004" ], [ "C094001" ], [ "C095003" ], [ "C910000000" ], [ "C920000000" ], [ "C930000000" ], [ "C960000000" ], [ "C970000000" ], [ "C990000000" ], [ "C991000000" ], [ "C992000000" ] ] }, { "label": "TIF Legislation Passed, TIF Not Activated", "description": "TIF Legislation Passed, TIF Not Activated", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 190, 190, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 63 ], "width": 2 } }, "values": [ [ "NOT ACTIVE" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "TIF17003", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C020010", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C054001", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C054002", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C054003", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C054004", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C054005", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C064002", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C064003", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C093001", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C093004", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C094001", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C095003", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C910000000", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C920000000", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C930000000", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C960000000", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C970000000", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C990000000", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C991000000", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 197, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 2 } }, "value": "C992000000", "label": "Active TIF Districts" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 190, 190, 63 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 63 ], "width": 2 } }, "value": "NOT ACTIVE", "label": "TIF Legislation Passed, TIF Not Activated" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 252, 193, 255 ], "toColor": [ 187, 252, 193, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 249, 182, 252, 255 ], "toColor": [ 249, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 226, 252, 255 ], "toColor": [ 184, 226, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 202, 189, 255 ], "toColor": [ 252, 202, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 238, 179, 255 ], "toColor": [ 252, 238, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 189, 252, 255 ], "toColor": [ 187, 189, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 210, 255 ], "toColor": [ 252, 179, 210, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 252, 240, 255 ], "toColor": [ 207, 252, 240, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 236, 212, 255 ], "toColor": [ 252, 236, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 225, 215, 252, 255 ], "toColor": [ 225, 215, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 228, 252, 182, 255 ], "toColor": [ 228, 252, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 210, 236, 255 ], "toColor": [ 252, 210, 236, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 223, 252, 212, 255 ], "toColor": [ 223, 252, 212, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var tifName = $feature.TIFName;\nvar tifOrd = $feature.Ordinance;\nvar tifDTE = $feature.DTE;\nvar nl = TextFormatting.NewLine;\n\nreturn tifName + nl + tifOrd + nl + tifDTE;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "static", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": false, "removeDuplicates": "none", "where": "TIFID <> 'NOT ACTIVE'", "useCodedValues": true, "maxScale": 0, "minScale": 18055.954822, "name": "Active TIF", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 115, 223, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 0, 0, 0, 255 ], "haloSize": 1, "font": { "family": "Roboto Slab", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var tifName = $feature.TIFName;\nvar tifOrd = $feature.Ordinance;\nvar tifDTE = $feature.DTE;\nvar nl = TextFormatting.NewLine;\n\nreturn tifName + nl + tifOrd + nl + tifDTE;", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "TIFID = 'NOT ACTIVE'", "useCodedValues": true, "maxScale": 0, "minScale": 18055.954822, "name": "TIF Not Activated", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 225, 225, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 64, 64, 64, 255 ], "haloSize": 1, "font": { "family": "Roboto Slab", "size": 8, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 1891594.1111459732, "ymin": 712896.2446757257, "xmax": 2012253.3859030604, "ymax": 814800.6340423971, "spatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "TIFName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "TIFID", "type": "esriFieldTypeString", "alias": "TIF ID", "length": 20, "domain": null }, { "name": "TIFName", "type": "esriFieldTypeString", "alias": "TIF Name", "length": 255, "domain": null }, { "name": "TIFCode", "type": "esriFieldTypeString", "alias": "TIF Code", "length": 100, "domain": null }, { "name": "LocalDistrict", "type": "esriFieldTypeString", "alias": "Local District", "length": 255, "domain": null }, { "name": "LocalSubDistrict", "type": "esriFieldTypeString", "alias": "Local Subdistrict", "length": 255, "domain": null }, { "name": "TaxID", "type": "esriFieldTypeString", "alias": "Tax District ID", "length": 3, "domain": null }, { "name": "Jurisdiction", "type": "esriFieldTypeString", "alias": "Jurisdiction", "length": 255, "domain": { "type": "codedValue", "name": "Jurisdictions", "description": "Jurisidiction names with type designation", "codedValues": [ { "name": "Alexandria Village", "code": "Alexandria Village" }, { "name": "Buckeye Lake Village", "code": "Buckeye Lake Village" }, { "name": "Granville Village", "code": "Granville Village" }, { "name": "Gratiot Village", "code": "Gratiot Village" }, { "name": "Hanover Village", "code": "Hanover Village" }, { "name": "Hartford Village", "code": "Hartford Village" }, { "name": "Heath City", "code": "Heath City" }, { "name": "Hebron Village", "code": "Hebron Village" }, { "name": "Johnstown City", "code": "Johnstown City" }, { "name": "Kirkersville Village", "code": "Kirkersville Village" }, { "name": "New Albany City", "code": "New Albany City" }, { "name": "Newark City", "code": "Newark City" }, { "name": "Pataskala City", "code": "Pataskala City" }, { "name": "Reynoldsburg City", "code": "Reynoldsburg City" }, { "name": "St. Louisville Village", "code": "St. Louisville Village" }, { "name": "Utica Village", "code": "Utica Village" }, { "name": "Bennington Twp.", "code": "Bennington Twp." }, { "name": "Bowling Green Twp.", "code": "Bowling Green Twp." }, { "name": "Burlington Twp.", "code": "Burlington Twp." }, { "name": "Eden Twp.", "code": "Eden Twp." }, { "name": "Etna Twp.", "code": "Etna Twp." }, { "name": "Fallsbury Twp.", "code": "Fallsbury Twp." }, { "name": "Franklin Twp.", "code": "Franklin Twp." }, { "name": "Granville Twp.", "code": "Granville Twp." }, { "name": "Hanover Twp.", "code": "Hanover Twp." }, { "name": "Harrison Twp.", "code": "Harrison Twp." }, { "name": "Hartford Twp.", "code": "Hartford Twp." }, { "name": "Hopewell Twp.", "code": "Hopewell Twp." }, { "name": "Jersey Twp.", "code": "Jersey Twp." }, { "name": "Liberty Twp.", "code": "Liberty Twp." }, { "name": "Licking Twp.", "code": "Licking Twp." }, { "name": "Madison Twp.", "code": "Madison Twp." }, { "name": "Mary Ann Twp.", "code": "Mary Ann Twp." }, { "name": "McKean Twp.", "code": "McKean Twp." }, { "name": "Monroe Twp.", "code": "Monroe Twp." }, { "name": "Newark Twp.", "code": "Newark Twp." }, { "name": "Newton Twp.", "code": "Newton Twp." }, { "name": "Perry Twp.", "code": "Perry Twp." }, { "name": "St. Albans Twp.", "code": "St. Albans Twp." }, { "name": "Union Twp.", "code": "Union Twp." }, { "name": "Washington Twp.", "code": "Washington Twp." } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Municipality", "type": "esriFieldTypeString", "alias": "Municipality", "length": 50, "domain": { "type": "codedValue", "name": "MunicipalityNames", "description": "Municipality names", "codedValues": [ { "name": "Alexandria", "code": "Alexandria" }, { "name": "Buckeye Lake", "code": "Buckeye Lake" }, { "name": "Granville", "code": "Granville" }, { "name": "Gratiot", "code": "Gratiot" }, { "name": "Hanover", "code": "Hanover" }, { "name": "Hartford", "code": "Hartford" }, { "name": "Heath", "code": "Heath" }, { "name": "Hebron", "code": "Hebron" }, { "name": "Johnstown", "code": "Johnstown" }, { "name": "Kirkersville", "code": "Kirkersville" }, { "name": "New Albany", "code": "New Albany" }, { "name": "Newark", "code": "Newark" }, { "name": "Pataskala", "code": "Pataskala" }, { "name": "Reynoldsburg", "code": "Reynoldsburg" }, { "name": "St. Louisville", "code": "St. Louisville" }, { "name": "Utica", "code": "Utica" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Township", "type": "esriFieldTypeString", "alias": "Township", "length": 50, "domain": { "type": "codedValue", "name": "TownshipNames", "description": "Township names", "codedValues": [ { "name": "Bennington", "code": "Bennington" }, { "name": "Bowling Green", "code": "Bowling Green" }, { "name": "Burlington", "code": "Burlington" }, { "name": "Eden", "code": "Eden" }, { "name": "Etna", "code": "Etna" }, { "name": "Fallsbury", "code": "Fallsbury" }, { "name": "Franklin", "code": "Franklin" }, { "name": "Granville", "code": "Granville" }, { "name": "Hanover", "code": "Hanover" }, { "name": "Harrison", "code": "Harrison" }, { "name": "Hartford", "code": "Hartford" }, { "name": "Hopewell", "code": "Hopewell" }, { "name": "Jersey", "code": "Jersey" }, { "name": "Liberty", "code": "Liberty" }, { "name": "Licking", "code": "Licking" }, { "name": "Madison", "code": "Madison" }, { "name": "Mary Ann", "code": "Mary Ann" }, { "name": "McKean", "code": "McKean" }, { "name": "Monroe", "code": "Monroe" }, { "name": "Newark", "code": "Newark" }, { "name": "Newton", "code": "Newton" }, { "name": "Perry", "code": "Perry" }, { "name": "St. Albans", "code": "St. Albans" }, { "name": "Union", "code": "Union" }, { "name": "Washington", "code": "Washington" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "Ordinance", "type": "esriFieldTypeString", "alias": "Ordinance", "length": 20, "domain": null }, { "name": "AdoptionDate", "type": "esriFieldTypeDate", "alias": "Adoption Date", "length": 8, "domain": null }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 20, "domain": null }, { "name": "YearStart", "type": "esriFieldTypeInteger", "alias": "Start Year", "domain": null }, { "name": "YearEnd", "type": "esriFieldTypeInteger", "alias": "End Year", "domain": null }, { "name": "PercentExempt", "type": "esriFieldTypeInteger", "alias": "Percent Exempt", "domain": null }, { "name": "DTE", "type": "esriFieldTypeString", "alias": "DTE Number", "length": 20, "domain": null }, { "name": "GISAcres", "type": "esriFieldTypeDouble", "alias": "GIS Acres", "domain": null }, { "name": "GISSquareMiles", "type": "esriFieldTypeDouble", "alias": "GIS Square Miles", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Edited By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Edited Date", "length": 8, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "UUID_281", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S261_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "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": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1758982276000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "1070944984694fc0a799295912a83529" }, { "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 8, "name": "County Boundary", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 130, 130, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 3 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1889310.3148605525, "ymin": 696963.4395991415, "xmax": 2057050.6060197204, "ymax": 829443.37214531, "spatialReference": { "wkid": 102723, "latestWkid": 3735, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119670700, "falseY": -95612900, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "CountyName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FIPSState", "type": "esriFieldTypeString", "alias": "FIPS State", "length": 3, "domain": null }, { "name": "FIPSCounty", "type": "esriFieldTypeString", "alias": "FIPS County", "length": 3, "domain": null }, { "name": "GNISID", "type": "esriFieldTypeString", "alias": "GNIS ID", "length": 20, "domain": null }, { "name": "CountyID", "type": "esriFieldTypeString", "alias": "County ID", "length": 20, "domain": null }, { "name": "CountyName", "type": "esriFieldTypeString", "alias": "County", "length": 50, "domain": null }, { "name": "CountyCode", "type": "esriFieldTypeString", "alias": "County Code", "length": 3, "domain": null }, { "name": "CountySeat", "type": "esriFieldTypeString", "alias": "County Seat", "length": 50, "domain": null }, { "name": "YearSettled", "type": "esriFieldTypeInteger", "alias": "Year Settled", "domain": null }, { "name": "YearOrganized", "type": "esriFieldTypeInteger", "alias": "Year Organized", "domain": null }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "length": 500, "domain": null }, { "name": "GISAcres", "type": "esriFieldTypeDouble", "alias": "GIS Acres", "domain": null }, { "name": "GISSquareMiles", "type": "esriFieldTypeDouble", "alias": "GIS Square Miles", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Edited By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Edited Date", "length": 8, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "UUID_275", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S255_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "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": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "timeZoneIANA": "America/New_York", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1758982267000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "1070944984694fc0a799295912a83529" } ], "tables": [] }