Do you know how to have a nice clustering in openlayers such as this google example ?
|
|
You can add label to pointStyle in above example and explain context of this label. Your code should be something like this:
|
|||||
|
|
|
Use |
|||||||||||
|
|
I have just implemented a so called AnimatedCluster strategy for OpenLayers. You can see a bit more about it at: http://acuriousanimal.com/blog/2012/08/19/animated-marker-cluster-strategy-for-openlayers/ It is only a firts version but adds a nice animation to the clusters. There are many things to improve but it is a starting point. |
|||
|
|
|
you can do this with as igorti has said. the soltion is using OpenLayers.Strategy.Cluster class and styling your layer with OpenLayers.Style class... for styling :
it must helps you, more power to you! |
|||||
|
|
Here is the JSfiddle for clustering based on custom attributes added to the layers. I struggled a bit with this so putting it here; Also shows creating a summary pie graph image when zoomed out with the clustered data http://jsfiddle.net/alexcpn/FDzJv/ Also created a small openlayer tutorial to explain this OpenLayers Advanced Clustering
|
||||
|
|