Removing the tileAnimation map property.

Edit CSS to change the style.
This commit is contained in:
tschaub
2012-01-02 15:49:55 -07:00
parent 78963a5fa8
commit 3c910c8801
4 changed files with 2 additions and 31 deletions
+1 -1
View File
@@ -128,7 +128,7 @@
function test_loadEvents(t) {
t.plan(3);
var map = new OpenLayers.Map('map', {tileAnimation: false});
var map = new OpenLayers.Map('map');
var layer = new OpenLayers.Layer.Image(
'Test', '../../img/blank.gif',
new OpenLayers.Bounds(-180, -88.759, 180, 88.759),