Note: The 'Text/Wrap' option is currently not working properly. This is because ol3 uses Canvas's strokeText and fillText functions that do not support text wrapping.
diff --git a/examples_src/vector-layer.html b/examples_src/vector-layer.html
index 3589342a69..d98c05e545 100644
--- a/examples_src/vector-layer.html
+++ b/examples_src/vector-layer.html
@@ -1,56 +1,22 @@
-
-
-
-
-
-
-
-
-
-
- Vector layer example
-
-
+---
+template: "example.html"
+title: "Vector layer example"
+shortdesc: "Example of a countries vector layer with country information."
+docs: >
+ The countries are loaded from a GeoJSON file. Information about countries is shown on hover and click. Zoom in a few times to see country name labels.
+tags: "vector, osm, xml, loading, server"
+---
+
-
-
-
-
-
-
-
+---
+template: "example.html"
+title: "OSM XML example"
+shortdesc: "Example of using the OSM XML source."
+docs: >
+ OSM XML vector data is loaded dynamically from a server using a tiling strategy.
+tags: "vector, osm, xml, loading, server"
+---
+
-
-
-
-
-
-
-
+---
+template: "example.html"
+title: "WFS example"
+shortdesc: "Example of using WFS with a BBOX strategy."
+docs: >
+ This example loads new features from GeoServer WFS when the view extent changes.
+tags: "vector, WFS, bbox, loading, server"
+---
+