{"renderer":{"type":"uniqueValue","valueExpression":"///This will createa dynamic symbology by using the Team field and the Status field to denote which team is in the lead, and if the score is FINAL.\n\n//The codes for symbology are:\n// 0 - All Square\n// 1 - Team Bar, In Progress\n// 2 - Team Natty, In Progress\n// 3 - Team Bar, Final\n// 4 - Team Natty, Final\n\nvar colors = {\n \"All Square, Not Started\": 0,\n \"All Square, In Progress\": 0,\n \"Team Bar, In Progress\": 1,\n \"Team Natty, In Progress\": 2,\n \"Team Bar, Final\": 3,\n \"Team Natty, Final\": 4,\n \"All Square, Final\": 5,\n \"Other\": 6\n};\n\n// get the land use and flood risk values from the feature\nvar team = DomainName($feature, 'Team')\nvar status = DomainName($feature, 'Status')\n\n\n// replace a NULL team with NA\nif(IsEmpty(team)){team = \"NA\"}\n\n// replace a NULL status with NA\nif(IsEmpty(status)){status = \"NA\"}\n\n// concatenate the values to form a key for the color mapping\nvar key = Concatenate([team, \", \", status]);\n\n// return the color corresponding to the key, or gray if not found\nreturn IIF(HasKey(colors, key), colors[key], colors[\"Other\"]);\n","valueExpressionTitle":"LiveScoring","defaultSymbol":{"type":"esriSMS","style":"esriSMSCircle","color":[130,130,130,255],"size":4,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":0.7}},"defaultLabel":"","uniqueValueGroups":[{"heading":"LiveScoring","classes":[{"label":"All Square, In Progress","description":"All Square, In Progress","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[204,204,204,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[204,204,204,255],"width":3}},"values":[["0"]]},{"label":"Team BAR, In Progress","description":"Team BAR, In Progress","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[255,0,0,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[255,255,0,255],"width":2}},"values":[["1"]]},{"label":"Team Natty, In Progress","description":"Team Natty, In Progress","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[0,92,230,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[255,255,0,255],"width":2}},"values":[["2"]]},{"label":"Team BAR, Final","description":"Team BAR, Final","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[255,0,0,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"values":[["3"]]},{"label":"Team Natty, Final","description":"Team Natty, Final","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[0,112,255,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"values":[["4"]]},{"label":"All Square, Final","description":"All Square, Final","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[178,178,178,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"values":[["5"]]}]}],"uniqueValueInfos":[{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[204,204,204,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[204,204,204,255],"width":3}},"value":"0","label":"All Square, In Progress"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[255,0,0,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[255,255,0,255],"width":2}},"value":"1","label":"Team BAR, In Progress"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[0,92,230,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[255,255,0,255],"width":2}},"value":"2","label":"Team Natty, In Progress"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[255,0,0,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"value":"3","label":"Team BAR, Final"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[0,112,255,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"value":"4","label":"Team Natty, Final"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[178,178,178,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"value":"5","label":"All Square, Final"}],"fieldDelimiter":",","authoringInfo":{"colorRamp":{"type":"multipart","colorRamps":[{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[246,187,252,255],"toColor":[246,187,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[190,252,179,255],"toColor":[190,252,179,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,204,182,255],"toColor":[252,204,182,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[189,239,252,255],"toColor":[189,239,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[179,194,252,255],"toColor":[179,194,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,248,184,255],"toColor":[252,248,184,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[182,252,225,255],"toColor":[182,252,225,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,187,210,255],"toColor":[252,187,210,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[230,212,252,255],"toColor":[230,212,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,236,212,255],"toColor":[252,236,212,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[223,252,207,255],"toColor":[223,252,207,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[215,252,243,255],"toColor":[215,252,243,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,215,236,255],"toColor":[252,215,236,255]}]}}},"scaleSymbols":true,"transparency":0,"labelingInfo":null}
HasZ: false
HasM: false
Has Attachments: false
Has Geometry Properties: false
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText