From fd768cf1703a997be9095745ca974896aaa5b89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Fri, 12 Mar 2010 07:44:02 +0000 Subject: [PATCH] fix all examples title. non-functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@10098 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/mapserver.html | 2 +- examples/mapserver_untiled.html | 2 +- examples/markerResize.html | 2 +- examples/markers.html | 2 +- examples/mouse-position.html | 2 +- examples/multimap-mercator.html | 2 +- examples/navtoolbar.html | 2 +- examples/outOfRangeMarkers.html | 2 +- examples/panel.html | 2 +- examples/regular-polygons.html | 2 +- examples/resize-features.html | 2 +- examples/restricted-extent.html | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/mapserver.html b/examples/mapserver.html index d39467fce9..ac6be7bd6c 100644 --- a/examples/mapserver.html +++ b/examples/mapserver.html @@ -24,7 +24,7 @@ -
MapServer Layer
+

MapServer Layer

Shows MapServer Layer
diff --git a/examples/mapserver_untiled.html b/examples/mapserver_untiled.html index 2cdb50c69a..8cb00b1daa 100644 --- a/examples/mapserver_untiled.html +++ b/examples/mapserver_untiled.html @@ -24,7 +24,7 @@ -
MapServer Single Tile Mode
+

MapServer Single Tile Mode

Shows single tile MapServer Layer
diff --git a/examples/markerResize.html b/examples/markerResize.html index 8bc305d1b6..050c5ac389 100644 --- a/examples/markerResize.html +++ b/examples/markerResize.html @@ -39,7 +39,7 @@ -
Resize a Marker
+

Resize a Marker

Dynamically resize a marker
diff --git a/examples/markers.html b/examples/markers.html index 55641a8636..9a7610b135 100644 --- a/examples/markers.html +++ b/examples/markers.html @@ -42,7 +42,7 @@ -
Markers Layer Example
+

Markers Layer Example

Show markers layer with different markers
diff --git a/examples/mouse-position.html b/examples/mouse-position.html index a12611f0b2..b446f0eecf 100644 --- a/examples/mouse-position.html +++ b/examples/mouse-position.html @@ -28,7 +28,7 @@ -

MousePosition Control

+

MousePosition Control

Use the MousePosition Control to display the coordinates of the cursor inside or outside the map div. diff --git a/examples/multimap-mercator.html b/examples/multimap-mercator.html index 06f5d0a8a9..32d35d16e8 100644 --- a/examples/multimap-mercator.html +++ b/examples/multimap-mercator.html @@ -54,7 +54,7 @@ -

MultiMap Mercator Example

+

MultiMap Mercator Example

This sphericalMercator example using multimap demonstrates that the multimap layer does not fully support the sphericalMercator projection at diff --git a/examples/navtoolbar.html b/examples/navtoolbar.html index e7cb203ab0..f437dd014b 100644 --- a/examples/navtoolbar.html +++ b/examples/navtoolbar.html @@ -29,7 +29,7 @@ -

NavToolbar Demo

+

NavToolbar Demo

Demo the NavToolbar, a subclass of Control.Panel which shows icons for navigation. diff --git a/examples/outOfRangeMarkers.html b/examples/outOfRangeMarkers.html index 891c50148d..4870410235 100644 --- a/examples/outOfRangeMarkers.html +++ b/examples/outOfRangeMarkers.html @@ -50,7 +50,7 @@ -

Using maxResolution to control overlays

+

Using maxResolution to control overlays

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/panel.html b/examples/panel.html index b64ca1212a..dcc8275303 100644 --- a/examples/panel.html +++ b/examples/panel.html @@ -85,7 +85,7 @@ -

Custom Control.Panel

+

Custom Control.Panel

Create a custom control.panel, styled entirely with CSS, and add your own controls to it. diff --git a/examples/regular-polygons.html b/examples/regular-polygons.html index d316329578..45274ba44b 100644 --- a/examples/regular-polygons.html +++ b/examples/regular-polygons.html @@ -72,7 +72,7 @@ -

OpenLayers Regular Polygon Example

+

OpenLayers Regular Polygon Example

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 1e2985a915..d5eaf26d89 100644 --- a/examples/resize-features.html +++ b/examples/resize-features.html @@ -79,7 +79,7 @@ -

Resize Features Programatically

+

Resize Features Programatically

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 f443292daf..740ccc94c5 100644 --- a/examples/restricted-extent.html +++ b/examples/restricted-extent.html @@ -36,7 +36,7 @@ -

OpenLayers Restricted Extent Example

+

OpenLayers Restricted Extent Example

Don't let users drag outside the map extent: instead, limit dragging such that the extent of the layer is the maximum viewable area.