From a2896beafdb1bbdcce99c86c0bf088da5a66bc93 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 14 Feb 2013 15:26:05 -0700 Subject: [PATCH] As the comments mention, this assumes null transitionEffect --- tests/Layer/Grid.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Layer/Grid.html b/tests/Layer/Grid.html index 68c65ecfbe..1a4d9abfca 100644 --- a/tests/Layer/Grid.html +++ b/tests/Layer/Grid.html @@ -1181,6 +1181,7 @@ var map = new OpenLayers.Map('map', {zoomMethod: null}); var layer = new OpenLayers.Layer.WMS('', '', {}, { isBaseLayer: true, + transitionEffect: null, singleTile: true, ratio: 1.1 });