dom renderer - reset the layers pane when center changes
This commit is contained in:
+2
-1
@@ -105,7 +105,8 @@ ol.dom.Map.prototype.createLayerRenderer = function(layer) {
|
||||
*/
|
||||
ol.dom.Map.prototype.handleCenterChanged = function() {
|
||||
goog.base(this, 'handleCenterChanged');
|
||||
//this.shiftLayersPane_();
|
||||
this.resetLayersPane_();
|
||||
this.redraw();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user