9 lines
261 B
JavaScript
9 lines
261 B
JavaScript
goog.require('ol.Map');
|
|
goog.require('ol.View');
|
|
goog.require('ol.control');
|
|
goog.require('ol.control.OverviewMap');
|
|
goog.require('ol.interaction');
|
|
goog.require('ol.interaction.DragRotateAndZoom');
|
|
goog.require('ol.layer.Tile');
|
|
goog.require('ol.source.OSM');
|