Files
openlayers/vectortile/examples/static-image-require.js
2015-09-10 15:23:57 +02: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');