forked from FarmMaps/FarmMapsApiClient
		
	Created separate project for areaConversion VRA poten
Updated VRA poten sample code
This commit is contained in:
		@@ -5,6 +5,7 @@ namespace FarmmapsPoten.Models
 | 
			
		||||
{
 | 
			
		||||
    public class PotenInput
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
        public string File { get; set; }
 | 
			
		||||
        public string OutputFileName { get; set; }
 | 
			
		||||
        public string FieldName { get; set; }
 | 
			
		||||
@@ -12,8 +13,6 @@ namespace FarmmapsPoten.Models
 | 
			
		||||
        public string MeanDensity { get; set; }
 | 
			
		||||
        public string Variation { get; set; }
 | 
			
		||||
        public bool UseShadow { get; set; }
 | 
			
		||||
        public bool ConvertToCountPerArea { get; set; }
 | 
			
		||||
        public float Rijbreedte_m { get; set; }
 | 
			
		||||
        public JObject GeometryJson { get; set; }
 | 
			
		||||
 | 
			
		||||
        public bool GenerateTaskmap { get; set; }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user