Files
openlayers/mapbox-gl/examples/geolocation-orientation-require.js
2015-03-16 18:50:27 +01:00

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');