Use oli.View2DState instead of ol.View2DState

This commit is contained in:
Tom Payne
2014-03-10 17:19:29 +01:00
parent 0a3ef09c30
commit 0335d4aa6a
3 changed files with 4 additions and 15 deletions
+1 -11
View File
@@ -1,18 +1,8 @@
goog.provide('ol.IView2D');
goog.provide('ol.View2DState');
goog.require('ol.Coordinate');
/**
* @typedef {{center: ol.Coordinate,
* projection: ol.proj.Projection,
* resolution: number,
* rotation: number}}
*/
ol.View2DState;
/**
* Interface for views.
@@ -55,7 +45,7 @@ ol.IView2D.prototype.getRotation = function() {
/**
* @return {ol.View2DState} View2D state.
* @return {oli.View2DState} View2D state.
*/
ol.IView2D.prototype.getView2DState = function() {
};