Move olx.render.State to ol/render

This commit is contained in:
Michael Kuenzli
2018-04-18 10:39:05 +02:00
parent 82c55d3892
commit 5e810ccc6a
4 changed files with 15 additions and 49 deletions

View File

@@ -565,7 +565,7 @@ CanvasReplay.prototype.replay_ = function(
const coordinateCache = this.coordinateCache_;
const viewRotation = this.viewRotation_;
const state = /** @type {olx.render.State} */ ({
const state = /** @type {module:ol/render~State} */ ({
context: context,
pixelRatio: this.pixelRatio,
resolution: this.resolution,