fix uploading
This commit is contained in:
		| @@ -143,13 +143,12 @@ namespace FarmmapsVRApoten | ||||
|                 _logger.LogInformation($"Converting shape to geotiff"); | ||||
|  | ||||
|                 geotiffItem = await _generalService.ShapeToGeotiff(shapeItem); | ||||
|                 _logger.LogInformation($"ShapeToGeotiff_GeotiffItemcode: {geotiffItem.Code}"); | ||||
|  | ||||
|  | ||||
|                 if (geotiffItem == null) { | ||||
|                     _logger.LogError("Something went wrong with shape to geotiff transformation"); | ||||
|                     return; | ||||
|                 } | ||||
|                  | ||||
|                 _logger.LogInformation($"ShapeToGeotiff_GeotiffItemcode: {geotiffItem.Code}"); | ||||
|  | ||||
|                 _logger.LogInformation("Downloading geotiff file"); | ||||
|                 await _farmmapsApiService.DownloadItemAsync(geotiffItem.Code, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user