kopia lustrzana https://github.com/OpenDroneMap/NodeODM
Updated docs
rodzic
aee82d0232
commit
5a91ec4d76
|
@ -257,7 +257,7 @@ Retrieves an asset (the output of OpenDroneMap's processing) associated with a t
|
|||
|===
|
||||
|Type|Name|Description|Schema|Default
|
||||
|*Path*|*asset* +
|
||||
_required_|Type of asset to download. Use "all.zip" for zip file containing all assets.|enum (all.zip, georeferenced_model.ply.zip, georeferenced_model.las.zip, georeferenced_model.csv.zip, orthophoto.png, orthophoto.tif, textured_model.zip)|
|
||||
_required_|Type of asset to download. Use "all.zip" for zip file containing all assets.|enum (all.zip, georeferenced_model.ply.zip, georeferenced_model.las.zip, georeferenced_model.csv.zip, orthophoto.png, orthophoto.tif, textured_model.zip, orthophoto_tiles.zip)|
|
||||
|*Path*|*uuid* +
|
||||
_required_|UUID of the task|string|
|
||||
|===
|
||||
|
|
File diff suppressed because one or more lines are too long
2
index.js
2
index.js
|
@ -300,7 +300,7 @@ app.get('/task/:uuid/output', getTaskFromUuid, (req, res) => {
|
|||
* - orthophoto.png
|
||||
* - orthophoto.tif
|
||||
* - textured_model.zip
|
||||
* - orthophoto_tiles.zip
|
||||
* - orthophoto_tiles.zip
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Asset File
|
||||
|
|
Ładowanie…
Reference in New Issue