Move olx.ViewState to ol/View

This commit is contained in:
Frederic Junod
2018-03-23 09:14:11 +01:00
parent 1963e6088e
commit 29b37b179c
6 changed files with 17 additions and 53 deletions

View File

@@ -37,7 +37,7 @@ import {create as createTransform, apply as applyTransform} from './transform.js
* @typedef {Object} FrameState
* @property {number} pixelRatio The pixel ratio of the frame.
* @property {number} time The time when rendering of the frame was requested.
* @property {olx.ViewState} viewState The state of the current view.
* @property {module:ol/View~State} viewState The state of the current view.
* @property {boolean} animate
* @property {module:ol/transform~Transform} coordinateToPixelTransform
* @property {null|module:ol/extent~Extent} extent