mirror of https://gitee.com/antv-l7/antv-l7
Merge branch 'greatCircle' into 'master'
fix(scene): engine run See merge request !40
This commit is contained in:
commit
fd5d345efa
|
@ -25,9 +25,8 @@ export default class Scene extends Base {
|
|||
|
||||
_initEngine(mapContainer) {
|
||||
this._engine = new Engine(mapContainer, this);
|
||||
// this.registerMapEvent();
|
||||
this._engine.run();
|
||||
// this.workerPool = new WorkerPool();
|
||||
this.registerMapEvent();
|
||||
// this._engine.run();
|
||||
compileBuiltinModules();
|
||||
}
|
||||
// 为pickup场景添加 object 对象
|
||||
|
|
Loading…
Reference in New Issue