Skip to content

Commit 2b36ae2

Browse files
committed
inbo/vlaams-biodiversiteitsportaal#130: Fix creating .grd file on environmental layer creation
1 parent a85a6b5 commit 2b36ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/au/org/ala/spatial/process/LayerCreation.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class LayerCreation extends SlaveProcess {
9292
new File(outPath + "_tmp.bil").delete()
9393

9494
taskWrapper.task.message = 'bil > diva'
95-
Bil2diva.bil2diva(outPath, outPath, layer.environmentalvalueunits.toString())
95+
Bil2diva.bil2diva(outPath, outPath, layer.environmentalvalueunits.toString(), spatialConfig.gdal.dir.toString(), 36000000)
9696

9797
if ("Contextual".equalsIgnoreCase(layer.type.toString())) {
9898
taskWrapper.task.message = "process grid file to shapes"

0 commit comments

Comments
 (0)