pull/1/head
Piero Toffanin 2016-11-08 13:02:26 -05:00
rodzic aee82d0232
commit 5a91ec4d76
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -257,7 +257,7 @@ Retrieves an asset (the output of OpenDroneMap's processing) associated with a t
|=== |===
|Type|Name|Description|Schema|Default |Type|Name|Description|Schema|Default
|*Path*|*asset* + |*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* + |*Path*|*uuid* +
_required_|UUID of the task|string| _required_|UUID of the task|string|
|=== |===

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -300,7 +300,7 @@ app.get('/task/:uuid/output', getTaskFromUuid, (req, res) => {
* - orthophoto.png * - orthophoto.png
* - orthophoto.tif * - orthophoto.tif
* - textured_model.zip * - textured_model.zip
* - orthophoto_tiles.zip * - orthophoto_tiles.zip
* responses: * responses:
* 200: * 200:
* description: Asset File * description: Asset File