MapQuest example
Example of a MapQuest map.
diff --git a/examples/mouse-position.html b/examples/mouse-position.html
index 6424cac8ca..50bafdb612 100644
--- a/examples/mouse-position.html
+++ b/examples/mouse-position.html
@@ -34,22 +34,13 @@
-
-
+
Mouse position example
Example of a mouse position control, outside the map.
mouse-position, openstreetmap
-
-
-
-
-
diff --git a/examples/overlay.html b/examples/overlay.html
index 8b296c6bfa..0bf2da0c29 100644
--- a/examples/overlay.html
+++ b/examples/overlay.html
@@ -47,7 +47,7 @@
-
+
Overlay example
Demonstrates overlays.
diff --git a/examples/preload.html b/examples/preload.html
index c2e3e9c015..0a53252a58 100644
--- a/examples/preload.html
+++ b/examples/preload.html
@@ -38,11 +38,11 @@
-
+
Preload example
Example of tile preloading.
-
Low resolution tiles for the map are preloaded, the map on the right does not use any preloading. Try zooming out and panning to see the difference.
+
The map on the left preloads low resolution tiles. The map on the right does not use any preloading. Try zooming out and panning to see the difference.
See the preload.js source to see how this is done.
preload, bing
diff --git a/examples/rotation.html b/examples/rotation.html
index 038b71ca8a..94ad4a32b7 100644
--- a/examples/rotation.html
+++ b/examples/rotation.html
@@ -35,7 +35,7 @@
-
+
Rotation example
Example of a rotated map.
diff --git a/examples/scale-line.html b/examples/scale-line.html
index 099e75a227..d490521072 100644
--- a/examples/scale-line.html
+++ b/examples/scale-line.html
@@ -40,7 +40,7 @@
-
+
Scale line example
Example of a scale line.
diff --git a/examples/semi-transparent-layer.html b/examples/semi-transparent-layer.html
index ec46d2fcf2..6d6971569d 100644
--- a/examples/semi-transparent-layer.html
+++ b/examples/semi-transparent-layer.html
@@ -35,7 +35,7 @@
-
+
Semi-transparent layer example
Example of a map with a semi-transparent layer.
diff --git a/examples/side-by-side.html b/examples/side-by-side.html
index 1e25171b54..320103c1b4 100644
--- a/examples/side-by-side.html
+++ b/examples/side-by-side.html
@@ -44,7 +44,7 @@
-
+
Side-by-side example
The three maps, one WebGL, one Canvas, one DOM, share the same center, resolution, rotation and layers.
diff --git a/examples/simple.html b/examples/simple.html
index 5891875d0e..aacdd61bf5 100644
--- a/examples/simple.html
+++ b/examples/simple.html
@@ -35,7 +35,7 @@
-
+
Simple example
Example of a simple map.
diff --git a/examples/stamen.html b/examples/stamen.html
index 52562cbe80..966a9a6d82 100644
--- a/examples/stamen.html
+++ b/examples/stamen.html
@@ -35,7 +35,7 @@
-
+
Stamen example
Example of a Stamen tile source. Two layers are composed: the watercolor base layer with the terrain labels.
diff --git a/examples/style-rules.html b/examples/style-rules.html
index 19d239d279..c4d15bc256 100644
--- a/examples/style-rules.html
+++ b/examples/style-rules.html
@@ -35,7 +35,7 @@
-
+
Style with rules example
Draws features with rule based styles.
diff --git a/examples/teleport.html b/examples/teleport.html
index 4d221d5d0e..b6e6313a31 100644
--- a/examples/teleport.html
+++ b/examples/teleport.html
@@ -44,7 +44,7 @@
-
+
Teleport example
Example of moving a map from one target to another.
diff --git a/examples/ten-thousand-points.html b/examples/ten-thousand-points.html
index b7953bcb89..3954e96879 100644
--- a/examples/ten-thousand-points.html
+++ b/examples/ten-thousand-points.html
@@ -35,7 +35,7 @@
-
+
Ten thousand points example
Example of a map with ten thousand points.
diff --git a/examples/tilejson.html b/examples/tilejson.html
index 836d8cb9d6..5dcf7af7ea 100644
--- a/examples/tilejson.html
+++ b/examples/tilejson.html
@@ -35,7 +35,7 @@
-
+
TileJSON example
Example of a TileJSON layer.
diff --git a/examples/vector-layer.html b/examples/vector-layer.html
index 2b8a08a591..0a3480cadb 100644
--- a/examples/vector-layer.html
+++ b/examples/vector-layer.html
@@ -43,7 +43,7 @@
vector, geojson, style
-
+
diff --git a/examples/wms-custom-proj.html b/examples/wms-custom-proj.html
index 82f6e868e1..9c3b776d0e 100644
--- a/examples/wms-custom-proj.html
+++ b/examples/wms-custom-proj.html
@@ -35,7 +35,7 @@
-
+
Tiled WMS with Proj4js projection example
Example of two tiled WMS layers (Pixelmap 1:1'000'000 and national parks) using the projection EPSG:21781.
diff --git a/examples/wms-no-proj.html b/examples/wms-no-proj.html
index 9f050ca19e..ae1b169659 100644
--- a/examples/wms-no-proj.html
+++ b/examples/wms-no-proj.html
@@ -35,7 +35,7 @@
-
+
WMS without client projection example
Example of two WMS layers using the projection EPSG:21781, which is unknown to the client.
diff --git a/examples/wms-single-image-custom-proj.html b/examples/wms-single-image-custom-proj.html
index e9b650582f..4033848697 100644
--- a/examples/wms-single-image-custom-proj.html
+++ b/examples/wms-single-image-custom-proj.html
@@ -35,7 +35,7 @@
-
+
Single image WMS with custom projection example
Example of two single image WMS layers.
diff --git a/examples/wms-single-image.html b/examples/wms-single-image.html
index 40148106dd..2507df5e54 100644
--- a/examples/wms-single-image.html
+++ b/examples/wms-single-image.html
@@ -35,7 +35,7 @@
-
+
Single image WMS example
Example of a single image WMS layer.
diff --git a/examples/wms-tiled.html b/examples/wms-tiled.html
index 6dd6d2cc5d..3da1a788bf 100644
--- a/examples/wms-tiled.html
+++ b/examples/wms-tiled.html
@@ -35,7 +35,7 @@
-
+
Tiled WMS example
Example of a tiled WMS layer.
diff --git a/examples/wmts-from-capabilities.html b/examples/wmts-from-capabilities.html
index 0be1749ab0..5ede479f03 100644
--- a/examples/wmts-from-capabilities.html
+++ b/examples/wmts-from-capabilities.html
@@ -35,7 +35,7 @@
-
+
WMTS from capabilities example
Example of a WMTS source built from a WMTS getCapabilities response.
diff --git a/examples/wmts.html b/examples/wmts.html
index 24c5ff8a6f..84875679b6 100644
--- a/examples/wmts.html
+++ b/examples/wmts.html
@@ -35,7 +35,7 @@
-
+
WMTS example
Example of a WMTS source.
diff --git a/examples/zoomslider.html b/examples/zoomslider.html
index fd305376d6..b4a7d8aab3 100644
--- a/examples/zoomslider.html
+++ b/examples/zoomslider.html
@@ -96,7 +96,7 @@
-
+
ZoomSlider control
Example of various ZoomSlider controls.