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
When a lot of data is displayed on a map, it becomes difficult to see the data when viewed from a distance. The user wants to show how many data are in each region by clustering these data when viewed from a distance.
Here is the example.
Requirements
User can choose the style of marker
Color
Image
User can choose which layers are clustered
To-do
Front end
Use Cesium clustering feature
Checkout Resium clustering feature
Wrap Entities with CustomDataSource
Choose implementation details of CustomDataSource wrapper
Add the ability to change color/image
Add the ability to define sets of separate markers as cluster
Discuss design options
Define the suitable pixel rate/cluster size and/or make this optional
Work on UI
Link UI to clustering feature
Check which elements are more suitable to be modified and inform the backend
Discuss needed mutations/queries with backend
Add hooks to load/detect changes
Save changes of the clusters to backend (Add GraphQL mutations)
Leader
@issmail-basel
User story
When a lot of data is displayed on a map, it becomes difficult to see the data when viewed from a distance. The user wants to show how many data are in each region by clustering these data when viewed from a distance.
Here is the example.
Requirements
To-do
Test list
FYI
https://cesium.com/learn/cesiumjs/ref-doc/EntityCluster.html
The text was updated successfully, but these errors were encountered: