Tagged Questions
0
votes
0answers
21 views
openlayers clustering alternative
Is there some alternative to group features in OpenLayers? My goal is to speed-up the process of rendering. Clusters allow to do that a bit faster than rendering just plain features. So, any ...
3
votes
0answers
70 views
How to cluster features based on their proximity?
I have around 500 features (Forests) that I want to cluster based on their proximity, and then work with those clusters. I only have the ID, and shape area of those features.
How can I cluster them?
1
vote
1answer
125 views
Server side clustering - cluster (feature) geometry
I am trying to implement server side clustering and show it using OpenLayers. I am using this good material as an example. As a clustering result, a get some list of features, some of them are ...
0
votes
0answers
106 views
Generating vector data (points) for OpenLayers Animated Cluster Strategy
In my web application I am going to use OpenLayers.Strategy.AnimatedCluster strategy due to the fact that I need to visualize a great amount of point features. Here is a very good example of what it ...
5
votes
3answers
270 views
How to update feature positions with clustering in OpenLayers?
I have an OpenLayers 2.12 map with a vector layer with a cluster strategy. All the static behavior is how I want it. Now I'd like to add the possibility to update the features' position. I do this ...
1
vote
1answer
469 views
Dynamically adding features with cluster strategy
I am trying to dynamically add features to a vector layer, and use cluster strategy to group those features accordingly.
I am able to do this for the first set of data that gets loaded on the map.
...