Merge branch 'master' of github.com:antvis/L7

This commit is contained in:
thinkinggis 2020-07-21 17:36:59 +08:00
commit 78afbc571d
2 changed files with 2 additions and 1 deletions

View File

@ -288,6 +288,7 @@ export default class Scene extends EventEmitter implements ISceneService {
// @ts-check
if (this.$container) {
this.initContainer();
DOM.triggerResize();
this.coordinateSystemService.needRefresh = true;
// repaint layers

View File

@ -1,2 +1,2 @@
const version = '2.2.23';
const version = '2.2.24';
export { version };