rename map in tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import _ol_Map_ from '../../../../../src/ol/Map.js';
|
||||
import Map from '../../../../../src/ol/Map.js';
|
||||
import _ol_View_ from '../../../../../src/ol/View.js';
|
||||
import _ol_layer_Image_ from '../../../../../src/ol/layer/Image.js';
|
||||
import _ol_proj_Projection_ from '../../../../../src/ol/proj/Projection.js';
|
||||
@@ -25,7 +25,7 @@ describe('ol.renderer.canvas.ImageLayer', function() {
|
||||
projection: projection,
|
||||
imageExtent: [0, 0, 20, 20]
|
||||
});
|
||||
map = new _ol_Map_({
|
||||
map = new Map({
|
||||
pixelRatio: 1,
|
||||
target: target,
|
||||
layers: [new _ol_layer_Image_({
|
||||
|
||||
Reference in New Issue
Block a user