From 4f5613d2fa35e0d2ea6b587188dcea6a6cebc97b Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 23 Nov 2017 12:00:12 +0100 Subject: [PATCH] Remove attributions from olx.FrameState instances --- src/ol/pluggablemap.js | 1 - src/ol/source/raster.js | 1 - 2 files changed, 2 deletions(-) diff --git a/src/ol/pluggablemap.js b/src/ol/pluggablemap.js index b4b7963020..a105c4a901 100644 --- a/src/ol/pluggablemap.js +++ b/src/ol/pluggablemap.js @@ -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_, diff --git a/src/ol/source/raster.js b/src/ol/source/raster.js index a05b6365b4..3d133c859f 100644 --- a/src/ol/source/raster.js +++ b/src/ol/source/raster.js @@ -107,7 +107,6 @@ ol.source.Raster = function(options) { */ this.frameState_ = { animate: false, - attributions: {}, coordinateToPixelTransform: ol.transform.create(), extent: null, focus: null,