forked from FarmMaps/FarmMapsApiClient
can now specify geojson bounds for upload.
changed how to get agents for haulmkilling.
This commit is contained in:
@@ -132,11 +132,11 @@ namespace FarmmapsHaulmkilling
|
||||
}
|
||||
|
||||
var selectedAgent = agents[0];
|
||||
var selectedOption = selectedAgent.SupportedOptions[0];
|
||||
var selectedOption = selectedAgent.ValidOptions[0];
|
||||
|
||||
_logger.LogInformation("Calculating application map");
|
||||
var applianceMapItem = await _haulmkillingService.CalculateApplicationMapAsync(cropfieldItem,
|
||||
firstSatelliteItem, inputType, selectedAgent.Name, selectedOption);
|
||||
firstSatelliteItem, inputType, selectedOption, selectedAgent);
|
||||
if (applianceMapItem == null)
|
||||
{
|
||||
return;
|
||||
|
Reference in New Issue
Block a user