Files
openlayers/float-no-zero/examples/static-image-require.js
2014-03-07 10:55:12 +01:00

8 lines
217 B
JavaScript

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