add cutline to asset downloads

pull/1699/head
Stephen Mather 2025-07-06 19:42:52 +00:00
rodzic 0b0fcd7bcc
commit fbad8ec577
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -46,6 +46,7 @@ const api = {
new AssetDownload(_("Orthophoto"),"orthophoto.tif","far fa-image", tiffExportFormats),
new AssetDownload(_("Orthophoto (MBTiles)"),"orthophoto.mbtiles","far fa-image"),
new AssetDownload(_("Orthophoto (Tiles)"),"orthophoto_tiles.zip","fa fa-table"),
new AssetDownload(_("Orthophoto Cutline"),"cutline.gpkg","fa fa-table"),
new AssetDownload(_("Terrain Model"),"dtm.tif","fa fa-chart-area", tiffExportFormats, elevationExportParams),
new AssetDownload(_("Terrain Model (Tiles)"),"dtm_tiles.zip","fa fa-table"),
new AssetDownload(_("Surface Model"),"dsm.tif","fa fa-chart-area", tiffExportFormats, elevationExportParams),