I am trying to use the GROUP function in MapServer's CLUSTER object.
We have a cluster defined where when we have a lot of objects on top of each other we group them in a cluster. Show a circle and a count. However the cluster is made up of two types of locations. And we would like to see two numbers (a number for each type) in the cluster representation. We were trying to use Group for this but have not had any luck and cannot find an example.
The GROUP setting specifies which features may belong to the same cluster, so it's probably not what you need. – nmtoken Mar 25 '19 at 14:17