Tagged Questions
0
votes
0answers
43 views
Getting “pointer” cursor at mouseover for rules/symbolizers based clusters in OpenLayers
I successfully used the AnimatedCluster plugin for OpenLayers. My codes uses OpenLayers.Rules and symbolizers. How can I get a "pointer" like mouse cursor when hovering over a cluster of features?
My ...
0
votes
0answers
20 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 ...
0
votes
1answer
25 views
OpenLayers Clustering Adds Features to Selected Features Array on Zoom
This is my first posted question despite using StackExchange for a few years now. I've been stuck for quite some time trying to figure out this issue with OpenLayers. The problem is as follows:
I ...
1
vote
1answer
83 views
openlayers cluster strategy - exhibiting custom icons for clusters of 1 feature
i have a page that displays a vector layer imported from a kml file (basically like the the sundials example). it works perfectly well, both using fixed strategy ONLY, as well as using both fixed and ...
2
votes
1answer
169 views
Clustering not working on features in OpenLayers
I've built a mapping solution using OpenLayers that works well except I can't get the points to cluster. I've looked at the examples on the site, and I've even implemented those examples in my ...
1
vote
1answer
121 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 ...
1
vote
1answer
121 views
OpenLayers AnimatedCluster delete all features
I am using OpenLayers.Strategy.AnimatedCluster in my application in order to cluster and show points to the end-user. The example is here. All points are located in concrete vector layer. I need to ...
0
votes
0answers
101 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 ...
0
votes
0answers
104 views
Openlayers cluster strategy: zoom to layer (WFS) extent
For some reason, when I enable the cluster strategy the zoom to layer behavior is zooming to the first cluster in the layers features array, rather than the whole layer data extent.
I tried (with no ...
2
votes
1answer
104 views
How to not overlap cluster popups with FeaturePopups control?
FeaturePopups control resolve the problem of cluster popups, but there is a small design problem in my opinion: the event popup have the same anchor as the cluster popup and they partial or total ...
2
votes
2answers
90 views
Remove duplicate names in FeaturePopups cluster tooltips and popups
I am using FeaturePopups control to show tooltips and popups for clusters.
I have features connected (ends of road segments) with the same names.
Is it possible to remove them from tooltips and ...
5
votes
3answers
261 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 ...
10
votes
1answer
108 views
Stratified OpenLayers Clustering
I have an OpenLayers map with point clustering, but I want to apply a much finer granularity to the data represented in the map. Specifically, I want to stratify the clusters according to an ...
3
votes
1answer
283 views
toggle clustering with map controls
I've made a map with openlayers and have the vector features clustered with a clustering strategy.
Now I want my users to be able to toggle this behaviour with a control similar to the layerswitcher.
...
2
votes
2answers
412 views
zoom to cluster onClick & have hover event
I've made a simple mock-up trying to combine two openlayers examples. I want to have clusters on which I can hover (so I can display an infowindow about it's content) and I want users to be able to ...
1
vote
1answer
458 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.
...
2
votes
1answer
639 views
How to get Openlayers cluster strategy work for large data?
The map Layer has around 1500 points. I am able to display all the points in the map without any problem but adding the cluster strategy to the layer does not work. The Cluster strategy functions when ...
3
votes
1answer
195 views
How to access the icon of a feature retrieved from text in a vector-layer?
I`m using OpenLayers to show POIs on a map. These POIs are loaded from a textfile and I`m using a Vector Layer to get it onto the map - works great.
Now I want to use the cluster strategy to have ...
0
votes
1answer
172 views
How to cluster kml features in OpenLayers
Is it possible to cluster KML features in OpenLayers, and are there any samples?
I can find separate samples for clusters and KML but nothing which handles both together.
Thanks
2
votes
2answers
212 views
Merge nearby items into a single representation
I'm investigating OpenLayers and I'm trying to see if it's possible to filter down the number of displayed feature items.
Is it possible to display many nearby items as a single point item on a map ...
4
votes
1answer
508 views
Openlayers: Clustering in Openlayers.Layer.Text
I have a map that displays 5 layers of markers. Each layer is a group of POI's. I load the POIs from textfiles using
var cycling = new OpenLayers.Layer.Text( "Cykling", { location:"./textfile.txt"} ...
11
votes
8answers
6k views
How to Create Animated Cluster Markers in OpenLayers/Leaflet?
I want to use Leaflet due to the smooth transitions which Openlayers seems like they can't match. I specifically require the ability to cluster markers with custom styled marker groups.
The best ...
2
votes
2answers
536 views
A lot of pointers to load on map-A better solution
I have to project a lot of points present in my Database say more than 100000. I heard that using geoserver is a better solution as it can render any number of points and from ...