forked from FarmMaps/FarmMapsApiClient
Added rest of the modified files
This commit is contained in:
@@ -115,7 +115,7 @@ namespace FarmmapsApi.Services
|
||||
public async Task<Item> CreateTaskmap(Item cropfieldItem, Item tiffItem, string outputType, string cellWidth, string cellHeight,
|
||||
string startPoint, string ddiCode = "0001", string centered = "false", string endPoint = null, string angle = null, string precision = null,
|
||||
string cropTypeName = null, string costumerName = null, string ProductGroupName = null, string productName = null,
|
||||
string resolution = null, string unitScale = null, string maximumClasses = null)
|
||||
string resolution = "3", string unitScale = null, string maximumClasses = null)
|
||||
|
||||
|
||||
{
|
||||
@@ -377,9 +377,8 @@ namespace FarmmapsApi.Services
|
||||
}
|
||||
|
||||
_logger.LogInformation("Enter satellite image number for NBS application");
|
||||
int elment = Int32.Parse(Console.ReadLine());
|
||||
|
||||
var selectedSatelliteItem = satelliteTiffs[elment];
|
||||
int element = Int32.Parse(Console.ReadLine());
|
||||
var selectedSatelliteItem = satelliteTiffs[element];
|
||||
|
||||
if (selectedSatelliteItem == null) {
|
||||
_logger.LogError("Satellite item not found");
|
||||
|
Reference in New Issue
Block a user