diff --git a/examples/stylemap.html b/examples/stylemap.html new file mode 100644 index 0000000000..99cb2bc34d --- /dev/null +++ b/examples/stylemap.html @@ -0,0 +1,85 @@ + + + OpenLayers StyleMap + + + + + + +

StyleMap Example

+ +
+ +

+ Shows how to use a StyleMap. +

+ +
+ +
+

A style map is used with vector layers to define styles for various + rendering intents. The style map used here has styles defined for the + "default" and "select" rendering intents. This map also has an active + select feature control. When you hover over features, they are selected + and drawn with the style corresponding the the "select" render intent. +

+
+ + \ No newline at end of file