This commit is contained in:
@@ -27,4 +27,8 @@ export class SelectedItemGeotiffComponent extends AbstractSelectedItemComponent
|
||||
this.selectedLayer = layerIndex;
|
||||
this.store.dispatch(new mapActions.SetLayerIndex(layerIndex));
|
||||
}
|
||||
|
||||
layer(layers:any,layerIndex:number) {
|
||||
return layers.find(l => l.index == layerIndex);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user