Show orthophoto KMZ in task assets

pull/1057/head
Piero Toffanin 2021-09-08 10:26:58 -04:00
rodzic a061a58dc8
commit 7b33535493
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -170,6 +170,7 @@ class Task(models.Model):
'orthophoto.tif': os.path.join('odm_orthophoto', 'odm_orthophoto.tif'),
'orthophoto.png': os.path.join('odm_orthophoto', 'odm_orthophoto.png'),
'orthophoto.mbtiles': os.path.join('odm_orthophoto', 'odm_orthophoto.mbtiles'),
'orthophoto.kmz': os.path.join('odm_orthophoto', 'odm_orthophoto.kmz'),
'georeferenced_model.las': os.path.join('odm_georeferencing', 'odm_georeferenced_model.las'),
'georeferenced_model.laz': os.path.join('odm_georeferencing', 'odm_georeferenced_model.laz'),
'georeferenced_model.ply': os.path.join('odm_georeferencing', 'odm_georeferenced_model.ply'),

Wyświetl plik

@ -37,6 +37,7 @@ const api = {
new AssetDownload(_("Orthophoto (PNG)"),"orthophoto.png","far fa-image"),
new AssetDownload(_("Orthophoto (MBTiles)"),"orthophoto.mbtiles","far fa-image"),
new AssetDownload(_("Orthophoto (Tiles)"),"orthophoto_tiles.zip","fa fa-table"),
new AssetDownload(_("Orthophoto (KMZ)"),"orthophoto.kmz","fa fa-globe"),
new AssetDownload(_("Terrain Model (GeoTIFF)"),"dtm.tif","fa fa-chart-area"),
new AssetDownload(_("Terrain Model (Tiles)"),"dtm_tiles.zip","fa fa-table"),
new AssetDownload(_("Surface Model (GeoTIFF)"),"dsm.tif","fa fa-chart-area"),