10 lines
260 B
JavaScript
10 lines
260 B
JavaScript
goog.require('ol.Geolocation');
|
|
goog.require('ol.Map');
|
|
goog.require('ol.Overlay');
|
|
goog.require('ol.View');
|
|
goog.require('ol.control');
|
|
goog.require('ol.geom.LineString');
|
|
goog.require('ol.layer.Tile');
|
|
goog.require('ol.proj');
|
|
goog.require('ol.source.OSM');
|