From 2c80da26ffc59d941b8dbc0012784a1750dd81f8 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Mon, 2 Oct 2006 15:50:07 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Layer/WMS/Untiled.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/WMS/Untiled.js b/lib/OpenLayers/Layer/WMS/Untiled.js index 03ccd56e53..97d1644982 100644 --- a/lib/OpenLayers/Layer/WMS/Untiled.js +++ b/lib/OpenLayers/Layer/WMS/Untiled.js @@ -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();