|
|
@@ -98,6 +98,8 @@ export class AppService {
|
|
|
},
|
|
|
],
|
|
|
});
|
|
|
+ this.nuts3Layer.set('editable', false);
|
|
|
+ this.nuts3Layer.set('queryable', false);
|
|
|
this.pilotRegions.set('popUp', {
|
|
|
attributes: [
|
|
|
{attribute: 'NUTS_NAME', label: 'Region name'},
|
|
|
@@ -111,6 +113,7 @@ export class AppService {
|
|
|
},*/
|
|
|
],
|
|
|
});
|
|
|
+ this.pilotRegions.set('queryable', false);
|
|
|
this.adjusterEventService.clustersLoaded.subscribe(({success}) => {
|
|
|
if (success) {
|
|
|
this.colorPalette = this.generateRandomColorPalette(
|