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