[OpenLayers-Commits] r4722 - sandbox/docs/examples
commits at openlayers.org
commits at openlayers.org
Mon Oct 1 00:26:41 EDT 2007
Author: crschmidt
Date: 2007-10-01 00:26:40 -0400 (Mon, 01 Oct 2007)
New Revision: 4722
Modified:
sandbox/docs/examples/modify-feature.html
sandbox/docs/examples/mouse-position.html
sandbox/docs/examples/spherical-mercator.html
Log:
Fixing documentation tags on spherical-mercator, and adding docs
to mouse-position and modify-feature.
Modified: sandbox/docs/examples/modify-feature.html
===================================================================
--- sandbox/docs/examples/modify-feature.html 2007-10-01 04:21:31 UTC (rev 4721)
+++ sandbox/docs/examples/modify-feature.html 2007-10-01 04:26:40 UTC (rev 4722)
@@ -80,7 +80,8 @@
</script>
</head>
<body onload="init()">
- <h3>OpenLayers Modify Feature Example</h3>
+ <h3 id="title">OpenLayers Modify Feature Example</h3>
+ <div id="shortdesc">A demonstraton of the ModifyFeature control for editing vector features.</div>
<div id="map"></div>
<div id="controls">
<ul id="controlToggle">
Modified: sandbox/docs/examples/mouse-position.html
===================================================================
--- sandbox/docs/examples/mouse-position.html 2007-10-01 04:21:31 UTC (rev 4721)
+++ sandbox/docs/examples/mouse-position.html 2007-10-01 04:26:40 UTC (rev 4722)
@@ -2,6 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" debug="true">
<head>
+ <title>MousePosition Control</title>
<style type="text/css">
body {
margin: 0;
@@ -35,6 +36,11 @@
</script>
</head>
<body onload="init()">
+ <h3 id="title">MousePosition Control</h3>
+ <p id="shortdesc">
+ Use the MousePosition Control to display the coordinates of the cursor
+ inside or outside the map div.
+ </p>
<div id="map"></div>
<div id="coords"></div>
<p>Moving your mouse to the upper left corner of this map should return 'x=0,y=0' -- in the past, it didn't in IE. If it returns 2,2, consider it a bug, and report it.</p>
Modified: sandbox/docs/examples/spherical-mercator.html
===================================================================
--- sandbox/docs/examples/spherical-mercator.html 2007-10-01 04:21:31 UTC (rev 4721)
+++ sandbox/docs/examples/spherical-mercator.html 2007-10-01 04:26:40 UTC (rev 4722)
@@ -128,8 +128,9 @@
<div id="tags">
</div>
<p id="shortdesc">
- Shows the use of the Spherical Mercator Layers
-
+ Shows the use of the Spherical Mercator Layers, for overlaying
+ Google, Yahoo, Microsoft, and other layers with WMS and TMS tiles.
+ </div>
<div id="map"></div>
<div id="docs">
More information about the Commits
mailing list