aggegrate KPI = false toegevoegd aan inputs

This commit is contained in:
2023-04-03 13:03:10 +02:00
parent be22d631bc
commit b7bedf182c
3 changed files with 16 additions and 4 deletions

View File

@@ -13,6 +13,8 @@ namespace FarmmapsApiSamples
public const string GEOJSON_ITEMTYPE = "vnd.farmmaps.itemtype.geojson";
public const string BLIGHT_ITEMTYPE = "vnd.farmmaps.itemtype.blight";
public const string CROPREC_ITEMTYPE = "vnd.farmmaps.itemtype.crprec.operation";
public const string CROPSCHEME_ITEMTYPE = "vnd.farmmaps.itemtype.croppingscheme"; // deze toegevoegd, misschien is het type van de KPI task wel een croppingscheme
public const string VRANBS_TASK = "vnd.farmmaps.task.vranbs";
public const string VRAHERBICIDE_TASK = "vnd.farmmaps.task.vraherbicide";