Added option to generate ISOXML taskmap, added missing Nbs data

This commit is contained in:
Riepma
2021-04-12 14:22:24 +02:00
parent 4459a4e76d
commit c7ab62c911
23 changed files with 1008 additions and 1056 deletions

View File

@@ -25,6 +25,8 @@ namespace FarmmapsPoten.Models
public JObject StartPoint { get; set; }
public JObject EndPoint { get; set; }
public string Angle { get; set; }
public string Precision { get; set; }
public string MaximumClasses { get; set; }
}
}