update poten serice, foutje hersteld

master
Sijbrandij 2021-03-09 14:18:54 +01:00
parent f71f072be7
commit b758913693
1 changed files with 1 additions and 1 deletions

View File

@ -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}");