mirror of https://gitee.com/antv-l7/antv-l7
feat: 修复编译错误、错误引入
This commit is contained in:
parent
ceea6e707e
commit
6c4741c324
|
@ -23,16 +23,17 @@ import {
|
|||
IScale,
|
||||
IScaleOptions,
|
||||
IStyleAttributeService,
|
||||
IStyleAttributeUpdateOptions,
|
||||
ScaleAttributeType,
|
||||
StyleAttrField,
|
||||
StyleAttributeField,
|
||||
StyleAttributeOption,
|
||||
Triangulation,
|
||||
} from './IStyleAttributeService';
|
||||
|
||||
import {
|
||||
IStyleAttributeUpdateOptions,
|
||||
StyleAttributeField,
|
||||
} from '@antv/l7-core';
|
||||
// import {
|
||||
// IStyleAttributeUpdateOptions,
|
||||
// StyleAttributeField,
|
||||
// } from '@antv/l7-core';
|
||||
export enum BlendType {
|
||||
normal = 'normal',
|
||||
additive = 'additive',
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
"dependencies": {
|
||||
"@antv/async-hook": "^2.1.0",
|
||||
"@antv/l7-core": "^2.4.5",
|
||||
"@antv/l7-layers": "^2.4.5",
|
||||
"@antv/l7-source": "^2.4.5",
|
||||
"@antv/l7-utils": "^2.4.5",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
|
|
Loading…
Reference in New Issue