mirror of https://gitee.com/antv-l7/antv-l7
fix(layer): 图片图层重绘
This commit is contained in:
parent
5bd2fa5ec6
commit
29c7993017
|
@ -121,5 +121,6 @@ export default class ImageModel extends BaseModel {
|
||||||
width: 1024,
|
width: 1024,
|
||||||
height: this.iconService.canvasHeight || 128,
|
height: this.iconService.canvasHeight || 128,
|
||||||
});
|
});
|
||||||
|
this.layer.render();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue