Increase timeout to avoid flashes.
Without this change, flashes are fairly frequent while zooming around a full screen map.
This commit is contained in:
@@ -549,7 +549,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
||||
window.clearTimeout(this.backBufferTimerId);
|
||||
}
|
||||
this.backBufferTimerId = window.setTimeout(
|
||||
OpenLayers.Function.bind(this.removeBackBuffer, this), 800);
|
||||
OpenLayers.Function.bind(this.removeBackBuffer, this), 2500);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user