solved conflicts

This commit is contained in:
Riepma
2020-12-18 10:39:21 +01:00
9 changed files with 233 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
using System;
using Newtonsoft.Json.Linq;
namespace FarmmapsZonering.Models
{
public class ZoneringInput
@@ -16,5 +17,6 @@ namespace FarmmapsZonering.Models
public bool CreateNewCropfield { get; set; }
public int CropYear { get; set; }
public JObject GeometryJson { get; set; }
}
}