pull/7/head
Piero Toffanin 2017-04-08 20:21:28 -04:00
rodzic 074aa9739c
commit 7f62e52c66
3 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ REST API to access OpenDroneMap
=== Version information === Version information
[%hardbreaks] [%hardbreaks]
_Version_ : 1.0.2 _Version_ : 1.0.3
=== Contact information === Contact information
@ -154,11 +154,13 @@ Creates a new task and places it at the end of the processing queue
|=== |===
|Type|Name|Description|Schema|Default |Type|Name|Description|Schema|Default
|*FormData*|*images* + |*FormData*|*images* +
_required_|Images to process, plus an optional GPC file. If included, the GPC file should have .txt extension|file| _optional_|Images to process, plus an optional GPC file. If included, the GPC file should have .txt extension|file|
|*FormData*|*name* + |*FormData*|*name* +
_optional_|An optional name to be associated with the task|string| _optional_|An optional name to be associated with the task|string|
|*FormData*|*options* + |*FormData*|*options* +
_optional_|Serialized JSON string of the options to use for processing, as an array of the format: [{name: option1, value: value1}, {name: option2, value: value2}, …]. For example, [{"name":"cmvs-maxImages","value":"500"},{"name":"time","value":true}]. For a list of all options, call /options|string| _optional_|Serialized JSON string of the options to use for processing, as an array of the format: [{name: option1, value: value1}, {name: option2, value: value2}, …]. For example, [{"name":"cmvs-maxImages","value":"500"},{"name":"time","value":true}]. For a list of all options, call /options|string|
|*FormData*|*zipurl* +
_optional_|URL of the zip file containing the images to process, plus an optional GPC file. If included, the GPC file should have .txt extension|string|
|=== |===

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -1,6 +1,6 @@
{ {
"name": "node-opendronemap", "name": "node-opendronemap",
"version": "1.0.2", "version": "1.0.3",
"description": "REST API to access OpenDroneMap", "description": "REST API to access OpenDroneMap",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {