fixed upload shape zip.

This commit is contained in:
2020-10-06 15:50:05 +02:00
parent a065a28e01
commit d9fa663de9
3 changed files with 10 additions and 37 deletions

View File

@@ -75,8 +75,7 @@ namespace FarmmapsNbs
_logger.LogError("Could not find a needed root item");
return;
}
var cropfieldItem = await _generalService.CreateCropfieldItemAsync(myDriveRoot.Code,
$"VRA NBS cropfield {input.OutputFileName}", plantingDate.Year, input.GeometryJson.ToString(Formatting.None));