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

8 lines
215 B
JavaScript

goog.require('ol.Attribution');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.extent');
goog.require('ol.layer.Image');
goog.require('ol.proj.Projection');
goog.require('ol.source.ImageStatic');