Rename _ol_layer_Image_ to ImageLayer

This commit is contained in:
Tim Schaub
2018-01-08 10:09:35 -07:00
parent ca6ea355e6
commit 453b79dad7
23 changed files with 50 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
import Map from '../../../../src/ol/Map.js';
import TileState from '../../../../src/ol/TileState.js';
import View from '../../../../src/ol/View.js';
import _ol_layer_Image_ from '../../../../src/ol/layer/Image.js';
import ImageLayer from '../../../../src/ol/layer/Image.js';
import _ol_proj_Projection_ from '../../../../src/ol/proj/Projection.js';
import _ol_source_ImageStatic_ from '../../../../src/ol/source/ImageStatic.js';
import RasterSource from '../../../../src/ol/source/Raster.js';
@@ -69,7 +69,7 @@ where('Uint8ClampedArray').describe('ol.source.Raster', function() {
})
}),
layers: [
new _ol_layer_Image_({
new ImageLayer({
source: raster
})
]
@@ -330,7 +330,7 @@ where('Uint8ClampedArray').describe('ol.source.Raster', function() {
zoom: 0
}),
layers: [
new _ol_layer_Image_({
new ImageLayer({
source: raster
})
]