|
@@ -115,8 +115,9 @@ export class AppService {
|
|
|
/* The order of pushes matter! */
|
|
/* The order of pushes matter! */
|
|
|
this.hsConfig.default_layers.push(this.nuts3Layer);
|
|
this.hsConfig.default_layers.push(this.nuts3Layer);
|
|
|
this.hsConfig.default_layers.push(this.nuts2Layer);
|
|
this.hsConfig.default_layers.push(this.nuts2Layer);
|
|
|
- //this.hsMapService.repopulateLayers([]);
|
|
|
|
|
- /* */
|
|
|
|
|
|
|
+ /*this.hsMapService
|
|
|
|
|
+ .loaded()
|
|
|
|
|
+ .then((map) => this.hsMapService.repopulateLayers([]));*/
|
|
|
this.init();
|
|
this.init();
|
|
|
}
|
|
}
|
|
|
|
|
|