mirror of https://gitee.com/antv-l7/antv-l7
style: line style
This commit is contained in:
parent
e6a3438cc4
commit
9837ff307b
|
@ -24,10 +24,10 @@ export class Tile extends EventEmitter {
|
|||
public isCurrent = false;
|
||||
// 是否可以见发生变化
|
||||
public isVisibleChange = false;
|
||||
|
||||
|
||||
public loadedLayers: number = 0;
|
||||
public isLoad:boolean = false;
|
||||
public isChildLoad:boolean = false;
|
||||
public isLoad: boolean = false;
|
||||
public isChildLoad: boolean = false;
|
||||
// 瓦片的父级瓦片
|
||||
public parent: Tile | null = null;
|
||||
// 瓦片的子级瓦片
|
||||
|
|
Loading…
Reference in New Issue