Changeset 1276
- Timestamp:
- 08/17/06 08:13:03 (2 years ago)
- Files:
-
- branches/openlayers/2.0/examples/wmst.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/2.0/examples/wmst.html
r844 r1276 36 36 <h1>OpenLayers Example</h1> 37 37 <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> 38 <input type='text' id='time' value="2005-08-29T13:00:00Z" onChange='ia_wms. changeParams({"time":this.value});' >38 <input type='text' id='time' value="2005-08-29T13:00:00Z" onChange='ia_wms.mergeNewParams({"time":this.value});' > 39 39 <div id="map"></div> 40 40 </body>
