Manually process layer
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
[routerLink]="['/app/layers/Edit/', document.id, 'duplicate']">Duplicate</button>
|
||||
<button mat-button *ngIf="document && document.type === LayerType.Administration"
|
||||
[routerLink]="['/app/layers/Edit/', document.id]">Edit</button>
|
||||
<button mat-button *ngIf="document && document.type === LayerType.Processed"
|
||||
(click)="processLayer()">Process layer</button>
|
||||
</mat-card-title>
|
||||
<mat-card-subtitle> </mat-card-subtitle>
|
||||
</mat-card-header>
|
||||
|
||||
Reference in New Issue
Block a user