I have data that is GPS located, but also has other organization layers as well. I'd like the clustering to change from individual points to a designated group as you zoom out. so if I have points 1-1, 1-2, 1-3, 1-4, and 1-5 and 2-1, 2-2, 2-3, 2-4, and 2-5 when zooming all the way in I'd see all 10 points, but as I zoom out I want to see just 1 and 2.
Furthermore, these points have quality data, red-yellow-green. When I zoom out I'd like to see 1 and 2 shown as pie graphs for each of the quality levels.
I've played around with the clustering, but that seems to be purely location-based so it clusters across my groups. The only pie charts I see are completely separate from the map.
Any help would be greatly appreciated, thank you.