From b7589136935ebca3dd7ef3cf3d2a3d75302d7a3e Mon Sep 17 00:00:00 2001 From: Sijbrandij Date: Tue, 9 Mar 2021 14:18:54 +0100 Subject: [PATCH] update poten serice, foutje hersteld --- FarmmapsPoten/PotenService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FarmmapsPoten/PotenService.cs b/FarmmapsPoten/PotenService.cs index dd7b8b8..b3a6fe0 100644 --- a/FarmmapsPoten/PotenService.cs +++ b/FarmmapsPoten/PotenService.cs @@ -33,7 +33,7 @@ namespace FarmmapsVRApoten potenApplicationMapRequest.attributes["variation"] = variation; potenApplicationMapRequest.attributes["variation"] = variation; potenApplicationMapRequest.attributes["countPerArea"] = countPerArea.ToString(); - potenApplicationMapRequest.attributes["useShadow"] = countPerArea.ToString(); + potenApplicationMapRequest.attributes["useShadow"] = useShadow.ToString(); var taskCode = await _farmmapsApiService.QueueTaskAsync(cropfieldItem.Code, potenApplicationMapRequest); _logger.LogInformation($"itemTaskCode: {taskCode}");