From ea346a785dc1b3f7c156f6fc33da634e1f1a627b Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Tue, 12 Aug 2014 21:56:44 +0200 Subject: Adding jquery, flot and openlayers to be included with the GEM. --- .../examples/strategy-cluster-extended.html | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 misc/openlayers/examples/strategy-cluster-extended.html (limited to 'misc/openlayers/examples/strategy-cluster-extended.html') diff --git a/misc/openlayers/examples/strategy-cluster-extended.html b/misc/openlayers/examples/strategy-cluster-extended.html new file mode 100644 index 0000000..51d3e87 --- /dev/null +++ b/misc/openlayers/examples/strategy-cluster-extended.html @@ -0,0 +1,125 @@ + + + + + + + Extended clustering example + + + + + +

Extended clustering

+
+ cluster, advanced +
+

+ Shows the usage of custom classes for a fine grained control about + the clustering behaviour. +

+
+
+
+
+

+ Select the desired clustering strategy: +

+ +
+ +
+ +
+ +
+
+
+
+
+
+
+

+ The vectorlayer in this example contains random data with an + attribute "clazz" that can take the values 1, 2, 3 and 4. The + features with clazz = 4 are considered more important than the + others. +

+

+ The radiobuttons on the right of the map control the + cluster strategy to be applied to the features. +

+ +

+ Hover over the features to get a short infomation about the + feature or cluster of features. +

+
+

+ View the strategy-cluster-extended.js + source to see how this is done. +

+ + + + -- cgit v1.2.3