forked from FarmMaps/FarmMapsApiClient
[WIP]second flow with shape files and extra input.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user