From e30f267181d990947e67909de4809fa941698c85 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sat, 17 Oct 2015 21:36:38 +0200 Subject: Upgrading openlayers to 3.x --- .../examples/strategy-cluster-extended.html | 125 --------------------- 1 file changed, 125 deletions(-) delete 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 deleted file mode 100644 index 51d3e87..0000000 --- a/misc/openlayers/examples/strategy-cluster-extended.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - 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