OpenLayers OpenLayers

Changeset 2074

Show
Ignore:
Timestamp:
12/16/06 10:30:16 (2 years ago)
Author:
crschmidt
Message:

Patch for #438 from Tim Schaub: "forces untiled WMS layer to redraw on
mergeNewParams". Since the Untiled layer won't redraw if the map is not
outside the current bounds, we force it with a 'zoomChanged' flag, which
indicates that the layer should redraw regardless.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js

    r1780 r2074  
    194194                                                                 newArguments); 
    195195        //redraw 
    196         this.moveTo(); 
     196        this.moveTo(null, true); 
    197197    }, 
    198198