update poten; schaduw moet nu als attribute worden meegegeven

This commit is contained in:
2021-03-09 14:15:32 +01:00
parent 761221d936
commit f71f072be7
6 changed files with 65 additions and 51 deletions

View File

@@ -157,7 +157,7 @@ namespace FarmmapsVRApoten
// INPUT IS NEEDED as GEOTIFF
var applianceMapItem =
await _potenService.CalculateApplicationMapAsync(cropfieldItem, geotiffItem, meanDensity, variation, countPerArea);
await _potenService.CalculateApplicationMapAsync(cropfieldItem, geotiffItem, meanDensity, variation, countPerArea, useShadow);
if (applianceMapItem == null) {
return;