forked from FarmMaps/FarmMapsApiClient
		
	Update zonering to find the right output files
Added taskmap creator to NBS
This commit is contained in:
		@@ -5,6 +5,7 @@ namespace FarmmapsNbs.Models
 | 
			
		||||
{
 | 
			
		||||
    public class NitrogenInput
 | 
			
		||||
    {
 | 
			
		||||
        public bool UseCreatedCropfield { get; set; }
 | 
			
		||||
        public string File { get; set; }
 | 
			
		||||
        public string InputVariable { get; set; }
 | 
			
		||||
        public string OutputFileName { get; set; }
 | 
			
		||||
@@ -16,6 +17,12 @@ namespace FarmmapsNbs.Models
 | 
			
		||||
        public string InputLayerName { get; set; }
 | 
			
		||||
        public string fieldName{ get; set; }
 | 
			
		||||
        public bool storeSatelliteStatistics { get; set; }
 | 
			
		||||
        public bool GenerateTaskmap { get; set; }
 | 
			
		||||
        public string CellWidth { get; set; }
 | 
			
		||||
        public string CellHeight { get; set; }
 | 
			
		||||
        public JObject StartPoint { get; set; }
 | 
			
		||||
        public JObject EndPoint { get; set; }
 | 
			
		||||
        public string Angle { get; set; }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user