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 --- misc/openlayers/examples/style-rules.html | 49 ------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 misc/openlayers/examples/style-rules.html (limited to 'misc/openlayers/examples/style-rules.html') diff --git a/misc/openlayers/examples/style-rules.html b/misc/openlayers/examples/style-rules.html deleted file mode 100644 index 27f31f1..0000000 --- a/misc/openlayers/examples/style-rules.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - OpenLayers Rule Based Style - - - - - - -

Rule Based Style

-
- vector, feature, stylemap, filter, comparison, light -
-

- Use rule based styling to use different symbolizers for different - feature groups. -

- -
- -
-

- This example uses four rules to render features. Rules are - based on a feature attribute and determine which symbolizer - is applied when rendering a feature. The rules in this example - change which marker is used by providing an externalGraphic - property in the symbolizer. -

- The features are labeled with the same attribute that determines - the symbolizer used. You should be able to confirm that the - graphic color corresponds to the range of numbers given below. -

- -

- See the - style-rules.js source to see how this is done. -

-
- - -- cgit v1.2.3