[OpenLayers-Commits] r4726 - sandbox/docs/examples
commits at openlayers.org
commits at openlayers.org
Mon Oct 1 00:37:41 EDT 2007
Author: crschmidt
Date: 2007-10-01 00:37:40 -0400 (Mon, 01 Oct 2007)
New Revision: 4726
Modified:
sandbox/docs/examples/outOfRangeMarkers.html
sandbox/docs/examples/resize-features.html
sandbox/docs/examples/restricted-extent.html
Log:
more shortdesc docs.
Modified: sandbox/docs/examples/outOfRangeMarkers.html
===================================================================
--- sandbox/docs/examples/outOfRangeMarkers.html 2007-10-01 04:31:59 UTC (rev 4725)
+++ sandbox/docs/examples/outOfRangeMarkers.html 2007-10-01 04:37:40 UTC (rev 4726)
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <title>Using maxResolution to control overlays</title>
<style type="text/css">
#map {
width: 650px;
@@ -50,7 +51,11 @@
<body onload="init()">
-
+ <h3 id="title">Using maxResolution to control overlays</h3>
+ <p id="shortdesc">
+ See how to control the maximum resolution for a markers layer,
+ causing it to not be displayed beyond a certain point.
+ </p>
<div id="map"></div>
</body>
Modified: sandbox/docs/examples/resize-features.html
===================================================================
--- sandbox/docs/examples/resize-features.html 2007-10-01 04:31:59 UTC (rev 4725)
+++ sandbox/docs/examples/resize-features.html 2007-10-01 04:37:40 UTC (rev 4726)
@@ -82,6 +82,11 @@
</script>
</head>
<body onload="init()">
+ <h3 id="title">Resize Features Programatically</h3>
+ <p id="shortdesc">
+ Demonstration of how to use the geometry resize methods to
+ change feature sizes programatically.
+ </p>
<div id="map"></div>
<p>This example demonstrates how features can be resized. There is not yet
a control built that provides a tool for resizing, but the geometry.resize
Modified: sandbox/docs/examples/restricted-extent.html
===================================================================
--- sandbox/docs/examples/restricted-extent.html 2007-10-01 04:31:59 UTC (rev 4725)
+++ sandbox/docs/examples/restricted-extent.html 2007-10-01 04:37:40 UTC (rev 4726)
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <title>OpenLayers Restricted Extent Example</title>
<style type="text/css">
#map {
width: 512px;
@@ -40,7 +41,11 @@
</script>
</head>
<body onload="init()">
- <h3>OpenLayers Restricted Extent Example</h3>
+ <h3 id="title">OpenLayers Restricted Extent Example</h3>
+ <p id="shortdesc">
+ Don't let users drag outside the map extent: instead, limit dragging such
+ that the extent of the layer is the maximum viewable area.
+ </p>
<div id="map"></div>
<p>
Map navigation is limited by a combination of map and layer properties.
More information about the Commits
mailing list