{"renderer":{"authoringInfo":{"visualVariables":[{"type":"colorInfo","minSliderValue":0,"maxSliderValue":2670}]},"type":"classBreaks","valueExpression":"/* This score gives 100 points to the average download speed\nif it is 100 Mbs or higher. If the tile has an average\ndownload speed of 200 Mbs, it awards 200 points. If the tile \nhas a speed of 80 Mbs, it awards 80 points.*/\nvar downScore = $feature.mbps_down / 100 * 100;\n\n/* This score gives 100 points to the average upload speed\nif it is 20 Mbs or higher. If the tile has an average\nupload speed of 40 Mbs, it awards 200 points. If the tile \nhas a speed of 5 Mbs, it awards 25 points.*/\nvar upScore = $feature.mbps_up / 20 * 100;\n\n/* Use when() to evaluate conidtional expressions and return result.\nThe average of the two scores is used if BOTH scores \nare 100 or higher. If not, the lower of the two scores is used.*/\nvar totalScore = when(downScore >= 100 && upScore >= 100, \n (downScore + upScore) / 2,\n downScore <100 && upScore >=100, \n downScore,\n downScore >=100 && upScore <100, \n upScore,\n downScore <100 && upScore <100 && downScore <= upScore, \n downScore,\n downScore <100 && upScore <100 && upScore <= downScore, \n upScore,\n 100);\n\nreturn Round(totalScore, 0)","valueExpressionTitle":"Broadband Index","minValue":-9223372036854775808,"classBreakInfos":[{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[0,0,0,128],"outline":{"type":"esriSLS","style":"esriSLSNull","color":[194,194,194,64],"width":0}},"classMaxValue":9223372036854775807}],"legendOptions":{"order":"descendingValues"},"visualVariables":[{"type":"colorInfo","valueExpressionTitle":"Broadband Index","valueExpression":"/* This score gives 100 points to the average download speed\nif it is 100 Mbs or higher. If the tile has an average\ndownload speed of 200 Mbs, it awards 200 points. If the tile \nhas a speed of 80 Mbs, it awards 80 points.*/\nvar downScore = $feature.mbps_down / 100 * 100;\n\n/* This score gives 100 points to the average upload speed\nif it is 20 Mbs or higher. If the tile has an average\nupload speed of 40 Mbs, it awards 200 points. If the tile \nhas a speed of 5 Mbs, it awards 25 points.*/\nvar upScore = $feature.mbps_up / 20 * 100;\n\n/* Use when() to evaluate conidtional expressions and return result.\nThe average of the two scores is used if BOTH scores \nare 100 or higher. If not, the lower of the two scores is used.*/\nvar totalScore = when(downScore >= 100 && upScore >= 100, \n (downScore + upScore) / 2,\n downScore <100 && upScore >=100, \n downScore,\n downScore >=100 && upScore <100, \n upScore,\n downScore <100 && upScore <100 && downScore <= upScore, \n downScore,\n downScore <100 && upScore <100 && upScore <= downScore, \n upScore,\n 100);\n\nreturn Round(totalScore, 0)","stops":[{"value":0,"color":[171,0,128,255],"label":"0.0"},{"value":445,"color":[217,87,185,255]},{"value":890,"color":[235,183,136,255]},{"value":1780,"color":[83,166,0,255]},{"value":2670,"color":[58,115,0,255],"label":"2,700"}],"legendOptions":{"title":"","showLegend":true,"order":"descendingValues"}},{"type":"sizeInfo","valueExpressionTitle":"Custom","valueExpression":"$view.scale","stops":[{"size":2,"value":9245},{"size":1,"value":28890},{"size":0.5,"value":115558},{"size":0,"value":231116}],"target":"outline","axis":"height","valueUnit":""}]},"scaleSymbols":true,"transparency":0,"labelingInfo":null}
HasZ: false
HasM: false
Has Attachments: false
Has Geometry Properties: true
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText