[OpenLayers-Commits] r4727 - sandbox/docs/examples
commits at openlayers.org
commits at openlayers.org
Mon Oct 1 00:43:13 EDT 2007
Author: crschmidt
Date: 2007-10-01 00:43:12 -0400 (Mon, 01 Oct 2007)
New Revision: 4727
Modified:
sandbox/docs/examples/select-feature-openpopup.html
sandbox/docs/examples/select-feature.html
sandbox/docs/examples/setextent.html
Log:
docs, docs, who's got the docs.
Modified: sandbox/docs/examples/select-feature-openpopup.html
===================================================================
--- sandbox/docs/examples/select-feature-openpopup.html 2007-10-01 04:37:40 UTC (rev 4726)
+++ sandbox/docs/examples/select-feature-openpopup.html 2007-10-01 04:43:12 UTC (rev 4727)
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <title>Open Popup on Layer.Vector</title>
<style type="text/css">
#map {
width: 800px;
@@ -69,7 +70,10 @@
</script>
</head>
<body onload="init()">
- <h1>OpenLayers Draw Feature Example</h1>
+ <h1 id="title">Open Popup on Layer.Vector</h1>
+ <p id="shortdesc">
+ Using a Control.SelectFeature, open a popup on click.
+ </p>
<div id="map"></div>
<ul id="controlToggle">
<li>
Modified: sandbox/docs/examples/select-feature.html
===================================================================
--- sandbox/docs/examples/select-feature.html 2007-10-01 04:37:40 UTC (rev 4726)
+++ sandbox/docs/examples/select-feature.html 2007-10-01 04:43:12 UTC (rev 4727)
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <title>SelectFeature Control on Layer.Vector</title>
<style type="text/css">
#map {
width: 512px;
@@ -52,7 +53,11 @@
</script>
</head>
<body onload="init()">
- <h1>OpenLayers Draw Feature Example</h1>
+ <h1 id="title">OpenLayers Select Feature Example</h1>
+ <p id="shortdesc">
+ Select a feature on hover or click with the Control.SelectFeature on a
+ vector layer.
+ </p>
<div id="map"></div>
<ul id="controlToggle">
<li>
Modified: sandbox/docs/examples/setextent.html
===================================================================
--- sandbox/docs/examples/setextent.html 2007-10-01 04:37:40 UTC (rev 4726)
+++ sandbox/docs/examples/setextent.html 2007-10-01 04:43:12 UTC (rev 4727)
@@ -4,7 +4,10 @@
<script src="../lib/OpenLayers.js"></script>
</head>
<body>
-<h1>Setting a Visual Extent</h1>
+<h1 id="title">Setting a Visual Extent</h1>
+<p id='shortdesc'>
+ Use a boxes layer to visually display the area of interest indicated by a user.
+</p>
<p>
Because the ability to set the map to a given extent is limited by the
current resolutions available, zoomToExtent will not always set the map to
More information about the Commits
mailing list