mapboxgl-powerbi
mapboxgl-powerbi copied to clipboard
Cluster layer - feature improvements
Currently, in Beta-1.4, cluster layers do not have the same functionality as other layers. We should make cluster layers have equivalent functionality as circle layers. Specifically:
- Cluster layers should support cross-filtering based on user selection in the map (on click, or on draw/lasso select).
- Cluster layers should show hover/highlight styles.
- Cluster layers should support diverging color gradients.
- Cluster layers should show popup values for
unclustered
points that the user selected in theTooltip
data column. EX:
cc/ @samgehret
For the lasso selection, how do you see that working. I see two options:
- The lasso looks at the cluster coordinate and if it is inside the lasso, then use all contained points to filter. This would likely include individual locations that are the cluster but aren't in the lasso.
- The lasso looks at original data set and works on that.