fix all examples title. non-functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10098 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2010-03-12 07:44:02 +00:00
parent 6fa1a14456
commit fd768cf170
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
</script> </script>
</head> </head>
<body onload="init()"> <body onload="init()">
<div id="title">MapServer Layer</div> <h1 id="title">MapServer Layer</h1>
<div id="tags"></div> <div id="tags"></div>
<div id="shortdesc">Shows MapServer Layer</div> <div id="shortdesc">Shows MapServer Layer</div>
<div id="map" class="smallmap"></div> <div id="map" class="smallmap"></div>
+1 -1
View File
@@ -24,7 +24,7 @@
</script> </script>
</head> </head>
<body> <body>
<div id="title">MapServer Single Tile Mode</div> <h1 id="title">MapServer Single Tile Mode</h1>
<div id="tags"></div> <div id="tags"></div>
<div id="shortdesc">Shows single tile MapServer Layer</div> <div id="shortdesc">Shows single tile MapServer Layer</div>
<div id="map" class="smallmap"></div> <div id="map" class="smallmap"></div>
+1 -1
View File
@@ -39,7 +39,7 @@
</script> </script>
</head> </head>
<body onload="init()"> <body onload="init()">
<div id="title">Resize a Marker</div> <h1 id="title">Resize a Marker</h1>
<div id="tags"></div> <div id="tags"></div>
<div id="shortdesc">Dynamically resize a marker</div> <div id="shortdesc">Dynamically resize a marker</div>
<div id="map" class="smallmap"></div> <div id="map" class="smallmap"></div>
+1 -1
View File
@@ -42,7 +42,7 @@
</script> </script>
</head> </head>
<body onload="init()"> <body onload="init()">
<div id="title">Markers Layer Example</div> <h1 id="title">Markers Layer Example</h1>
<div id="tags"></div> <div id="tags"></div>
<div id="shortdesc">Show markers layer with different markers</div> <div id="shortdesc">Show markers layer with different markers</div>
<div id="map" class="smallmap"></div> <div id="map" class="smallmap"></div>
+1 -1
View File
@@ -28,7 +28,7 @@
</script> </script>
</head> </head>
<body onload="init()"> <body onload="init()">
<h3 id="title">MousePosition Control</h3> <h1 id="title">MousePosition Control</h1>
<p id="shortdesc"> <p id="shortdesc">
Use the MousePosition Control to display the coordinates of the cursor Use the MousePosition Control to display the coordinates of the cursor
inside or outside the map div. inside or outside the map div.
+1 -1
View File
@@ -54,7 +54,7 @@
</script> </script>
</head> </head>
<body onload="init()"> <body onload="init()">
<h3 id="title">MultiMap Mercator Example</h3> <h1 id="title">MultiMap Mercator Example</h1>
<p id="shortdesc"> <p id="shortdesc">
This sphericalMercator example using multimap demonstrates that the This sphericalMercator example using multimap demonstrates that the
multimap layer does not fully support the sphericalMercator projection at multimap layer does not fully support the sphericalMercator projection at
+1 -1
View File
@@ -29,7 +29,7 @@
</script> </script>
</head> </head>
<body onload="init()"> <body onload="init()">
<h3 id="title">NavToolbar Demo</h3> <h1 id="title">NavToolbar Demo</h1>
<p id="shortdesc"> <p id="shortdesc">
Demo the NavToolbar, a subclass of Control.Panel which shows icons for Demo the NavToolbar, a subclass of Control.Panel which shows icons for
navigation. navigation.
+1 -1
View File
@@ -50,7 +50,7 @@
<body onload="init()"> <body onload="init()">
<h3 id="title">Using maxResolution to control overlays</h3> <h1 id="title">Using maxResolution to control overlays</h1>
<p id="shortdesc"> <p id="shortdesc">
See how to control the maximum resolution for a markers layer, See how to control the maximum resolution for a markers layer,
causing it to not be displayed beyond a certain point. causing it to not be displayed beyond a certain point.
+1 -1
View File
@@ -85,7 +85,7 @@
</script> </script>
</head> </head>
<body onload="init()"> <body onload="init()">
<h3 id="title">Custom Control.Panel</h3> <h1 id="title">Custom Control.Panel</h1>
<p id="shortdesc"> <p id="shortdesc">
Create a custom control.panel, styled entirely with Create a custom control.panel, styled entirely with
CSS, and add your own controls to it. CSS, and add your own controls to it.
+1 -1
View File
@@ -72,7 +72,7 @@
</script> </script>
</head> </head>
<body onload="init()"> <body onload="init()">
<h2 id="title">OpenLayers Regular Polygon Example</h2> <h1 id="title">OpenLayers Regular Polygon Example</h1>
<p id="shortdesc"> <p id="shortdesc">
Shows how to use the RegularPolygon handler to draw features with Shows how to use the RegularPolygon handler to draw features with
different numbers of sides. different numbers of sides.
+1 -1
View File
@@ -79,7 +79,7 @@
</script> </script>
</head> </head>
<body onload="init()"> <body onload="init()">
<h3 id="title">Resize Features Programatically</h3> <h1 id="title">Resize Features Programatically</h1>
<p id="shortdesc"> <p id="shortdesc">
Demonstration of how to use the geometry resize methods to Demonstration of how to use the geometry resize methods to
change feature sizes programatically. change feature sizes programatically.
+1 -1
View File
@@ -36,7 +36,7 @@
</script> </script>
</head> </head>
<body onload="init()"> <body onload="init()">
<h3 id="title">OpenLayers Restricted Extent Example</h3> <h1 id="title">OpenLayers Restricted Extent Example</h1>
<p id="shortdesc"> <p id="shortdesc">
Don't let users drag outside the map extent: instead, limit dragging such Don't let users drag outside the map extent: instead, limit dragging such
that the extent of the layer is the maximum viewable area. that the extent of the layer is the maximum viewable area.