Remove attributions from olx.FrameState instances

This commit is contained in:
Frederic Junod
2017-11-23 12:00:12 +01:00
parent c48685565d
commit 4f5613d2fa
2 changed files with 0 additions and 2 deletions

View File

@@ -1141,7 +1141,6 @@ ol.PluggableMap.prototype.renderFrame_ = function(time) {
viewState = view.getState();
frameState = /** @type {olx.FrameState} */ ({
animate: false,
attributions: {},
coordinateToPixelTransform: this.coordinateToPixelTransform_,
extent: extent,
focus: !this.focus_ ? viewState.center : this.focus_,

View File

@@ -107,7 +107,6 @@ ol.source.Raster = function(options) {
*/
this.frameState_ = {
animate: false,
attributions: {},
coordinateToPixelTransform: ol.transform.create(),
extent: null,
focus: null,