ISOXML to taskmap

This commit is contained in:
Riepma
2021-04-07 10:38:42 +02:00
parent 93469b605c
commit 766674c731
14 changed files with 463 additions and 695 deletions

View File

@@ -17,6 +17,8 @@ namespace FarmmapsPoten.Models
public JObject GeometryJson { get; set; }
public bool GenerateTaskmap { get; set; }
public string OutputType { get; set; }
public string DdiCode { get; set; }
public string CellWidth { get; set; }
public string CellHeight { get; set; }
public string Centered { get; set; }