Untiled WMS layer didn't change on zoom. Now it should.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1522 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-10-02 15:50:07 +00:00
parent ee29537bbe
commit 2c80da26ff

View File

@@ -108,7 +108,7 @@ OpenLayers.Layer.WMS.Untiled.prototype =
*/
moveTo:function(bounds, zoomChanged, minor) {
if (!minor) {
if (!minor || zoomChanged) {
if (bounds == null) {
bounds = this.map.getExtent();