[OpenLayers-Commits] r4729 - sandbox/docs/examples
commits at openlayers.org
commits at openlayers.org
Mon Oct 1 00:51:32 EDT 2007
Author: crschmidt
Date: 2007-10-01 00:51:30 -0400 (Mon, 01 Oct 2007)
New Revision: 4729
Modified:
sandbox/docs/examples/notile.html
sandbox/docs/examples/panel.html
Log:
last two examples (except mvs, which I haven't decided what to do with.)
Modified: sandbox/docs/examples/notile.html
===================================================================
--- sandbox/docs/examples/notile.html 2007-10-01 04:48:24 UTC (rev 4728)
+++ sandbox/docs/examples/notile.html 2007-10-01 04:51:30 UTC (rev 4729)
@@ -29,7 +29,11 @@
</script>
</head>
<body onload="init()">
- <h1>OpenLayers Example</h1>
+ <h1 id="title">Untiled Example</h1>
+ <p id="shortdesc">
+ Create an untiled WMS layer using the singleTile: true, option or the deprecated
+ WMS.Untiled layer.
+ </p>
<div id="mapDiv"></div>
<p> The first layer is an old OpenLayers.Layer.WMS.Untiled layer, using
a default ratio value of 1.5.
Modified: sandbox/docs/examples/panel.html
===================================================================
--- sandbox/docs/examples/panel.html 2007-10-01 04:48:24 UTC (rev 4728)
+++ sandbox/docs/examples/panel.html 2007-10-01 04:51:30 UTC (rev 4729)
@@ -84,6 +84,11 @@
</script>
</head>
<body onload="init()">
+ <h3 id="title">Custom Control.Panel</h3>
+ <p id="shortdesc">
+ Create a custom control.panel, styled entirely with
+ CSS, and add your own controls to it.
+ </p>
<div id="panel"></div>
<div id="map"></div>
</body>
More information about the Commits
mailing list