Er, right. bitnerd did the original here, not hobu :)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@844 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-07-01 00:03:08 +00:00
parent 2117aa0539
commit 0389b8cfb5

View File

@@ -34,7 +34,7 @@ var map,ia_wms;
</head>
<body onload="init()">
<h1>OpenLayers Example</h1>
<p>WMS-T example: update the times, and the radar image will change. Uses Layer.changeParams. Thanks to Howard Butler for the inspiration, the original code, and the kick in the butt!</p>
<p>WMS-T example: update the times, and the radar image will change. Uses Layer.changeParams. Thanks to David Bitner for the inspiration, the original code, and the kick in the butt!</p>
<input type='text' id='time' value="2005-08-29T13:00:00Z" onChange='ia_wms.changeParams({"time":this.value});' >
<div id="map"></div>
</body>