diff --git a/src/layer/tile/GridLayer.js b/src/layer/tile/GridLayer.js index 1d95091c6d8..c6e1e84405f 100755 --- a/src/layer/tile/GridLayer.js +++ b/src/layer/tile/GridLayer.js @@ -159,8 +159,7 @@ export var GridLayer = Layer.extend({ this._levels = {}; this._tiles = {}; - this._resetView(); - this._update(); + this._resetView(); // implicit _update() call }, beforeAdd: function (map) {