10 lines
269 B
JavaScript
10 lines
269 B
JavaScript
goog.require('ol.Map');
|
|
goog.require('ol.View2D');
|
|
goog.require('ol.control');
|
|
goog.require('ol.control.MousePosition');
|
|
goog.require('ol.coordinate');
|
|
goog.require('ol.dom.Input');
|
|
goog.require('ol.layer.Tile');
|
|
goog.require('ol.proj');
|
|
goog.require('ol.source.OSM');
|