small fix

This commit is contained in:
2020-11-12 22:12:31 +01:00
parent 5066969e98
commit f972699fe9
3 changed files with 8 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ namespace FarmmapsZonering
}, new InputParameter()
{
ItemCode = geotiffItem.Code,
ItemLayer = geotiffItem.Data["layers"][0]["name"].ToString()
LayerName = geotiffItem.Data["layers"][0]["name"].ToString()
});
_logger.LogInformation("Downloading output");