mirror of https://gitee.com/antv-l7/antv-l7
chore: protected source data
This commit is contained in:
parent
c2ec46a8d9
commit
c5894c9659
|
@ -67,8 +67,8 @@ export default class Source extends EventEmitter implements ISource {
|
|||
private dataArrayChanged: boolean = false;
|
||||
|
||||
// 原始数据
|
||||
private originData: any;
|
||||
private rawData: any;
|
||||
protected originData: any;
|
||||
protected rawData: any;
|
||||
private cfg: Partial<ISourceCFG> = {
|
||||
autoRender: true
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue