kopia lustrzana https://github.com/OpenDroneMap/NodeODM
Updated docs
rodzic
26ad42cdc2
commit
c056dee485
|
@ -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. Other options are not yet available|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)|
|
||||
|*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
|
@ -290,7 +290,7 @@ app.get('/task/:uuid/output', getTaskFromUuid, (req, res) => {
|
|||
* - name: asset
|
||||
* in: path
|
||||
* type: string
|
||||
* description: Type of asset to download. Use "all.zip" for zip file containing all assets. Other options are not yet available
|
||||
* description: Type of asset to download. Use "all.zip" for zip file containing all assets.
|
||||
* required: true
|
||||
* enum:
|
||||
* - all.zip
|
||||
|
|
Ładowanie…
Reference in New Issue