diff --git a/examples/osm-layer.html b/examples/osm-layer.html
index cd16e7570d..0aa890aeb7 100644
--- a/examples/osm-layer.html
+++ b/examples/osm-layer.html
@@ -104,6 +104,9 @@
diff --git a/examples/osm.html b/examples/osm.html
index d14a1bb004..9f085ab530 100644
--- a/examples/osm.html
+++ b/examples/osm.html
@@ -22,7 +22,9 @@
Basic OSM Example
-
+
+ openstreetmap basic
+
Show a Simple OSM Map
diff --git a/examples/outOfRangeMarkers.html b/examples/outOfRangeMarkers.html
index 4870410235..420dae0d33 100644
--- a/examples/outOfRangeMarkers.html
+++ b/examples/outOfRangeMarkers.html
@@ -51,6 +51,9 @@
Using maxResolution to control overlays
+
+ cleanup
+
See how to control the maximum resolution for a markers layer,
causing it to not be displayed beyond a certain point.
diff --git a/examples/overviewmap.html b/examples/overviewmap.html
index aa0d78163b..5d8a70ad64 100644
--- a/examples/overviewmap.html
+++ b/examples/overviewmap.html
@@ -21,6 +21,7 @@
Overview Map
+ overview, mapOptions, basic
Enable a small Overview Map that moves/interacts with your main map.
diff --git a/examples/pan-zoom-panels.html b/examples/pan-zoom-panels.html
index 3685df39bd..3de6467e32 100644
--- a/examples/pan-zoom-panels.html
+++ b/examples/pan-zoom-panels.html
@@ -78,8 +78,11 @@
Pan and Zoom Panels
-
- Customizable pan and zoom panels
+
+ panning, zooming, panel, CSS, style
+
+
+ Customizable pan and zoom panels
diff --git a/examples/panel.html b/examples/panel.html
index 8155550bf0..4f8ba2a866 100644
--- a/examples/panel.html
+++ b/examples/panel.html
@@ -92,6 +92,9 @@
Custom Control.Panel
+
+ panels, CSS, style, basic
+
Create a custom control.panel, styled entirely with
CSS, and add your own controls to it.
diff --git a/examples/point-track-markers.html b/examples/point-track-markers.html
index 71ce675811..db0b5483e9 100644
--- a/examples/point-track-markers.html
+++ b/examples/point-track-markers.html
@@ -53,7 +53,11 @@
GeoRSS PointTrack in OpenLayers
- This demo uses OpenLayers.Layer.GeoRSS and OpenLayers.Layer.PointTrack. The track is created by connecting the points of the GeoRSS feed.
+
+ GeoRSS, PointTrack
+
+ This demo uses OpenLayers.Layer.GeoRSS and OpenLayers.Layer.PointTrack.
+ The track is created by connecting the points of the GeoRSS feed.
diff --git a/examples/popupMatrix.html b/examples/popupMatrix.html
index 1395c042b1..48d22c7a7c 100644
--- a/examples/popupMatrix.html
+++ b/examples/popupMatrix.html
@@ -870,6 +870,7 @@
Popup Matrix
+ popup, popups
All kinds of different popup configurations.
diff --git a/examples/popups.html b/examples/popups.html
index 93b3ed9879..c4a0447435 100644
--- a/examples/popups.html
+++ b/examples/popups.html
@@ -108,6 +108,7 @@
Popup Mayhem
+ popup, popups
All kinds of ways to create and interact with Popups.
diff --git a/examples/projected-map.html b/examples/projected-map.html
index 2c7e2a568e..4327c465e9 100644
--- a/examples/projected-map.html
+++ b/examples/projected-map.html
@@ -56,6 +56,7 @@
Layer Projections
+ projection, reprojection, epsg, basic
Use different (not default) projections with your map
diff --git a/examples/protocol-gears.html b/examples/protocol-gears.html
index f98dcfac16..15ff6ea163 100644
--- a/examples/protocol-gears.html
+++ b/examples/protocol-gears.html
@@ -218,6 +218,7 @@
Gears Protocol Example
+ Google, Gears
Shows the usage of the Gears protocol.
diff --git a/examples/regular-polygons.html b/examples/regular-polygons.html
index bf80b221c1..9d5461e2b7 100644
--- a/examples/regular-polygons.html
+++ b/examples/regular-polygons.html
@@ -73,6 +73,9 @@
OpenLayers Regular Polygon Example
+
+ vector, feature, regularpolygon, drawing, draw, advanced
+
Shows how to use the RegularPolygon handler to draw features with
different numbers of sides.
diff --git a/examples/resize-features.html b/examples/resize-features.html
index 07e4c92cd1..d733e81774 100644
--- a/examples/resize-features.html
+++ b/examples/resize-features.html
@@ -80,6 +80,9 @@
Resize Features Programatically
+
+ vector, feature, resizing, resize
+
Demonstration of how to use the geometry resize methods to
change feature sizes programatically.
diff --git a/examples/restricted-extent.html b/examples/restricted-extent.html
index 427ddc9dc4..b32166e49b 100644
--- a/examples/restricted-extent.html
+++ b/examples/restricted-extent.html
@@ -37,6 +37,9 @@
OpenLayers Restricted Extent Example
+
+ map, restrict, restrictedextent, extent
+
Don't let users drag outside the map extent: instead, limit dragging such
that the extent of the layer is the maximum viewable area.
diff --git a/examples/rotate-features.html b/examples/rotate-features.html
index 1aa981e506..32897d8622 100644
--- a/examples/rotate-features.html
+++ b/examples/rotate-features.html
@@ -94,8 +94,9 @@
Rotate vector features
-
-
+
+ vector, feature, rotating, rotation, rotate, advanced
+
Details on how to create and rotate vector features programmatically
diff --git a/examples/select-feature-multilayer.html b/examples/select-feature-multilayer.html
index 23cc97eaa3..ae237b56d5 100644
--- a/examples/select-feature-multilayer.html
+++ b/examples/select-feature-multilayer.html
@@ -106,6 +106,9 @@
OpenLayers Select Feature on Multiple Layers Example
+
+ vector, feature, selecting, selection, advanced
+
Select a feature on click with the Control.SelectFeature on multiple
vector layers.
diff --git a/examples/select-feature-openpopup.html b/examples/select-feature-openpopup.html
index 0f24e95bcf..d169a6fba0 100644
--- a/examples/select-feature-openpopup.html
+++ b/examples/select-feature-openpopup.html
@@ -71,6 +71,9 @@
Open Popup on Layer.Vector
+
+ vector, feature, selecting, selection, popup
+
Using a Control.SelectFeature, open a popup on click.
diff --git a/examples/select-feature.html b/examples/select-feature.html
index e04c02884e..49fa38a58b 100644
--- a/examples/select-feature.html
+++ b/examples/select-feature.html
@@ -27,7 +27,7 @@
},
'featureunselected': function(feature) {
$('counter').innerHTML = this.selectedFeatures.length;
- },
+ }
});
map.addLayers([wmsLayer, vectors]);
@@ -100,6 +100,9 @@
OpenLayers Select Feature Example
+
+ vector, feature, selecting, selection, advanced
+
Select a feature on hover or click with the Control.SelectFeature on a
vector layer.
diff --git a/examples/setextent.html b/examples/setextent.html
index c0c18e19cb..838c7babb9 100644
--- a/examples/setextent.html
+++ b/examples/setextent.html
@@ -7,6 +7,9 @@
Setting a Visual Extent
+
+ boxes, box, marker
+
Use a boxes layer to visually display the area of interest indicated by a user.
diff --git a/examples/sld-parser.html b/examples/sld-parser.html
index 56a6c83f0a..838af2735c 100644
--- a/examples/sld-parser.html
+++ b/examples/sld-parser.html
@@ -18,7 +18,9 @@
SLD Parser
-
+
+ sld, sldselect, styling, style, parser, cleanup
+
Parsing Styled Layer Descriptor (SLD) documents with the SLD format.
diff --git a/examples/sld.html b/examples/sld.html
index e81fc03bc4..56a991eccc 100644
--- a/examples/sld.html
+++ b/examples/sld.html
@@ -91,6 +91,9 @@
Styled Layer Descriptor (SLD) Example
+
+ vector, feature, sld, styling, style
+
Parsing SLD and applying styles to a vector layer.
diff --git a/examples/snap-split.html b/examples/snap-split.html
index ca3e6579ad..339bb84361 100644
--- a/examples/snap-split.html
+++ b/examples/snap-split.html
@@ -232,6 +232,9 @@
Snapping & Splitting Example
+
+ vector, feature, splitting, snapping, stylemap, advanced
+
A demonstration snapping and splitting while editing vector features.
diff --git a/examples/snapping.html b/examples/snapping.html
index cd808c957a..c59e4c96cb 100644
--- a/examples/snapping.html
+++ b/examples/snapping.html
@@ -272,6 +272,9 @@
Snapping Example
+
+ vector, feature, snapping, stylemap, advanced
+
A demonstration snapping while editing vector features.
diff --git a/examples/sos.html b/examples/sos.html
index c76fbb79d5..6577c931b9 100644
--- a/examples/sos.html
+++ b/examples/sos.html
@@ -168,6 +168,7 @@
SOS client example
+ sos, sensor, observation, popup, advanced
Shows how to connect OpenLayers to a Sensor Observation Service (SOS)
diff --git a/examples/spherical-mercator.html b/examples/spherical-mercator.html
index 7327b05c4a..40e28c7ba6 100644
--- a/examples/spherical-mercator.html
+++ b/examples/spherical-mercator.html
@@ -130,6 +130,7 @@
OpenLayers Spherical Mercator Example
+ spherical, mercator, osm, xyz, google, virtual earth, yahoo, tms, tile
Shows the use of the Spherical Mercator Layers, for overlaying
diff --git a/examples/split-feature.html b/examples/split-feature.html
index 4effe06275..6d611bf252 100644
--- a/examples/split-feature.html
+++ b/examples/split-feature.html
@@ -93,6 +93,9 @@
OpenLayers Split Feature Example
+
+ vector, feature, splitting, split, stylemap
+
Demonstrates splitting of line features.
diff --git a/examples/strategy-bbox.html b/examples/strategy-bbox.html
index 18fd0bfb27..7348fe71b4 100644
--- a/examples/strategy-bbox.html
+++ b/examples/strategy-bbox.html
@@ -51,6 +51,9 @@
BBOX Strategy Example
+
+ vector, feature, stylemap, wfs, bbox, strategy, cleanup
+
Uses a BBOX strategy to request features within a bounding box.
diff --git a/examples/strategy-cluster-threshold.html b/examples/strategy-cluster-threshold.html
index 41444597c2..0ea3a0acdc 100644
--- a/examples/strategy-cluster-threshold.html
+++ b/examples/strategy-cluster-threshold.html
@@ -116,6 +116,9 @@
Cluster Strategy Threshold
+
+ vector, feature, stylemap, wfs, cluster, strategy, cleanup
+
Demonstrates the use of the cluster strategy threshold property.
diff --git a/examples/strategy-cluster.html b/examples/strategy-cluster.html
index d275261c09..f1aadb7e28 100644
--- a/examples/strategy-cluster.html
+++ b/examples/strategy-cluster.html
@@ -168,6 +168,9 @@
Cluster Strategy Example
+
+ vector, feature, stylemap, wfs, cluster, strategy, cleanup
+
Uses a cluster strategy to render points representing clusters of features.
diff --git a/examples/strategy-paging.html b/examples/strategy-paging.html
index abefa51a41..52caf7f83c 100644
--- a/examples/strategy-paging.html
+++ b/examples/strategy-paging.html
@@ -61,6 +61,9 @@
Paging Strategy Example
+
+ vector, feature, stylemap, wfs, paging, strategy, cleanup
+
Uses a paging strategy to cache large batches of features and render a page at a time.
diff --git a/examples/style-rules.html b/examples/style-rules.html
index f70cd3e812..64e158c7a2 100644
--- a/examples/style-rules.html
+++ b/examples/style-rules.html
@@ -8,7 +8,9 @@
Rule Based Style
-
+
+ vector, feature, stylemap, filter, comparison
+
Use rule based styling to use different symbolizers for different
feature groups.
diff --git a/examples/stylemap.html b/examples/stylemap.html
index 3d708186a1..e466548aa7 100644
--- a/examples/stylemap.html
+++ b/examples/stylemap.html
@@ -68,7 +68,9 @@
StyleMap Example
-
+
+ vector, feature, stylemap
+
Shows how to use a StyleMap to style features with rule based styling.
diff --git a/examples/styles-context.html b/examples/styles-context.html
index b59b8216a2..5ff43bc5c5 100644
--- a/examples/styles-context.html
+++ b/examples/styles-context.html
@@ -81,7 +81,9 @@
Feature Styles Example
-
+
+ vector, feature, stylemap
+
To style features with a custom function that evaluates each feature, use
diff --git a/examples/styles-rotation.html b/examples/styles-rotation.html
index e441125a06..b96eef8fde 100644
--- a/examples/styles-rotation.html
+++ b/examples/styles-rotation.html
@@ -71,6 +71,9 @@
Rotation Style Example
+
+ vector, feature, stylemap, rotation, cleanup
+
Use the rotation property of a point symbolizer to rotate
point symbolizers.
diff --git a/examples/styles-unique.html b/examples/styles-unique.html
index e2b6fe81ab..8186a42c7a 100644
--- a/examples/styles-unique.html
+++ b/examples/styles-unique.html
@@ -89,7 +89,9 @@
Unique Value Styles Example
-
+
+ vector, feature, stylemap, uniquevalue, cleanup
+
Shows how to create a style based on unique feature attribute values (markers)
diff --git a/examples/sundials-spherical-mercator.html b/examples/sundials-spherical-mercator.html
index 40929e4867..b4f5e0b6ee 100644
--- a/examples/sundials-spherical-mercator.html
+++ b/examples/sundials-spherical-mercator.html
@@ -115,7 +115,9 @@
OSM + Google Maps + KML Reprojection
-
+
+ osm, kml, spherical, mercator, reprojection, feature, popup, advanced
+
Demonstrates loading and displaying a KML file on top of OpenStreetMap (OSM) and Google Maps data. Loads data from a KML file of sundials.
diff --git a/examples/sundials.html b/examples/sundials.html
index cc07ca9e6a..cad555db7e 100644
--- a/examples/sundials.html
+++ b/examples/sundials.html
@@ -85,7 +85,9 @@
KML Layer Example
-
+
+ kml, popup, feature
+
Demonstrates loading and displaying a KML file on top of a basemap.
diff --git a/examples/symbolizers-fill-stroke-graphic.html b/examples/symbolizers-fill-stroke-graphic.html
index 8e8296a34f..06648f228c 100644
--- a/examples/symbolizers-fill-stroke-graphic.html
+++ b/examples/symbolizers-fill-stroke-graphic.html
@@ -120,7 +120,9 @@
OpenLayers Example
-
+
+ vector, feature, symbolizer, filter, comparison, labeling
+
Demonstrate fill, stroke, and graphic property of symbolizers.
diff --git a/examples/teleportation.html b/examples/teleportation.html
index d1a4b86894..b8e571f0a2 100644
--- a/examples/teleportation.html
+++ b/examples/teleportation.html
@@ -49,7 +49,9 @@
Map "Teleportation" and Rendering
-
+
+ map, rendering
+
Call the map's render method to change its container.
diff --git a/examples/tilecache.html b/examples/tilecache.html
index 0db39aa1bd..afe990bedb 100644
--- a/examples/tilecache.html
+++ b/examples/tilecache.html
@@ -44,7 +44,9 @@
TileCache Example
-
+
+ tile, cache, tilecache, wmsc, wms-c
+
Demonstrates a TileCache layer that loads tiles from from a web
diff --git a/examples/tms.html b/examples/tms.html
index d1e4678e21..2836218a30 100644
--- a/examples/tms.html
+++ b/examples/tms.html
@@ -34,7 +34,9 @@
Tiled Map Service Example
-
+
+ tile, cache, tms
+
Demonstrate the initialization and modification of a Tiled Map Service layer.
diff --git a/examples/transform-feature.html b/examples/transform-feature.html
index e058e71111..396476dd58 100644
--- a/examples/transform-feature.html
+++ b/examples/transform-feature.html
@@ -81,6 +81,7 @@
Vector Feature Transformation Box Example
+ vector, feature, transformation, stylemap
Shows the use of the TransformFeature control.
diff --git a/examples/transition.html b/examples/transition.html
index e0b26eed3c..56a331e382 100644
--- a/examples/transition.html
+++ b/examples/transition.html
@@ -41,6 +41,9 @@
Transition Example
+
+ transition, resize, tile, singletile
+
Demonstrates the use of transition effects in tiled and untiled layers.
diff --git a/examples/urban.html b/examples/urban.html
index c626341434..02c0bf10fe 100644
--- a/examples/urban.html
+++ b/examples/urban.html
@@ -24,7 +24,9 @@
WorldWind Example
-
+
+ worldwind, cleanup
+
Demonstrate the use of a NASA WorldWind base layer.
diff --git a/examples/ve-novibrate.html b/examples/ve-novibrate.html
index 2775583aac..d382dfa37e 100644
--- a/examples/ve-novibrate.html
+++ b/examples/ve-novibrate.html
@@ -46,7 +46,9 @@
Virtual Earth Example
-
+
+ panning, virtual earth, panzoom, panmethod, panduration
+
When using the PanZoom buttons with VirtualEarth, some 'drift' is
diff --git a/examples/ve.html b/examples/ve.html
index 0dad53a407..5dc49a51d4 100644
--- a/examples/ve.html
+++ b/examples/ve.html
@@ -52,7 +52,9 @@
Virtual Earth Example
-
+
+ virtual earth, marker
+
Demonstrates the use of a Virtual Earth base layer.
diff --git a/examples/vector-features-with-text.html b/examples/vector-features-with-text.html
index 634478f286..fd4ffebe34 100644
--- a/examples/vector-features-with-text.html
+++ b/examples/vector-features-with-text.html
@@ -118,7 +118,9 @@
OpenLayers Labeled features example
-
+
+ vector, feature, labeling, symbolizer
+
Label vector features with a text symbolizer.
diff --git a/examples/vector-features.html b/examples/vector-features.html
index 0cfa608ac9..5bcebb8a0e 100644
--- a/examples/vector-features.html
+++ b/examples/vector-features.html
@@ -112,6 +112,7 @@
Drawing Simple Vector Features Example
+ vector, feature
Shows the use of the shows drawing simple vector features, in different styles.
diff --git a/examples/vector-formats.html b/examples/vector-formats.html
index 9ebeedc1ef..ed14929f3b 100644
--- a/examples/vector-formats.html
+++ b/examples/vector-formats.html
@@ -172,6 +172,7 @@
Vector Formats Example
+ vector, geojson, atom, kml, georss, gml, wkt, advanced, spherical, mercator
Shows the wide variety of vector formats that open layers supports.
diff --git a/examples/web-mercator.html b/examples/web-mercator.html
index f1e602e4fc..069050ad1c 100644
--- a/examples/web-mercator.html
+++ b/examples/web-mercator.html
@@ -13,6 +13,7 @@
OpenLayers Spherical Mercator Example
+ sperical, mercator, epsg, projection
Shows the use of layers in spherical or web mercator using different
diff --git a/examples/wfs-filter.html b/examples/wfs-filter.html
index 2c6466d650..6551938710 100644
--- a/examples/wfs-filter.html
+++ b/examples/wfs-filter.html
@@ -10,6 +10,9 @@
WFS Protocol and Filter
+
+ filter, wfs, comparison
+
Demonstrates the use of a filter in making GetFeature requests using the WFS protocol.
diff --git a/examples/wfs-protocol-transactions.html b/examples/wfs-protocol-transactions.html
index 642a8f53ce..799437929c 100644
--- a/examples/wfs-protocol-transactions.html
+++ b/examples/wfs-protocol-transactions.html
@@ -62,7 +62,9 @@
WFS Transaction Example
-
+
+ wfs, wfst, wfs-t, advanced
+
Shows the use of the WFS Transactions (WFS-T).
diff --git a/examples/wfs-protocol.html b/examples/wfs-protocol.html
index eede085316..7cd3a9d4dd 100644
--- a/examples/wfs-protocol.html
+++ b/examples/wfs-protocol.html
@@ -32,6 +32,9 @@
Vector Behavior Example
+
+ wfs, vector
+
Uses a BBOX strategy, WFS protocol, and GML format.
diff --git a/examples/wfs-reprojection.html b/examples/wfs-reprojection.html
index da87c8846b..c906a8e89a 100644
--- a/examples/wfs-reprojection.html
+++ b/examples/wfs-reprojection.html
@@ -10,6 +10,7 @@
WFS Reprojection Example
+ reprojection, styling, stylemap, wfs, vector, advanced
Shows the use of the client side reprojection support.
diff --git a/examples/wfs-snap-split.html b/examples/wfs-snap-split.html
index b58c48956b..762383f3f5 100644
--- a/examples/wfs-snap-split.html
+++ b/examples/wfs-snap-split.html
@@ -266,6 +266,7 @@
Snap/Split and Persist via WFS
+ snapping, splitting, wfs, wfst, wfs-t, advanced
Shows snapping, splitting, and use of the WFS Transactions (WFS-T).
diff --git a/examples/wfs-states.html b/examples/wfs-states.html
index 768e7946eb..18265feaef 100644
--- a/examples/wfs-states.html
+++ b/examples/wfs-states.html
@@ -8,7 +8,9 @@
WFS United States (GeoServer) Example
-
+
+ wfs, vector
+
Shows the use of the WFS United States (GeoServer).
diff --git a/examples/wmc.html b/examples/wmc.html
index 4ad971f41f..e1eaaff076 100644
--- a/examples/wmc.html
+++ b/examples/wmc.html
@@ -130,6 +130,7 @@
WMC Example
+ wmc, parser, advanced, cleanup
Shows parsing of Web Map Context documents.
diff --git a/examples/wms-untiled.html b/examples/wms-untiled.html
index 36540e8cd0..5c398bd3e1 100644
--- a/examples/wms-untiled.html
+++ b/examples/wms-untiled.html
@@ -28,6 +28,7 @@
WMS Untiled Example
+ singletile, tile
Shows an example of an "untiled" WMS layer, which requests a single
diff --git a/examples/wms-v13.html b/examples/wms-v13.html
index 11909a517b..61e0c7829f 100644
--- a/examples/wms-v13.html
+++ b/examples/wms-v13.html
@@ -36,6 +36,7 @@
WMS version 1.3 (axis order) Example
+ axis order, wms 1.3
Shows an example of the influence of axis order on WMS 1.3 GetMap requests.
diff --git a/examples/wms.html b/examples/wms.html
index 1be54eb336..1b918e7654 100644
--- a/examples/wms.html
+++ b/examples/wms.html
@@ -24,6 +24,7 @@
WMS Example
+ wms, layer, singletile
Shows the basic use of openlayers using a WMS layer
diff --git a/examples/wmst.html b/examples/wmst.html
index cfd71f884e..85aa228357 100644
--- a/examples/wmst.html
+++ b/examples/wmst.html
@@ -38,6 +38,7 @@
WMS Time Example
+ wmst, wms-t
Shows the use of the layer WMS-T (time) layer
diff --git a/examples/wmts-capabilities.html b/examples/wmts-capabilities.html
index b3a210b6cf..90b5ad08a9 100644
--- a/examples/wmts-capabilities.html
+++ b/examples/wmts-capabilities.html
@@ -15,7 +15,9 @@
Web Map Tile Service (WMTS) Capabilities Parsing
-
+
+ wmts, capabilities, getcapabilities
+
The WMTS Capabilities format allows for parsing of capabilities
documents from OGC Web Map Tile Service (WMTS) version 1.0.0
diff --git a/examples/wmts-getfeatureinfo.html b/examples/wmts-getfeatureinfo.html
index 2e503229ec..ab26636604 100644
--- a/examples/wmts-getfeatureinfo.html
+++ b/examples/wmts-getfeatureinfo.html
@@ -43,7 +43,9 @@
WMTS GetFeatureInfo Control
-
+
+ wmts, tile, cache, getfeatureinfo
+
The WMTSGetFeatureInfo control allows retrieval of information about
features displayed in a WMTS layer.
diff --git a/examples/wmts.html b/examples/wmts.html
index fbdddc8639..3f5bdb1435 100644
--- a/examples/wmts.html
+++ b/examples/wmts.html
@@ -15,7 +15,9 @@
Web Map Tile Service (WMTS) Layer
-
+
+ wmts
+
The WMTS layer allows viewing of tiles from a server implementing
the OGC Web Map Tile Service (WMTS) standard version 1.0.0.
diff --git a/examples/worldwind.html b/examples/worldwind.html
index 3f4bceabf2..f81adad9bc 100644
--- a/examples/worldwind.html
+++ b/examples/worldwind.html
@@ -30,6 +30,7 @@
WorldWind layers Example
+ worldwind, tile
Shows the use of the Tiled WorldWind layers.
diff --git a/examples/wrapDateLine.html b/examples/wrapDateLine.html
index f93e080fb9..feb1b10a89 100644
--- a/examples/wrapDateLine.html
+++ b/examples/wrapDateLine.html
@@ -43,10 +43,9 @@
Wrapping the Date Line
Shows how to work around dateline issues, by wrapping the dateline on a number of layer types.
diff --git a/examples/xhtml.html b/examples/xhtml.html
index 4ced3bf1a2..f404c89707 100644
--- a/examples/xhtml.html
+++ b/examples/xhtml.html
@@ -11,6 +11,7 @@
XHTML Example
+ xhtml
Shows openlayers running in a XHTML 1.0 Strict Doctype
diff --git a/examples/xml.html b/examples/xml.html
index fd1b4413b3..7c4d1e089f 100644
--- a/examples/xml.html
+++ b/examples/xml.html
@@ -112,6 +112,7 @@
XML Format Example
+ xml
diff --git a/examples/xyz-esri.html b/examples/xyz-esri.html
index cee20148fe..9e84505466 100644
--- a/examples/xyz-esri.html
+++ b/examples/xyz-esri.html
@@ -21,7 +21,9 @@
Basic ESRI Map Cache Example
-
+
+ XYZ, layer, tile
+
diff --git a/examples/xyz-offset.html b/examples/xyz-offset.html
index 8ba464e8c7..db9ccbc8cf 100644
--- a/examples/xyz-offset.html
+++ b/examples/xyz-offset.html
@@ -9,7 +9,9 @@
XYZ Layer with Offset
-
+
+ XYZ, layer, tile
+
Using a limited set of levels from an XYZ layer with zoomOffset.
diff --git a/examples/yahoo.html b/examples/yahoo.html
index 3c52ba3161..d52598cd73 100644
--- a/examples/yahoo.html
+++ b/examples/yahoo.html
@@ -28,6 +28,7 @@
Yahoo Base Layer Example
+ yahoo, layer
diff --git a/examples/zoomLevels.html b/examples/zoomLevels.html
index 39ca3dc4bd..c75cdd6377 100644
--- a/examples/zoomLevels.html
+++ b/examples/zoomLevels.html
@@ -45,6 +45,7 @@
Zoom Level
+ zoom, zoomlevel, resolution, scale, cleanup
diff --git a/examples/zoomify.html b/examples/zoomify.html
index d3fb305c58..85ae8d9263 100644
--- a/examples/zoomify.html
+++ b/examples/zoomify.html
@@ -42,7 +42,9 @@
Zoomify Layer Example
-
+
+ zoomify, layer
+
Demo of a layer with Zoomify tiles.