style: line style

This commit is contained in:
shihui 2022-10-14 18:15:11 +08:00
parent e6a3438cc4
commit 9837ff307b
1 changed files with 3 additions and 3 deletions

View File

@ -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;
// 瓦片的子级瓦片