{ "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" }