I have an AGOL map with a collection of points representing parking spaces. Currently they are symbolized by space type (visitor, assigned, ADA, etc). I'd like to just have them symbolized red or green depending on whether or not the space is assigned to an employee. Is this possible with an Arcade expression? I want the parking manager to be able to quickly see whether a spot is free in Collector, and then assign it to someone. Then I want the color of the spot to automatically change from green to red.
Solved! Go to Solution.
You would not need to use Arcade expression to do this. Just set up a Pick list with "Open Spot", "Closed Spot" and symbolize it. Set a refresh interval on the layer, and the Map will display the appropriate symbol based on Attribute.
Mark
You would not need to use Arcade expression to do this. Just set up a Pick list with "Open Spot", "Closed Spot" and symbolize it. Set a refresh interval on the layer, and the Map will display the appropriate symbol based on Attribute.
Mark