We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d48300 commit b4e64caCopy full SHA for b4e64ca
src/ol3cesium.js
@@ -145,6 +145,7 @@ olcs.OLCesium = function(map, opt_target) {
145
146
this.cesiumRenderingDelay_ = new goog.async.AnimationDelay(function(time) {
147
this.scene_.initializeFrame();
148
+ this.handleResize_();
149
this.scene_.render();
150
this.enabled_ && this.camera_.checkCameraChange();
151
this.cesiumRenderingDelay_.start();
@@ -231,7 +232,6 @@ olcs.OLCesium.prototype.setEnabled = function(opt_enable) {
231
232
this.hiddenRootGroup_.setVisible(false);
233
}
234
- this.handleResize_();
235
this.camera_.readFromView();
236
237
} else {
0 commit comments