[WIP]second flow with shape files and extra input.

This commit is contained in:
2020-04-07 13:46:58 +02:00
parent b1fe1a1efb
commit a757355d50
7 changed files with 177 additions and 21 deletions

View File

@@ -159,7 +159,7 @@ namespace FarmmapsApiSamples
// the parent of the shape item is now the tiff isaria item
isariaShapeItem = await _farmmapsApiService.GetItemAsync(isariaShapeItem.Code);
return await _farmmapsApiService.GetItemAsync(isariaShapeItem.ParentCode); ;
return await _farmmapsApiService.GetItemAsync(isariaShapeItem.ParentCode);
}
/// <summary>