{"renderer":{"type":"uniqueValue","valueExpression":"//Arcade for symbolizing service lines into their long held previous symbology\n//sets\n//AssetGroup: 0=Unknown, 11=Residential Service, 12=Commercial Service\n//13=Industrial Service, 14=Fire Service, 15=Hydrant Service, 16=Irrigation Service,\n//17=Sampling Service, 18=Blow off Service, 19=Air and Vacuum Service\n//LifecycleStatus: 0=Unknown, 1=Proposed, 2=Approved, 4=Under Construction\n//8=In Service, 16=To Be Retired, 32=Abandoned, 64=Retired, 128=Removed\n//256=Out of Service\n\n//variable for assetgroup values and empty variable for translation\nvar assetty = $feature.ASSETTYPE\nvar assetnew = ''\n\n//if statements for translation of assetgroup\nif(assetty == 11){\n assetnew = 'Service Line'\n} else if(assetty == 14){\n assetnew = 'Fire Line'\n} else if(assetty == 15){\n assetnew = 'Hydrant Line'\n} else if(assetty == 16){\n assetnew = 'Irrigation Line'\n} else if(assetty == 17){\n assetnew = 'Sampling Line'\n} else if(assetty == 19){\n assetnew = 'Air Release Line'\n} else if(assetty == 4){\n assetnew = 'Drain Line'\n} else if(assetty == 6){\n assetnew = 'Chlorination Line'\n}\n\n//variable for lifecyclestatus values and empty variable for translation\nvar lifecycle = $feature.lifecyclestatus\nvar lifenew = ''\n//if statements for translation of lifecyclestatus\nif(lifecycle == 1){\n lifenew = 'Proposed'\n}else if(lifecycle == 8){\n lifenew = 'Active'\n}else if(lifecycle == 32){\n lifenew = 'Abandoned'\n}else if(lifecycle == 256){\n lifenew = 'Inactive'\n}\nreturn assetnew + \" - \" + lifenew","valueExpressionTitle":"Lateral","uniqueValueGroups":[{"heading":"Lateral","classes":[{"label":"Air Release Line - Active","description":"Air Release Line - Active","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[168,168,0,255],"width":1.5},"values":[["Air Release Line - Active"]]},{"label":"Air Release Line - Proposed","description":"Air Release Line - Proposed","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[168,168,0,255],"width":1.5},"values":[["Air Release Line - Proposed"]]},{"label":"Chlorination Line - Active","description":"Chlorination Line - Active","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,197,255,255],"width":1.5},"values":[["Chlorination Line - Active"]]},{"label":"Drain Line - Active","description":"Drain Line - Active","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[115,76,0,255],"width":1.5},"values":[["Drain Line - Active"]]},{"label":"Fire Line - Active","description":"Fire Line - Active","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[224,170,15,255],"width":1.5},"values":[["Fire Line - Active"]]},{"label":"Fire Line - Proposed","description":"Fire Line - Proposed","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[224,170,15,255],"width":1.5},"values":[["Fire Line - Proposed"]]},{"label":"Fire Line - Inactive","description":"Fire Line - Inactive","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[156,156,156,255],"width":1.5},"values":[["Fire Line - Inactive"]]},{"label":"Fire Line - Abandoned","description":"Fire Line - Abandoned","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,0,0,255],"width":1.5},"values":[["Fire Line - Abandoned"]]},{"label":"Hydrant Line - Active","description":"Hydrant Line - Active","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[168,0,0,255],"width":1.5},"values":[["Hydrant Line - Active"]]},{"label":"Hydrant Line - Proposed","description":"Hydrant Line - Proposed","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[168,0,0,255],"width":1.5},"values":[["Hydrant Line - Proposed"]]},{"label":"Hydrant Line - Inactive","description":"Hydrant Line - Inactive","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[156,156,156,255],"width":1.5},"values":[["Hydrant Line - Inactive"]]},{"label":"Hydrant Line - Abandoned","description":"Hydrant Line - Abandoned","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,0,0,255],"width":1.5},"values":[["Hydrant Line - Abandoned"]]},{"label":"Irrigation Line - Active","description":"Irrigation Line - Active","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[115,255,223,255],"width":1.5},"values":[["Irrigation Line - Active"]]},{"label":"Irrigation Line - Proposed","description":"Irrigation Line - Proposed","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[115,255,223,255],"width":1.5},"values":[["Irrigation Line - Proposed"]]},{"label":"Irrigation Line - Inactive","description":"Irrigation Line - Inactive","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[156,156,156,255],"width":1.5},"values":[["Irrigation Line - Inactive"]]},{"label":"Irrigation Line - Abandoned","description":"Irrigation Line - Abandoned","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,0,0,255],"width":1.5},"values":[["Irrigation Line - Abandoned"]]},{"label":"Sampling Line - Active","description":"Sampling Line - Active","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,77,168,255],"width":1},"values":[["Sampling Line - Active"]]},{"label":"Sampling Line - Proposed","description":"Sampling Line - Proposed","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,77,168,255],"width":1},"values":[["Sampling Line - Proposed"]]},{"label":"Service Line - Active","description":"Service Line - Active","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,77,168,255],"width":1},"values":[["Service Line - Active"]]},{"label":"Service Line - Proposed","description":"Service Line - Proposed","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,77,168,255],"width":1},"values":[["Service Line - Proposed"]]},{"label":"Service Line - Inactive","description":"Service Line - Inactive","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[156,156,156,255],"width":1.5},"values":[["Service Line - Inactive"]]},{"label":"Service Line - Abandoned","description":"Service Line - Abandoned","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,0,0,255],"width":1.5},"values":[["Service Line - Abandoned"]]}]}],"uniqueValueInfos":[{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[168,168,0,255],"width":1.5},"value":"Air Release Line - Active","label":"Air Release Line - Active"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[168,168,0,255],"width":1.5},"value":"Air Release Line - Proposed","label":"Air Release Line - Proposed"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,197,255,255],"width":1.5},"value":"Chlorination Line - Active","label":"Chlorination Line - Active"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[115,76,0,255],"width":1.5},"value":"Drain Line - Active","label":"Drain Line - Active"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[224,170,15,255],"width":1.5},"value":"Fire Line - Active","label":"Fire Line - Active"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[224,170,15,255],"width":1.5},"value":"Fire Line - Proposed","label":"Fire Line - Proposed"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[156,156,156,255],"width":1.5},"value":"Fire Line - Inactive","label":"Fire Line - Inactive"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,0,0,255],"width":1.5},"value":"Fire Line - Abandoned","label":"Fire Line - Abandoned"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[168,0,0,255],"width":1.5},"value":"Hydrant Line - Active","label":"Hydrant Line - Active"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[168,0,0,255],"width":1.5},"value":"Hydrant Line - Proposed","label":"Hydrant Line - Proposed"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[156,156,156,255],"width":1.5},"value":"Hydrant Line - Inactive","label":"Hydrant Line - Inactive"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,0,0,255],"width":1.5},"value":"Hydrant Line - Abandoned","label":"Hydrant Line - Abandoned"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[115,255,223,255],"width":1.5},"value":"Irrigation Line - Active","label":"Irrigation Line - Active"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[115,255,223,255],"width":1.5},"value":"Irrigation Line - Proposed","label":"Irrigation Line - Proposed"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[156,156,156,255],"width":1.5},"value":"Irrigation Line - Inactive","label":"Irrigation Line - Inactive"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,0,0,255],"width":1.5},"value":"Irrigation Line - Abandoned","label":"Irrigation Line - Abandoned"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,77,168,255],"width":1},"value":"Sampling Line - Active","label":"Sampling Line - Active"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,77,168,255],"width":1},"value":"Sampling Line - Proposed","label":"Sampling Line - Proposed"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,77,168,255],"width":1},"value":"Service Line - Active","label":"Service Line - Active"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,77,168,255],"width":1},"value":"Service Line - Proposed","label":"Service Line - Proposed"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[156,156,156,255],"width":1.5},"value":"Service Line - Inactive","label":"Service Line - Inactive"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,0,0,255],"width":1.5},"value":"Service Line - Abandoned","label":"Service Line - Abandoned"}],"fieldDelimiter":",","authoringInfo":{"colorRamp":{"type":"multipart","colorRamps":[{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,184,214,255],"toColor":[252,184,214,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[183,252,179,255],"toColor":[183,252,179,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[187,236,252,255],"toColor":[187,236,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,227,184,255],"toColor":[252,227,184,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[188,187,252,255],"toColor":[188,187,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[192,252,224,255],"toColor":[192,252,224,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[234,212,252,255],"toColor":[234,212,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,179,250,255],"toColor":[252,179,250,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,215,212,255],"toColor":[252,215,212,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[233,252,194,255],"toColor":[233,252,194,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,183,182,255],"toColor":[252,183,182,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[192,214,252,255],"toColor":[192,214,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[223,184,252,255],"toColor":[223,184,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,207,228,255],"toColor":[252,207,228,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,246,215,255],"toColor":[252,246,215,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,246,179,255],"toColor":[252,246,179,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[194,252,251,255],"toColor":[194,252,251,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[194,252,198,255],"toColor":[194,252,198,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,226,202,255],"toColor":[252,226,202,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,197,204,255],"toColor":[252,197,204,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[230,252,212,255],"toColor":[230,252,212,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[202,202,252,255],"toColor":[202,202,252,255]}]}}},"scaleSymbols":true,"transparency":0,"labelingInfo":null}
HasZ: true
HasM: true
Has Attachments: true
Has Geometry Properties: true
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText