Hi All,
I am trying to create a clustering layer with GeoJson layer (flexible with this choice) with the following requirements:
- Clustering of Points
- There can be three "types" of points. Example: School, Home, Store.
- Requirement 1: While clustering, based on the types of Point we need to show different Icons. For Example: If all three types of point are there we need to show "Icon A", if only two types are there "Icon B1", "Icon B2" and "Icon B3". If only one type is present then corresponding "Icon C1" or "Icon C2" or "Icon C3"
- Requirement 2: Each point can have a value, for example: Home: 40, School: 30 and Store: 20. In the clustered icon, we need to show the Cluster count, and the Sum of these values,