15 lines
366 B
JavaScript
15 lines
366 B
JavaScript
goog.provide('ol');
|
|
|
|
goog.require('ol.Bounds');
|
|
goog.require('ol.Camera');
|
|
goog.require('ol.Extent');
|
|
goog.require('ol.Layer');
|
|
goog.require('ol.LayerView');
|
|
goog.require('ol.MVCArray');
|
|
goog.require('ol.MVCObject');
|
|
goog.require('ol.Projection');
|
|
goog.require('ol.TileBounds');
|
|
goog.require('ol.TileCoord');
|
|
goog.require('ol.TileGrid');
|
|
goog.require('ol.TileUrl');
|