10 lines
300 B
JavaScript
10 lines
300 B
JavaScript
goog.require('ol.Map');
|
|
goog.require('ol.RendererHint');
|
|
goog.require('ol.View2D');
|
|
goog.require('ol.control');
|
|
goog.require('ol.control.FullScreen');
|
|
goog.require('ol.interaction');
|
|
goog.require('ol.interaction.DragRotateAndZoom');
|
|
goog.require('ol.layer.Tile');
|
|
goog.require('ol.source.BingMaps');
|