added layer specification VRApoten

This commit is contained in:
Riepma
2021-04-14 20:53:26 +02:00
parent 7baf16db74
commit 1ddafc6d87
4 changed files with 14 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ namespace FarmmapsPoten.Models
{
public string File { get; set; }
public string InputLayerName { get; set; }
public string OutputFileName { get; set; }
public string FieldName { get; set; }
public int PlantingYear { get; set; }