Remove local layer
This commit is contained in:
parent
0d6412f824
commit
8babafaadb
1 changed files with 5 additions and 1 deletions
|
@ -49,7 +49,8 @@ export class LayerUpdater {
|
|||
});
|
||||
|
||||
self.update(state);
|
||||
}
|
||||
|
||||
}q
|
||||
|
||||
private GetFilter(state: State) {
|
||||
const filters: TagsFilter[] = [];
|
||||
|
@ -170,6 +171,9 @@ export class LayerUpdater {
|
|||
self.handleFail(state, reason)
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue