remove layer when destroyed
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
878944b056
commit
431cc78c19
@ -438,5 +438,6 @@ export class ItemLayersComponent extends LayerGroupComponent implements OnChange
|
||||
|
||||
ngOnDestroy() {
|
||||
this.unInstallMapEventHandler();
|
||||
this.map.instance.removeLayer(this.instance);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user