Change orthophoto resolution to match new standard

pull/542/head
Stephen Mather 2018-10-16 11:57:41 -04:00 zatwierdzone przez GitHub
rodzic 4f8aae2e04
commit b33b7d15e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@ if 'token' in res:
images = [('images', (os.path.basename(file), open(file, 'rb'), 'image/jpg')) for file in images_list]
options = json.dumps([
{'name': "orthophoto-resolution", 'value': 24}
{'name': "orthophoto-resolution", 'value': 5}
])
res = requests.post('http://localhost:8000/api/projects/{}/tasks/'.format(project_id),
headers={'Authorization': 'JWT {}'.format(token)},