Add missing require for ol.View
This commit is contained in:
@@ -6,6 +6,7 @@ goog.require('ol');
|
||||
goog.require('ol.transform');
|
||||
goog.require('ol.TileRange');
|
||||
goog.require('ol.Tile');
|
||||
goog.require('ol.View');
|
||||
goog.require('ol.array');
|
||||
goog.require('ol.dom');
|
||||
goog.require('ol.extent');
|
||||
|
||||
Reference in New Issue
Block a user