Hi all!
I do code enforcement for a small city in Illinois. I have a project I’m working on that I’m not quite sure, how to work out. I want to create a dashboard showing parcels that have active violations and have a different color based on its status. I use arc collector to collect the data, but would like a rule of sorts set up so when a new point pops up in a polygon the color automatically changes within the polygon to represent its status.
Currently I have two layers.
Parcel (polygon)
And
Violations(point)
My Goal/
If point is within polygon, then fill color is red
If point is within polygon and letter= yes, then fill color is yellow
If point is within polygon and police abating = yes then fill color is blue
If point is within polygon and abated=yes then fill color is green
All other polygons would remain transparent
Polygon is Parcel information (address, pin, owner, and other relevant data.)
Fields and domains of point layer
- Violation
- Grass and Weeds
- Life and Safety
- Duty to Maintain
- Abandoned or Inoperable Vehicle
- Other
- Notes
- Date found
- Letter Sent
- Yes
- No
- Date Letter Sent
- Police Abating
- Yes
- No
- Abated
- Yes
- No
- Abated Date
-