9 lines
231 B
JavaScript
9 lines
231 B
JavaScript
goog.require('ol');
|
|
goog.require('ol.Map');
|
|
goog.require('ol.RendererHints');
|
|
goog.require('ol.View2D');
|
|
goog.require('ol.control');
|
|
goog.require('ol.control.Control');
|
|
goog.require('ol.layer.Tile');
|
|
goog.require('ol.source.OSM');
|