diff --git a/src/ol/webgl/map.js b/src/ol/webgl/map.js index 60c6538f21..dccd636a28 100644 --- a/src/ol/webgl/map.js +++ b/src/ol/webgl/map.js @@ -408,6 +408,7 @@ ol.webgl.Map.prototype.handleWebGLContextRestored = function() { var gl = this.gl_; gl.disable(goog.webgl.CULL_FACE); gl.disable(goog.webgl.SCISSOR_TEST); + this.redraw(); };