Hello All,
I've noticed an interesting issue while trying to display multiple points on the map object.
I do have a significantly large data set and usually several points are displayed on top of each other.
I am using "Colored by Expression" option and I am coloring my points using this formula:
if (Ratio >= 0.025, lightgreen(),
if (Ratio < 0.025 and Ratio >= 0.01, LightBlue(),
LightRed()))
My problem is that the Red points are displayed on top of the other points:

I would like to change the order: display Red points "beneath" Green and Blue ones...
But since QS Map object does not support multiple layers, this task is not trivial.
I've tried to rearrange the "Colored by Expression" formula, but it did not change the coloring at all...
I am just trying to understand what can I do to have this coloring re-arrangement done for this object.
Looking forward to your suggestions.
Regards,
Vlad