As the comments mention, this assumes null transitionEffect

This commit is contained in:
Tim Schaub
2013-02-14 15:26:05 -07:00
parent 0cf9833362
commit a2896beafd

View File

@@ -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
});