@@ -134,7 +134,7 @@ export class AppService {
/*this.hsMapService
.loaded()
.then((map) => this.hsMapService.repopulateLayers([]));*/
- this.hsEventBus.layerLoads.subscribe(() => {
+ this.hsEventBus.layoutLoads.subscribe(() => {
this.init();
});
}