AW-3101 vnd.farmmaps.itemtype.geotiff.processed -> Download as tiff
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2025-04-28 08:45:05 +02:00
parent ab19b1c2ce
commit f039898c26
3 changed files with 39 additions and 27 deletions

View File

@@ -66,7 +66,7 @@ export class SelectedItemTemporalComponent extends AbstractSelectedItemComponent
event.preventDefault();
const itemLink : IItemLinkType = {itemcode:item.code,query:`layer=${this.layer(layers,layerIndex).name}`,pathsuffix:"download", validminutes:10}
const foo = this.itemService.getItemLink(itemLink).subscribe((itemLinkUrl:IUrlType) => {
window.location.href =itemLinkUrl.url
window.location.href = itemLinkUrl.url;
})
}
}