{"renderer":{"type":"uniqueValue","valueExpression":"// Write a script that returns a value that will be used to draw features.\n// For example, find the percentage of males:\n// Round(($feature.MalePop / $feature.TotalPop) * 100, 2)\n\nif($feature.TypeNo == 1) {\n return 'Major Discharger';\n}\nelse if($feature.Permit_Nam == 'Cooper Farms Cooked Meats Van Wert' || $feature.Permit_Nam == 'PCS Nitrogen Ohio LP') {\n return 'Priority Discharger';\n}\nelse {\n return 'Minor Discharger';\n}","valueExpressionTitle":"Custom","defaultSymbol":null,"uniqueValueInfos":[{"value":"Priority Discharger","label":"Priority Discharger","symbol":{"color":[76,0,115,255],"size":10.5,"angle":0,"xoffset":0,"yoffset":0,"type":"esriSMS","style":"esriSMSCircle","outline":{"color":[255,255,0,255],"width":1.125,"type":"esriSLS","style":"esriSLSSolid"}}},{"value":"Major Discharger","label":"Major Discharger","symbol":{"color":[230,0,0,255],"size":6,"angle":0,"xoffset":0,"yoffset":0,"type":"esriSMS","style":"esriSMSCircle","outline":{"color":[153,153,153,255],"width":0.75,"type":"esriSLS","style":"esriSLSSolid"}}},{"value":"Minor Discharger","label":"Minor Discharger","symbol":{"color":[76,0,115,255],"size":6,"angle":0,"xoffset":0,"yoffset":0,"type":"esriSMS","style":"esriSMSCircle","outline":{"color":[153,153,153,255],"width":0.75,"type":"esriSLS","style":"esriSLSSolid"}}}]},"transparency":0}