forked from FarmMaps/FarmMapsApiClient
		
	Added cropfield data and blight output data.
This commit is contained in:
		@@ -34,7 +34,7 @@ namespace FarmmapsApi.Services
 | 
			
		||||
                Name = name,
 | 
			
		||||
                DataDate = currentYear,
 | 
			
		||||
                DataEndDate = currentYear.AddYears(1).AddDays(-1),
 | 
			
		||||
                Data = JObject.Parse("{}"),
 | 
			
		||||
                Data = JObject.Parse("{\"area\":0,\"code\":\"0552ef068b0e4e6590c317a4c662faea\",\"name\":null,\"polygon\":null,\"soilCode\":\"60\",\"soilName\":null,\"fieldCode\":null,\"schemeUrl\":null,\"externalId\":null,\"schemeCode\":null,\"varietyCode\":\"11113\",\"varietyName\":\"Bintje\",\"cropTypeCode\":\"1010101\",\"cropTypeName\":\"Consumptieaardappelen\",\"productionTypeCode\":\"1\",\"productionPurposeCode\":null,\"productionPurposeName\":null,\"productionSequenceCode\":\"HFDTLT\"}"),
 | 
			
		||||
                Geometry = JObject.Parse(fieldGeomJson)
 | 
			
		||||
            };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user