You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Recent PR "Implement clustering properties to ShapeSource" #1745 implemented clusterProperties attribute for ShapeSource, which enables declaring custom aggregated properties for clustered features on the map (feature request #693) 🎉
However, it's not yet implemented for v10 mapbox versions.
To Reproduce
Create example app using latest from rnmapbox/maps#main and $RNMapboxMapsVersion = '~> 10.5.0-beta1'
Create ShapeSource w/ clusterProperties
Notice clusterProperties do not show up on clustered SymbolLayer
Describe the bug
Recent PR "Implement clustering properties to ShapeSource" #1745 implemented clusterProperties attribute for ShapeSource, which enables declaring custom aggregated properties for clustered features on the map (feature request #693) 🎉
However, it's not yet implemented for v10 mapbox versions.
To Reproduce
rnmapbox/maps#main
and $RNMapboxMapsVersion = '~> 10.5.0-beta1'Example:
Expected behavior
Clustered SymbolLayer should render the calculated
sum
from the cluster propertiesActual behavior
The cluster properties are not passed to the clustered SymbolLayer
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: