OpenLayers OpenLayers

Changeset 1276

Show
Ignore:
Timestamp:
08/17/06 08:13:03 (2 years ago)
Author:
crschmidt
Message:

changeParams changed to mergeNewParams in 2.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/openlayers/2.0/examples/wmst.html

    r844 r1276  
    3636    <h1>OpenLayers Example</h1> 
    3737    <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});' > 
    3939    <div id="map"></div> 
    4040  </body>