forked from FarmMaps/FarmMapsApiClient
improved shapetogeotiff method
This commit is contained in:
@@ -200,7 +200,7 @@ namespace FarmmapsNbs
|
||||
}
|
||||
|
||||
_logger.LogInformation($"Converting shape to geotiff");
|
||||
geotiffItem = await _generalService.ShapeToGeotiff(shapeItem);
|
||||
geotiffItem = await _generalService.ShapeToGeotiff(shapeItem, 1, input.InputLayerName);
|
||||
if (geotiffItem == null)
|
||||
{
|
||||
_logger.LogError("Something went wrong with shape to geotiff transformation");
|
||||
|
Reference in New Issue
Block a user