mirror of https://gitee.com/antv-l7/antv-l7
fix(map): maps->map
This commit is contained in:
parent
7eb0d0e705
commit
527fe21f5c
|
@ -173,7 +173,7 @@ export default class Scene extends EventEmitter implements ISceneService {
|
|||
const $container = createRendererContainer(
|
||||
this.configService.getSceneConfig(this.id).id || '',
|
||||
);
|
||||
|
||||
|
||||
// 添加marker container;
|
||||
this.$container = $container;
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ import {
|
|||
MapStyle,
|
||||
TYPES,
|
||||
} from '@antv/l7-core';
|
||||
import { Map } from '@antv/l7-maps';
|
||||
import { Map } from '@antv/l7-map';
|
||||
import { DOM } from '@antv/l7-utils';
|
||||
import { mat4, vec2, vec3 } from 'gl-matrix';
|
||||
import { inject, injectable } from 'inversify';
|
||||
|
|
Loading…
Reference in New Issue