Rename _ol_style_Icon_ to Icon
This commit is contained in:
@@ -8,7 +8,7 @@ import VectorLayer from '../../../../../src/ol/layer/Vector.js';
|
||||
import CanvasLayerRenderer from '../../../../../src/ol/renderer/canvas/Layer.js';
|
||||
import CanvasMapRenderer from '../../../../../src/ol/renderer/canvas/Map.js';
|
||||
import VectorSource from '../../../../../src/ol/source/Vector.js';
|
||||
import _ol_style_Icon_ from '../../../../../src/ol/style/Icon.js';
|
||||
import Icon from '../../../../../src/ol/style/Icon.js';
|
||||
import Style from '../../../../../src/ol/style/Style.js';
|
||||
|
||||
describe('ol.renderer.canvas.Map', function() {
|
||||
@@ -59,7 +59,7 @@ describe('ol.renderer.canvas.Map', function() {
|
||||
]
|
||||
}),
|
||||
style: new Style({
|
||||
image: new _ol_style_Icon_({
|
||||
image: new Icon({
|
||||
img: img,
|
||||
imgSize: [1, 1]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user