{"renderer":{"type":"uniqueValue","valueExpression":"//areas which are declared a week ago or less belong in the first group\nif (DateDiff(Now(), Date($feature.declarationDate_Converted), 'days') <= 7) {\n return \"Declared in the last 7 days\" }\n//areas which are declared between 1-2 weeks ago belong in the second group\nelse if (DateDiff(Now(), Date($feature.declarationDate_Converted), 'days') > 7 &&\nDateDiff(Now(), Date($feature.declarationDate_Converted), 'days') < 14) {\n return \"Declared in the last 7 to 14 days\" }\n//areas which are declared between 2 weeks and a month ago belong in the third group\nelse if (DateDiff(Now(), Date($feature.declarationDate_Converted), 'days') > 14 &&\nDateDiff(Now(), Date($feature.declarationDate_Converted), 'days') < 30) {\n return \"Declared in the last 14 to 30 days\" }\n//areas which are declared between 1 and 2 months belong in the fourth group\nelse if (DateDiff(Now(), Date($feature.declarationDate_Converted), 'days') > 30 &&\nDateDiff(Now(), Date($feature.declarationDate_Converted), 'days') < 60) {\n return \"Declared in the last 30 to 60 days\" }\n//areas which are declared more than 2 months ago belong in the fifth group\nelse if (DateDiff(Now(), Date($feature.declarationDate_Converted), 'days') >= 60) {\n return \"Declared more than 2 months ago\" }","valueExpressionTitle":"Graduated_Dates","defaultSymbol":{"type":"esriSFS","style":"esriSFSSolid","color":[130,130,130,0],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[130,130,130,255],"width":0.2}},"defaultLabel":"","uniqueValueInfos":[{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[255,34,0,255],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[130,130,130,255],"width":0.2}},"value":"Declared in the last 7 days","label":"Declared in the last 7 days"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[255,255,0,255],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[130,130,130,255],"width":0.2}},"value":"Declared in the last 14 to 30 days","label":"Declared in the last 14 to 30 days"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[255,152,0,255],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[130,130,130,255],"width":0.2}},"value":"Declared in the last 7 to 14 days","label":"Declared in the last 7 to 14 days"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[122,170,0,255],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[130,130,130,255],"width":0.2}},"value":"Declared in the last 30 to 60 days","label":"Declared in the last 30 to 60 days"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[1,97,0,255],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[130,130,130,255],"width":0.2}},"value":"Declared more than 2 months ago","label":"Declared more than 2 months ago"}],"fieldDelimiter":",","authoringInfo":{"colorRamp":{"type":"multipart","colorRamps":[{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[0,112,6,255],"toColor":[241,252,30,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[241,252,30,255],"toColor":[250,58,10,255]}]}}},"scaleSymbols":true,"transparency":0,"labelingInfo":null}
HasZ: false
HasM: false
Has Attachments: false
Has Geometry Properties: true
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText