As the comments mention, this assumes null transitionEffect
This commit is contained in:
@@ -1181,6 +1181,7 @@
|
|||||||
var map = new OpenLayers.Map('map', {zoomMethod: null});
|
var map = new OpenLayers.Map('map', {zoomMethod: null});
|
||||||
var layer = new OpenLayers.Layer.WMS('', '', {}, {
|
var layer = new OpenLayers.Layer.WMS('', '', {}, {
|
||||||
isBaseLayer: true,
|
isBaseLayer: true,
|
||||||
|
transitionEffect: null,
|
||||||
singleTile: true,
|
singleTile: true,
|
||||||
ratio: 1.1
|
ratio: 1.1
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user