feat: 修复编译错误、错误引入

This commit is contained in:
2912401452 2021-07-12 22:07:33 +08:00
parent ceea6e707e
commit 6c4741c324
2 changed files with 6 additions and 6 deletions

View File

@ -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',

View File

@ -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",