{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 1, "name": "Future Projects", "type": "Feature Layer", "description": "Future projects are not in active construction and could be in phases such as planning, design, or implementation. When a project begins active construction, it will turn green. Future projects could range from 1 to 5 years in the future.", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkt2": "PROJCRS[\"NAD_1983_Transverse_Mercator\",BASEGEOGCRS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",ELLIPSOID[\"GRS_1980\",6378137.0,298.257222101,LENGTHUNIT[\"Meter\",1.0]]],PRIMEM[\"Greenwich\",0.0,ANGLEUNIT[\"Degree\",0.0174532925199433]],CS[ellipsoidal,2],ANGLEUNIT[\"Degree\",0.0174532925199433]],CONVERSION[\"Transverse_Mercator\",METHOD[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",2625138.996430666,LENGTHUNIT[\"Foot_US\",0.3048006096012192]],PARAMETER[\"False_Northing\",0.0,LENGTHUNIT[\"Foot_US\",0.3048006096012192]],PARAMETER[\"Central_Meridian\",-115.75,ANGLEUNIT[\"Degree\",0.0174532925199433]],PARAMETER[\"Scale_Factor\",1.00011328,SCALEUNIT[\"Unity\",1.0]],PARAMETER[\"Latitude_Of_Origin\",41.66666666666666,ANGLEUNIT[\"Degree\",0.0174532925199433]]],CS[Cartesian,2],AXIS[\"Easting (X)\",east,ORDER[1]],AXIS[\"Northing (Y)\",north,ORDER[2]],LENGTHUNIT[\"Foot_US\",0.3048006096012192]]", "wkt": "PROJCS[\"NAD_1983_Transverse_Mercator\",GEOGCS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",2625138.996430666],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-115.75],PARAMETER[\"Scale_Factor\",1.00011328],PARAMETER[\"Latitude_Of_Origin\",41.66666666666666],UNIT[\"Foot_US\",0.3048006096012192]]", "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -15825500, "falseY": -47960400, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "authoringInfo": { "visualVariables": [ { "type": "colorInfo", "minSliderValue": 0, "maxSliderValue": 0 } ], "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 230, 157, 0, 255 ], "toColor": [ 230, 157, 0, 255 ] }, { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 86, 178, 232, 255 ], "toColor": [ 86, 178, 232, 255 ] }, { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 240, 228, 65, 255 ], "toColor": [ 240, 228, 65, 255 ] }, { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 0, 113, 179, 255 ], "toColor": [ 0, 113, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 214, 93, 0, 255 ], "toColor": [ 214, 93, 0, 255 ] }, { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 204, 120, 166, 255 ], "toColor": [ 204, 120, 166, 255 ] } ] } ] } }, "type": "uniqueValue", "valueExpression": "var projyear = Number($feature.Est_Construction);\nvar projtype = Lower($feature.Project_Type);\nvar currentYear = Year(Now());\n\n// Determine the project group\nvar group = \"\";\n\nif (projtype == \"water\" || projtype == \"wastewater\" || projtype == \"water/wastewater\") {\n group = \"Water/Wastewater\";\n} else if (projtype == \"streetlights\") {\n group = \"Streetlights\";\n} else {\n group = \"Other\";\n}\n\n// Check if project is within next 5 years\nif (projyear >= currentYear && projyear < currentYear + 5 && group == \"Water/Wastewater\") {\n return projyear + \" - \" + group;\n}\n\n// Check if it's a future project AND part of a relevant group\nelse if (projyear >= currentYear + 5 && group == \"Water/Wastewater\") {\n return \"Future - \" + group;\n}\n\nelse if (projyear >= currentYear && group == \"Streetlights\") {\n return \"Future - \" + group\n}\n\n// Otherwise, return null (i.e., exclude from symbology)\nreturn null;\n", "valueExpressionTitle": "Custom", "uniqueValueGroups": [ { "heading": "Year - Project Type", "classes": [ { "label": "2026 - Water/Wastewater", "description": "2026 - Water/Wastewater", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 86, 180, 233, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 55, 132, 164, 255 ], "width": 2 } }, "values": [ [ "2026 - Water/Wastewater" ] ] }, { "label": "2027 - Water/Wastewater", "description": "2027 - Water/Wastewater", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 240, 228, 66, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 171, 189, 0, 255 ], "width": 2 } }, "values": [ [ "2027 - Water/Wastewater" ] ] }, { "label": "2028 - Water/Wastewater", "description": "2028 - Water/Wastewater", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 121, 167, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 148, 25, 176, 255 ], "width": 2.5 } }, "values": [ [ "2028 - Water/Wastewater" ] ] }, { "label": "2029 - Water/Wastewater", "description": "2029 - Water/Wastewater", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 213, 94, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 153, 0, 0, 255 ], "width": 2 } }, "values": [ [ "2029 - Water/Wastewater" ] ] }, { "label": "Future - Water/Wastewater", "description": "Future - Water/Wastewater", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 114, 178, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 52, 120, 157, 255 ], "width": 2.5 } }, "values": [ [ "Future - Water/Wastewater" ] ] }, { "label": "Future - Streetlights", "description": "Future - Streetlights", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 159, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 204, 139, 0, 255 ], "width": 2 } }, "values": [ [ "Future - Streetlights" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 86, 180, 233, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 55, 132, 164, 255 ], "width": 2 } }, "value": "2026 - Water/Wastewater", "label": "2026 - Water/Wastewater" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 240, 228, 66, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 171, 189, 0, 255 ], "width": 2 } }, "value": "2027 - Water/Wastewater", "label": "2027 - Water/Wastewater" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 121, 167, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 148, 25, 176, 255 ], "width": 2.5 } }, "value": "2028 - Water/Wastewater", "label": "2028 - Water/Wastewater" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 213, 94, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 153, 0, 0, 255 ], "width": 2 } }, "value": "2029 - Water/Wastewater", "label": "2029 - Water/Wastewater" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 114, 178, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 52, 120, 157, 255 ], "width": 2.5 } }, "value": "Future - Water/Wastewater", "label": "Future - Water/Wastewater" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 159, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 204, 139, 0, 255 ], "width": 2 } }, "value": "Future - Streetlights", "label": "Future - Streetlights" } ], "fieldDelimiter": ",", "visualVariables": [ { "type": "colorInfo", "valueExpressionTitle": "Custom", "valueExpression": "var projyear = Number($feature.Est_Construction);\nvar projtype = Lower($feature.Project_Type);\nvar currentYear = Year(Now());\n\n// Determine the project group\nvar group = \"\";\n\nif (projtype == \"water\" || projtype == \"wastewater\" || projtype == \"water/wastewater\") {\n group = \"Water/Wastewater\";\n} else if (projtype == \"streetlights\") {\n group = \"Streetlights\";\n} else {\n group = \"Other\";\n}\n\n// Check if project is within next 5 years\nif (projyear >= currentYear && projyear < currentYear + 5) {\n return projyear + \" - \" + group;\n}\n\n// Check if it's a future project AND part of a relevant group\nelse if (projyear >= currentYear + 5 && (group == \"Water/Wastewater\" || group == \"Streetlights\")) {\n return \"Future - \" + group;\n}\n\n// Otherwise, return null (i.e., exclude from symbology)\nreturn null;\n", "stops": [ { "value": 0, "color": [ 230, 159, 0, 255 ] } ], "legendOptions": { "title": "Custom", "showLegend": false } } ] }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkt2": "PROJCRS[\"NAD_1983_Transverse_Mercator\",BASEGEOGCRS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",ELLIPSOID[\"GRS_1980\",6378137.0,298.257222101,LENGTHUNIT[\"Meter\",1.0]]],PRIMEM[\"Greenwich\",0.0,ANGLEUNIT[\"Degree\",0.0174532925199433]],CS[ellipsoidal,2],ANGLEUNIT[\"Degree\",0.0174532925199433]],CONVERSION[\"Transverse_Mercator\",METHOD[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",2625138.996430666,LENGTHUNIT[\"Foot_US\",0.3048006096012192]],PARAMETER[\"False_Northing\",0.0,LENGTHUNIT[\"Foot_US\",0.3048006096012192]],PARAMETER[\"Central_Meridian\",-115.75,ANGLEUNIT[\"Degree\",0.0174532925199433]],PARAMETER[\"Scale_Factor\",1.00011328,SCALEUNIT[\"Unity\",1.0]],PARAMETER[\"Latitude_Of_Origin\",41.66666666666666,ANGLEUNIT[\"Degree\",0.0174532925199433]]],CS[Cartesian,2],AXIS[\"Easting (X)\",east,ORDER[1]],AXIS[\"Northing (Y)\",north,ORDER[2]],LENGTHUNIT[\"Foot_US\",0.3048006096012192]]", "wkt": "PROJCS[\"NAD_1983_Transverse_Mercator\",GEOGCS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",2625138.996430666],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-115.75],PARAMETER[\"Scale_Factor\",1.00011328],PARAMETER[\"Latitude_Of_Origin\",41.66666666666666],UNIT[\"Foot_US\",0.3048006096012192]]", "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 0.001, "falseX": -15825500, "falseY": -47960400, "xyUnits": 1.37225794507753E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Project_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Project_Name", "type": "esriFieldTypeString", "alias": "Project_Name", "length": 255, "domain": null }, { "name": "Project_Type", "type": "esriFieldTypeString", "alias": "Project_Type", "length": 50, "domain": null }, { "name": "Project_Key", "type": "esriFieldTypeInteger", "alias": "Project_Key", "domain": null }, { "name": "Project_Number", "type": "esriFieldTypeString", "alias": "Project_Number", "length": 255, "domain": null }, { "name": "Project_Phase", "type": "esriFieldTypeString", "alias": "Project_Phase", "length": 255, "domain": null }, { "name": "Inspector", "type": "esriFieldTypeString", "alias": "Inspector", "length": 255, "domain": null }, { "name": "Contractor", "type": "esriFieldTypeString", "alias": "Contractor", "length": 255, "domain": null }, { "name": "Est_Completion", "type": "esriFieldTypeSmallInteger", "alias": "Est_Completion", "domain": null }, { "name": "Est_Construction", "type": "esriFieldTypeSmallInteger", "alias": "Est_Construction", "domain": null }, { "name": "Project_Manager", "type": "esriFieldTypeString", "alias": "Project_Manager", "length": 255, "domain": null }, { "name": "Commitments_Changes", "type": "esriFieldTypeDouble", "alias": "Commitments_Changes", "domain": null }, { "name": "Project_Status", "type": "esriFieldTypeString", "alias": "Project_Status", "length": 255, "domain": null }, { "name": "Status_Note", "type": "esriFieldTypeString", "alias": "Status_Note", "length": 255, "domain": null }, { "name": "CIP_No", "type": "esriFieldTypeString", "alias": "CIP_No", "length": 50, "domain": null }, { "name": "Project_Description", "type": "esriFieldTypeString", "alias": "Project_Description", "length": 1073741822, "domain": null }, { "name": "Notice_To_Proceed", "type": "esriFieldTypeString", "alias": "Notice_To_Proceed", "length": 30, "domain": null }, { "name": "Orig_Sub_Completion_Date", "type": "esriFieldTypeString", "alias": "Orig_Sub_Completion_Date", "length": 30, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "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": "R374_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S345_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 10000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": { "timeZone": "Mountain Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Mountain Standard Time", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE.STArea()", "shapeLengthFieldName": "SHAPE.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "50c68f6e377a43b8aec953bb1fe7ab8d" }