forked from FarmMaps/FarmMapsApiClient
update poten; schaduw moet nu als attribute worden meegegeven
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user