8 lines
217 B
JavaScript
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');
|