Skip to content

Commit e44d5a3

Browse files
committed
fix gdal_contour in test
now gdal_contour does not create 3D by default see upstream issue OSGeo/gdal#336 and fix OSGeo/gdal@abae82c
1 parent b8113af commit e44d5a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ tests:
109109
BAND: 1
110110
CREATE_3D: false
111111
FIELD_NAME: ELEV
112+
CREATE_3D: true
112113
IGNORE_NODATA: false
113114
INPUT:
114115
name: dem.tif

0 commit comments

Comments
 (0)