mirror of https://gitee.com/antv-l7/antv-l7
feat: 去除点图层多余的类型定义
This commit is contained in:
parent
83f790b056
commit
86c3dd9fec
|
@ -137,9 +137,7 @@ export default class NormalModel extends BaseModel {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private defaultStyleOptions(): Partial<
|
private defaultStyleOptions(): Partial<IPointLayerStyleOptions> {
|
||||||
IPointLayerStyleOptions
|
|
||||||
> {
|
|
||||||
return {
|
return {
|
||||||
blend: BlendType.additive,
|
blend: BlendType.additive,
|
||||||
};
|
};
|
||||||
|
|
|
@ -148,9 +148,7 @@ export default class SimplePointModel extends BaseModel {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private defaultStyleOptions(): Partial<
|
private defaultStyleOptions(): Partial<IPointLayerStyleOptions> {
|
||||||
IPointLayerStyleOptions
|
|
||||||
> {
|
|
||||||
return {
|
return {
|
||||||
blend: BlendType.additive,
|
blend: BlendType.additive,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue