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
Hi,
I want change the value of my single points and impact the point_count of cluster.
For example, if I had a single point with nb_point = 1 and an other single point with nb_point = 10 then point_count for cluster should be equal to 11.
With mapbox js we can use this (where nb_point is geJson value ):
The text was updated successfully, but these errors were encountered:
elodieprx
changed the title
Custom point_count of single point
Change single point value to impact nb_point of cluster
Aug 8, 2019
elodieprx
changed the title
Change single point value to impact nb_point of cluster
Change single point value to impact point_count of cluster
Aug 8, 2019
elodieprx
changed the title
Change single point value to impact point_count of cluster
Change single point value to impact point_count of cluster [feature clusterProperties or clusterAggregate ]
Aug 8, 2019
elodieprx
changed the title
Change single point value to impact point_count of cluster [feature clusterProperties or clusterAggregate ]
Set single point value to impact point_count of cluster [feature clusterProperties or clusterAggregate ]
Aug 8, 2019
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
I want change the value of my single points and impact the point_count of cluster.
For example, if I had a single point with nb_point = 1 and an other single point with nb_point = 10 then point_count for cluster should be equal to 11.
With mapbox js we can use this (where nb_point is geJson value ):
clusterProperties: { total_point: ['+', ['get', 'nb_point']] }
filter: ["has", "total_point"],
instead offilter={['has', 'point_count']}
Other topic about similar problem with js : mapbox/mapbox-gl-js#2412
Wich is equivalent on RN ?
The text was updated successfully, but these errors were encountered: