Objective
As a user, I want to know if a data point is a "control" or "beneficiary" point.
Context
Currently in the webapp, for a given layer, all data points are displayed the same way, with an icon.
What we want to achieve is to change the icon (more precisely the icon color) depending on one field of the data point.
I know it is possible to interpolate the fill-color of a polygon depending on the value of a field, so it might be possible to interpolate the icon depending on the value of a field.
Objective
As a user, I want to know if a data point is a "control" or "beneficiary" point.
Context
Currently in the webapp, for a given layer, all data points are displayed the same way, with an icon.
What we want to achieve is to change the icon (more precisely the icon color) depending on one field of the data point.
I know it is possible to interpolate the fill-color of a polygon depending on the value of a field, so it might be possible to interpolate the icon depending on the value of a field.